AppleWin/source
tomcw 67fe384715 WIP: NUM_TARGETS=4, and comment out bIncludeNextOpcodeAddress 2019-12-14 11:59:16 +00:00
..
CPU Full-speed: only do interrupt checking every 40 opcodes & simplify CYC macro (#651) 2019-06-02 14:30:54 +01:00
CommonVICE Convert files with special characters to UTF-8 (PR #604) 2019-02-07 18:08:53 +00:00
Configuration Make soundtype default to WAVE (not NONE)! (#355) 2019-11-24 15:57:33 +00:00
Debugger WIP: NUM_TARGETS=4, and comment out bIncludeNextOpcodeAddress 2019-12-14 11:59:16 +00:00
Tfe Refactor: Use INTCXROM instead of SLOTCXROM to be consistent with UTAIIe (fixes #419) 2018-04-06 22:36:54 +01:00
Z80VICE Support 50Hz(PAL) (#648) (PR #658) 2019-06-28 21:34:34 +01:00
6821.cpp More header refactoring 2014-08-14 18:03:12 +01:00
6821.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
AY8910.cpp Support polling of Mockingboard's & Phasor's 6522 IFR.Timer1 (#496) 2017-10-21 18:47:22 +01:00
AY8910.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Applewin.cpp Make soundtype default to WAVE (not NONE)! (#355) 2019-11-24 15:57:33 +00:00
Applewin.h Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings 2019-09-15 20:45:05 +01:00
CPU.cpp CPU save-state: added 'Defer IRQ By 1 Opcode' (v5) and comments for why the other state doesn't need saving 2019-11-18 15:08:59 +00:00
CPU.h CPU save-state: added 'Defer IRQ By 1 Opcode' (v5) and comments for why the other state doesn't need saving 2019-11-18 15:08:59 +00:00
Common.h Make soundtype default to WAVE (not NONE)! (#355) 2019-11-24 15:57:33 +00:00
Disk.cpp DiskII: fixes for Wasteland for both .nib & .woz images (#733) 2019-12-08 16:23:29 +00:00
Disk.h Disk: minor refactor 2019-10-13 16:01:00 +01:00
DiskDefs.h Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
DiskFormatTrack.cpp Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
DiskFormatTrack.h Change struct FloppyDrive, FloppyDisk into classes 2019-04-16 20:19:35 +01:00
DiskImage.cpp Memory fix for struct ImageInfo (PR #715) 2019-11-11 14:09:29 +00:00
DiskImage.h More std::strings. 2019-09-07 09:02:39 +01:00
DiskImageHelper.cpp Memory fix for struct ImageInfo (PR #715) 2019-11-11 14:09:29 +00:00
DiskImageHelper.h Memory fix for struct ImageInfo (PR #715) 2019-11-11 14:09:29 +00:00
DiskLog.h Improve logging and fix asserts for DOS 3.2 INIT (#537) 2018-02-15 21:54:15 +00:00
Frame.cpp Two fixes for the 'char* to std::string' PR #687 2019-09-15 21:26:40 +01:00
Frame.h NTSC: Merge-squash from 'GH555-1-pixel' branch for the 1 pixel shift for 14M video modes (#555) 2018-09-09 13:56:55 +01:00
Harddisk.cpp Disk: minor refactor 2019-10-13 16:01:00 +01:00
Harddisk.h More std::strings. 2019-09-07 09:02:39 +01:00
Joystick.cpp Fix reads to $C07X to return floating bus (broke at 7c95c0f6c4) 2019-04-06 18:24:37 +01:00
Joystick.h Fix reads to $C07X to return floating bus (broke at 7c95c0f6c4) 2019-04-06 18:24:37 +01:00
Keyboard.cpp Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
Keyboard.h Added cmd line switch (-altgr-sends-wmchar) to enable sending WM_CHAR for key presses, when AltGr is down. (Fixes #625) 2019-03-03 14:32:19 +00:00
LanguageCard.cpp LC: Support write-enabling LC via single 'INC abs,X' opcode for 6502 & 65C02. (#404, #700) 2019-10-12 22:34:35 +01:00
LanguageCard.h LC: Support write-enabling LC via single 'INC abs' and similar RMW opcodes (#700) 2019-10-08 22:12:35 +01:00
Log.cpp Keyboard: 2018-07-15 15:38:37 +01:00
Log.h Keyboard: 2018-07-15 15:38:37 +01:00
Memory.cpp Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings 2019-09-15 20:45:05 +01:00
Memory.h Updates for DHGR MIX and detection (#633): 2019-04-06 15:17:18 +01:00
Mockingboard.cpp CPU save-state: added 'Defer IRQ By 1 Opcode' (v5) and comments for why the other state doesn't need saving 2019-11-18 15:08:59 +00:00
Mockingboard.h Fix for "Mad Effect 1&2" demos (PR #725) 2019-11-16 23:49:21 +00:00
MouseInterface.cpp Save-state: fix for loading state not re-asserting pending IRQs for Mouse & SSC. (#677) 2019-08-26 20:13:52 +01:00
MouseInterface.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
NTSC.cpp CPU save-state: added 'Defer IRQ By 1 Opcode' (v5) and comments for why the other state doesn't need saving 2019-11-18 15:08:59 +00:00
NTSC.h Debugger: added help for videoinfo cmd 2019-09-22 16:53:38 +01:00
NTSC_CharSet.cpp Extended -videorom <file> to also support Original //e (#574) 2019-01-10 21:38:21 +00:00
NTSC_CharSet.h Very minor clean-up 2019-01-10 22:00:53 +00:00
NoSlotClock.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
NoSlotClock.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
ParallelPrinter.cpp Some more std::string changes. 2019-09-07 19:37:19 +01:00
ParallelPrinter.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Peripheral_Clock_Generic.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Peripheral_Clock_Generic.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Peripheral_Clock_ThunderClockPlus.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Pravets.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Pravets.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
RGBMonitor.cpp Color (RGB Monitor): speed up 'Pure CPU MHz (video update)'. (PR #730) 2019-11-28 22:06:34 +00:00
RGBMonitor.h Bumped to 1.28.5.0 and updated History.txt 2019-04-06 17:31:26 +01:00
Registry.cpp Some more std::string changes. 2019-09-07 19:37:19 +01:00
Registry.h Some more std::string changes. 2019-09-07 19:37:19 +01:00
Riff.cpp Changes to ease code compilation in gcc. (#541) 2018-02-24 15:12:40 +00:00
Riff.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SAM.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
SAM.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
SSI263Phonemes.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
SaveState.cpp CPU save-state: added 'Defer IRQ By 1 Opcode' (v5) and comments for why the other state doesn't need saving 2019-11-18 15:08:59 +00:00
SaveState.h Some more std::string changes. 2019-09-07 19:37:19 +01:00
SaveState_Structs_common.h 6522: Underflow on 0x0001 -> 0x0000; and FRT's period is N+2 cycles (#652) 2019-06-15 17:41:53 +01:00
SaveState_Structs_v1.h Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
SerialComms.cpp ADTPro not working (#707) (PR #714) 2019-11-02 19:53:00 +00:00
SerialComms.h ADTPro not working (#707) (PR #714) 2019-11-02 19:53:00 +00:00
SoundCore.cpp Cmd line: -m and -no-mb: fix crash 2019-11-03 14:23:47 +00:00
SoundCore.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Speaker.cpp Deprecated and removed support for v1 save-state. (Fixes #603) 2019-01-05 22:20:51 +00:00
Speaker.h Deprecated and removed support for v1 save-state. (Fixes #603) 2019-01-05 22:20:51 +00:00
Speech.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Speech.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
StdAfx.cpp Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
StdAfx.h Prevent uninitialized value bugs and improve string safety. 2019-08-09 13:38:50 -07:00
Tape.cpp Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Tape.h Refactor codebase by renaming nCyclesLeft to uExecutedCycles (#540) 2018-03-03 21:27:50 +00:00
Video.cpp Fix for "Mad Effect 1&2" demos (PR #725) 2019-11-16 23:49:21 +00:00
Video.h Full-speed: new VideoGetVblBarEx() required when called from main loop 2019-11-11 19:55:46 +00:00
YamlHelper.cpp Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
YamlHelper.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
z80emu.cpp Convert files with special characters to UTF-8 (PR #604) 2019-02-07 18:08:53 +00:00
z80emu.h Convert files with special characters to UTF-8 (PR #604) 2019-02-07 18:08:53 +00:00