Commit Graph

50 Commits

Author SHA1 Message Date
alyosha-tas fb665254b2 Delete InputState.cs 2017-08-29 09:34:52 -04:00
alyosha-tas 17a94fc736 Delete ILogger.cs 2017-08-29 09:34:40 -04:00
alyosha-tas 431f8cece8 Delete IDevice.cs 2017-08-29 09:34:32 -04:00
alyosha-tas 8e4bf6a2be Delete HSC7800.cs 2017-08-29 09:34:23 -04:00
alyosha-tas 688018d0ed Delete FrameBuffer.cs 2017-08-29 09:34:15 -04:00
alyosha-tas 4c730be1d3 Delete FontRenderer.cs 2017-08-29 09:34:06 -04:00
alyosha-tas 78a924594d Delete Emu7800SerializationException.cs 2017-08-29 09:33:53 -04:00
alyosha-tas f50945e16e Delete Emu7800Exception.cs 2017-08-29 09:33:45 -04:00
alyosha-tas ae44c8f30e Delete DeserializationContext.cs 2017-08-29 09:33:34 -04:00
alyosha-tas 0147849535 Delete ControllerAction.cs 2017-08-29 09:33:21 -04:00
alyosha-tas f6bcd24542 Delete Controller.cs 2017-08-29 09:33:13 -04:00
alyosha-tas 4744077036 Delete ConsoleSwitch.cs 2017-08-29 09:33:04 -04:00
alyosha-tas 6d5a7b2974 Delete CartType.cs 2017-08-29 09:32:52 -04:00
alyosha-tas bcf24cf3b1 Delete CartTV8K.cs 2017-08-29 09:32:43 -04:00
alyosha-tas 2706d2ab39 Delete CartPB8K.cs 2017-08-29 09:32:35 -04:00
alyosha-tas c49dbfcd32 Delete CartMN16K.cs 2017-08-29 09:32:25 -04:00
alyosha-tas 0def568ff7 Delete CartDPC.cs 2017-08-29 09:32:14 -04:00
alyosha-tas 17cef7393a Delete CartDC8K.cs 2017-08-29 09:32:06 -04:00
alyosha-tas 6914f8b7c4 Delete CartCBS12K.cs 2017-08-29 09:31:57 -04:00
alyosha-tas 5a04d633be Delete CartA8KR.cs 2017-08-29 09:31:48 -04:00
alyosha-tas 27600934e3 Delete CartA8K.cs 2017-08-29 09:31:37 -04:00
alyosha-tas 8443c527b4 Delete CartA4K.cs 2017-08-29 09:31:24 -04:00
alyosha-tas 381b08889b Delete CartA32KR.cs 2017-08-29 09:31:08 -04:00
alyosha-tas d64f7e7a0d Delete CartA32K.cs 2017-08-29 09:30:54 -04:00
alyosha-tas ee67746a75 Delete CartA2K.cs 2017-08-29 09:30:45 -04:00
alyosha-tas 7a3d21a92c Delete CartA16KR.cs 2017-08-29 09:30:33 -04:00
alyosha-tas 2efe19e4a9 Delete CartA16K.cs 2017-08-29 09:30:23 -04:00
alyosha-tas 99895dd45a Delete Cart78SGP.cs 2017-08-29 09:30:10 -04:00
alyosha-tas eb622c5bbd Delete Cart78SG.cs 2017-08-29 09:30:01 -04:00
alyosha-tas c2240dfe23 Delete Cart78S9.cs 2017-08-29 09:29:52 -04:00
alyosha-tas 7d42d3e1ef Delete Cart78S4.cs 2017-08-29 09:29:43 -04:00
alyosha-tas c7a0edf744 Delete Cart78AC.cs 2017-08-29 09:29:35 -04:00
alyosha-tas ffd3fe3f90 Delete Cart78AB.cs 2017-08-29 09:29:26 -04:00
alyosha-tas 33fc036bd6 Delete Cart7848.cs 2017-08-29 09:29:18 -04:00
alyosha-tas 6077453a17 Delete Cart7832P.cs 2017-08-29 09:29:07 -04:00
alyosha-tas 1368935f37 Delete Cart7832.cs 2017-08-29 09:28:58 -04:00
alyosha-tas c952668bd1 Delete Cart7816.cs 2017-08-29 09:28:49 -04:00
alyosha-tas ddbb9f753d Delete Cart7808.cs 2017-08-29 09:28:37 -04:00
alyosha-tas 37b58ae4f8 Delete Cart.cs 2017-08-29 09:27:47 -04:00
alyosha-tas f6446228fb Delete BufferElement.cs 2017-08-29 09:26:29 -04:00
alyosha-tas a0995d3381 Delete Bios7800.cs 2017-08-29 09:26:05 -04:00
alyosha-tas 45df42e329 Delete AddressSpace.cs 2017-08-29 09:25:44 -04:00
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
adelikat 75654b9f33 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
adelikat ce7743808f Lua - event.oninputpoll - support Atari 7800 2013-11-17 00:06:21 +00:00
goyuken cdc753c10c 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
goyuken 17d8e21c2d 7800: memory domains 2012-12-16 18:02:39 +00:00
goyuken 17f0f66ed7 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
goyuken c9c3821632 7800: add lag flag. breaks savestates. this marks our first change to EMU7800.Core 2012-12-16 01:34:02 +00:00
goyuken 1e40bc9082 move 7800 into separate cootie-solution 2012-12-12 19:39:17 +00:00