Plus 3A implemented but not running
This commit is contained in:
@@ -69,9 +69,11 @@ namespace Desktop
|
||||
fastLoadToolStripMenuItem.Checked = _machine.EnableFastLoad;
|
||||
HighSpeedToolStripMenuItem.Checked = _machine.HighSpeedMode;
|
||||
|
||||
// Load the ROM and start the engine
|
||||
byte[] romData = RomLoader.Load("48.rom");
|
||||
_machine.LoadRom(romData);
|
||||
_machine.LoadRom(RomLoader.Load("plus3-0.rom"), 0);
|
||||
_machine.LoadRom(RomLoader.Load("plus3-1.rom"), 1);
|
||||
_machine.LoadRom(RomLoader.Load("plus3-2.rom"), 2);
|
||||
_machine.LoadRom(RomLoader.Load("plus3-3.rom"), 3);
|
||||
_machine.LoadRom(RomLoader.Load("48.rom"), 4);
|
||||
|
||||
_machine.Start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user