WolPSX
Loading...
Searching...
No Matches
main.cpp
1
#include "core/interconnect/bus.hpp"
2
3
int
main()
4
{
5
Bus
bus(
"test/bios/SCPH1001.BIN"
);
6
while
(
true
)
7
bus.clock();
8
return
0;
9
}
Bus
Class to implement the Bus.
Definition
bus.hpp:78
Generated by
1.10.0