BizHawk/EMU7800/Core
alyosha-tas 254fd486c1 EMU7800 fix state error
The state did include swapping out the BIOS bank in the memory
2017-04-17 14:42:20 -04:00
..
AddressSpace.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Bios7800.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
BufferElement.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
Cart.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart78AB.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart78AC.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart78S4.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart78S9.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart78SG.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart78SGP.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart7808.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart7816.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart7832.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart7832P.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Cart7848.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA2K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA4K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA8K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA8KR.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA16K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA16KR.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA32K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartA32KR.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartCBS12K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartDC8K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartDPC.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartMN16K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartPB8K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartTV8K.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
CartType.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
ConsoleSwitch.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Controller.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
ControllerAction.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
DeserializationContext.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
Emu7800Exception.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Emu7800SerializationException.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
FontRenderer.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
FrameBuffer.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
HSC7800.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
IDevice.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
ILogger.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
InputState.cs Atari 7800 - make difficulty switches behave like toggles instead of buttons, also add mnemonic info for them, fixes #726 2016-11-11 08:44:28 -06:00
LICENSE.TXT move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
M6502.cs 7800: expose the cpu flags. also fix the postbuild event in the csproj to copy emu7800.dll to the correct folder. 2013-11-11 17:39:01 +00:00
M6502DASM.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Machine2600.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Machine2600NTSC.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Machine2600PAL.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Machine7800.cs EMU7800 fix state error 2017-04-17 14:42:20 -04:00
Machine7800NTSC.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Machine7800PAL.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
MachineBase.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
MachineInput.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
MachineType.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
Maria.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
MariaTables.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
NullDevice.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
NullLogger.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
PIA.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
PokeySound.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
RAM6116.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00
SerializationContext.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
TIA.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
TIASound.cs 7800: remove BufferElement because it annoys me. (Also gains a small speed increase, ~4%?). Remove "Copyright © Microsoft 2012" from the default AssemblyInfo.cs 2012-12-16 16:57:16 +00:00
TIATables.cs move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00