atari7800: progress

This commit is contained in:
goyuken 2012-12-11 23:01:01 +00:00
parent 36475368b2
commit 821e2e26e3
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ namespace BizHawk
theMachine = new Machine7800NTSC(cart, NTSC_BIOS, hsc7800, logger);
//theMachine = new Machine7800NTSC(cart, null, null, logger);
//TODO: clean up, the hs and bios are passed in, the bios has an object AND byte array in the core, and naming is inconsistent
theMachine.Reset();
}
void SyncState(Serializer ser) //TODO