AppleWin/source/Debugger
TomCh 46274d4d1c
Apple II: Language Card and Saturn support for slot-0 (PR #589)
Support for #408:
* added slot-0 LC and Saturn 128K for Apple II and II+
* added save-state support
  - for slot-0 LC/Saturn, save the LC state in the slot-0 card, not the //e MMU; and switch to a new Apple2 unit ver2
* added g_Slot0, g_SlotAux
* added new LanguageCard.cpp/h to project and moved Saturn code into these new files.
* updated VS2013,2015,2017 projects
2018-10-26 11:23:30 -07:00
..
Debug.cpp Support ClosedApple+key with Alt Gr when combined with a regular keyboard key: 2018-07-27 21:55:53 +01:00
Debug.h Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
DebugDefs.h Debugger: BPM cmd: trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS (#445) 2017-08-04 21:07:02 +01:00
Debugger_Assembler.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Debugger_Assembler.h Debugger: BPM cmd: trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS (#445) 2017-08-04 21:07:02 +01:00
Debugger_Color.cpp Add VS2015 proj files & fix for building under VS2015 in Release (closes #296) 2016-03-24 22:55:36 +00:00
Debugger_Color.h Add VS2015 proj files & fix for building under VS2015 in Release (closes #296) 2016-03-24 22:55:36 +00:00
Debugger_Commands.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Debugger_Console.cpp Fix off-by-one bug wrapping in debugger console #476 2017-08-24 16:59:19 -07:00
Debugger_Console.h Added variadic variants of ConsolePrint(), ConsoleBufferPush() to make code cleaner. Also added ConsoleColorizePrint() and variants. 2016-12-29 12:07:54 -05:00
Debugger_DisassemblerData.cpp Added variadic variants of ConsolePrint(), ConsoleBufferPush() to make code cleaner. Also added ConsoleColorizePrint() and variants. 2016-12-29 12:07:54 -05:00
Debugger_DisassemblerData.h
Debugger_Display.cpp Apple II: Language Card and Saturn support for slot-0 (PR #589) 2018-10-26 11:23:30 -07:00
Debugger_Display.h
Debugger_Help.cpp Debugger: Added HELP CALC see also: HELP OP 2018-04-17 09:43:06 -07:00
Debugger_Help.h
Debugger_Parser.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Debugger_Parser.h
Debugger_Range.cpp
Debugger_Range.h
Debugger_Symbols.cpp Fix the following errors reported by VS2017 Code Analysis. (#414) 2018-02-24 15:24:37 +00:00
Debugger_Symbols.h
Debugger_Types.h #481 Extend arguments from 55 chars to 127 chars 2017-08-25 08:56:23 -07:00
Util_MemoryTextFile.cpp Add note about vector clear() insert() at() 2017-08-24 18:43:54 -07:00
Util_MemoryTextFile.h
Util_Text.h