Initial commit
This commit is contained in:
commit
5aa8a64871
11 changed files with 243 additions and 0 deletions
9
NES Emulator/main.c
Normal file
9
NES Emulator/main.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "bus.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
struct Bus* bus = createBus();
|
||||
destroyBus(bus);
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue