BizHawk/BizHawk.Emulation/Consoles/Intellivision
brandman211 e73c48219a -Loaded EROM / GROM.
-Fixed disassembly for JMP:
--Now it uses the parameter pc, not RegisterPC.
--I was loading both the second and third value from the second's address.
--Casting the calculated addresses to bytes when addresses are 16-bit was a bad idea.
--Removed a closing parenthesis I accidentally stuck in the formatting.

It seems that I've gotten far enough to use the Executive ROM as a test case! Now to go instruction by instruction and see if they work as planned and hope this will all eventually make something.
2012-07-19 00:05:08 +00:00
..
Intellicart.cs -Parsed / implemented fine addresses for the Intellicart. 2012-07-18 05:35:10 +00:00
Intellivision.cs -Loaded EROM / GROM. 2012-07-19 00:05:08 +00:00
MemoryMap.cs -Refactored ReadMemory so that both the core and cart addresses are read. 2012-07-18 06:19:03 +00:00