BizHawk/BizHawk.Emulation/CPUs
brandman211 80a0f8f75b -Made Intellicart its own class.
-Separated cartridge logic into a separate ICart named Cartridge.cs.
-Made WriteMemory return a bool to match ICart.Write. It currently returns true if either the cart or the core responded.

TODO: Parse the vanilla Intellivision ROM, which will hopefully include the read / writability of the data segments. adelikat seems to think that I just need to send the bytes to $5000, but I'm not convinced.
2012-07-31 06:54:20 +00:00
..
68000 68000: savestate support (text) 2012-05-21 04:44:36 +00:00
CP1610 -Made Intellicart its own class. 2012-07-31 06:54:20 +00:00
HuC6280 fix some PCE savestate desyncs 2012-03-12 00:14:44 +00:00
MOS 6502 sync mos6502 from my last core generator checkin 2012-03-15 20:40:50 +00:00
MOS 6502X 6502-add some opcodes not handled by the instruction tests, but which are cursorily covered by the instr_timing test, which now passes 2012-04-18 08:04:06 +00:00
Z80 Fix some bugs responsible for out-of-bounds array access crash on ym2612 2012-04-29 01:40:38 +00:00
Z80-GB -Logging now uses a static StreamWriter instead of building the string and writing on destruction. 2012-07-22 18:40:28 +00:00
x86 2011-01-11 02:55:51 +00:00