AppleWin/source
Nick Westgate 690b5d0bfc WIP
Still testing
2020-07-25 12:17:39 +10:00
..
CPU Fixed timing for 6502 opcodes: rol abs,x; lsr abs,x; ror abs,x. (Fixes #801) 2020-06-19 19:40:23 +01:00
CommonVICE Convert files with special characters to UTF-8 (PR #604) 2019-02-07 18:08:53 +00:00
Configuration Support Apple II J-Plus model (#773, PR #776) 2020-04-02 20:17:32 +01:00
Debugger Minor: added missing static keywords 2020-06-28 10:25:59 +01: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 Some minor c++ correctness changes. (#803) 2020-06-27 14:32:09 +01:00
AY8910.h Some minor c++ correctness changes. (#803) 2020-06-27 14:32:09 +01:00
Applewin.cpp WIP 2020-07-25 12:17:39 +10:00
Applewin.h Added a new PerfMarker class: used to instrument emulation sub-systems and log timings (#788) 2020-05-23 16:41:19 +01:00
CPU.cpp Added a new PerfMarker class: used to instrument emulation sub-systems and log timings (#788) 2020-05-23 16:41:19 +01:00
CPU.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
Card.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
CardManager.cpp Fixed cmd line regressions: (#790) 2020-05-25 21:59:26 +01:00
CardManager.h CardManager: 2020-01-04 12:32:13 +00:00
Common.h Fixed an edge case when switching from IIe to II+, and the Mockingboard wasn't visible in memory. 2020-06-07 18:25:34 +01:00
Disk.cpp Fixed cmd line regressions: (#790) 2020-05-25 21:59:26 +01:00
Disk.h Fixed cmd line regressions: (#790) 2020-05-25 21:59:26 +01:00
Disk2CardManager.cpp Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 (#734) (PR #761) 2020-02-22 11:38:25 +00:00
Disk2CardManager.h Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 (#734) (PR #761) 2020-02-22 11:38:25 +00:00
DiskDefs.h Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
DiskFormatTrack.cpp Fixed warning when LOG_DISK_ENABLED isn't defined 2020-02-23 13:23:48 +00:00
DiskFormatTrack.h Disk logging: Improved info & formatting for DumpTrackWOZ() 2020-02-23 13:19:38 +00:00
DiskImage.cpp Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 (#734) (PR #761) 2020-02-22 11:38:25 +00:00
DiskImage.h Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 (#734) (PR #761) 2020-02-22 11:38:25 +00:00
DiskImageHelper.cpp Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 (#734) (PR #761) 2020-02-22 11:38:25 +00:00
DiskImageHelper.h Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 (#734) (PR #761) 2020-02-22 11:38:25 +00:00
DiskLog.h Write support for WOZ1/WOZ2 images (#756) 2020-02-09 21:23:15 +00:00
Frame.cpp NSC: Reset NSC on power-cycle. (Fixes #751) 2020-06-08 21:11:12 +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
GenericSocketDriver.cpp WIP 2020-07-25 12:17:39 +10:00
GenericSocketDriver.h WIP 2020-07-25 12:17:39 +10:00
Harddisk.cpp Correct way to clear a std::string. (PR #723) 2020-01-09 22:12:51 +00:00
Harddisk.h More std::strings. 2019-09-07 09:02:39 +01:00
Joystick.cpp WIP 2020-07-25 12:17:39 +10:00
Joystick.h WIP 2020-07-25 12:17:39 +10:00
Keyboard.cpp WIP 2020-07-25 12:17:39 +10:00
Keyboard.h WIP 2020-07-25 12:17:39 +10:00
KiwiPad.cpp WIP 2020-07-25 12:17:39 +10:00
KiwiPad.h WIP 2020-07-25 12:17:39 +10:00
LanguageCard.cpp Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
LanguageCard.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00: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 NoSlotClock: 2020-06-10 20:56:00 +01:00
Memory.h NoSlotClock: 2020-06-10 20:56:00 +01:00
Mockingboard.cpp Fix for 'IRQ occurring on last cycle of opcode' not always true. (Fixes #796) 2020-06-27 19:29:29 +01:00
Mockingboard.h MB: Moved MB_StartOfCpuExecute() to Snapshot_LoadState_v2(), since it's only needed there 2019-12-24 13:58:20 +00:00
MouseInterface.cpp Fixed cmd line regressions: (#790) 2020-05-25 21:59:26 +01:00
MouseInterface.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
NTSC.cpp Added a new PerfMarker class: used to instrument emulation sub-systems and log timings (#788) 2020-05-23 16:41:19 +01:00
NTSC.h Debugger: added help for videoinfo cmd 2019-09-22 16:53:38 +01:00
NTSC_CharSet.cpp Fixed J-Plus issue with -load-state 2020-04-02 23:39:18 +01:00
NTSC_CharSet.h Support Apple II J-Plus model (#773, PR #776) 2020-04-02 20:17:32 +01:00
NoSlotClock.cpp NoSlotClock: 2020-06-10 20:56:00 +01:00
NoSlotClock.h NoSlotClock: 2020-06-10 20:56:00 +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 Allow use of an INI-file instead of the Registry 2020-02-09 21:18:31 -05: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 NoSlotClock: 2020-06-10 20:56:00 +01:00
SaveState.h Some more std::string changes. 2019-09-07 19:37:19 +01:00
SaveState_Structs_common.h Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
SaveState_Structs_v1.h Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
SerialComms.cpp Fixed cmd line regressions: (#790) 2020-05-25 21:59:26 +01:00
SerialComms.h Fixed cmd line regressions: (#790) 2020-05-25 21:59:26 +01:00
SoundCore.cpp Some minor c++ correctness changes. (#803) 2020-06-27 14:32:09 +01:00
SoundCore.h Some minor c++ correctness changes. (#803) 2020-06-27 14:32:09 +01:00
Speaker.cpp Full-speed: fix for occasional speaker clicks 2020-05-23 22:34:15 +01: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 WIP 2020-07-25 12:17:39 +10: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 Support 2nd Disk][ card and improved card management (#726) (PR #741) 2019-12-19 19:42:30 +00:00
Video.h Full-speed: new VideoGetVblBarEx() required when called from main loop 2019-11-11 19:55:46 +00:00
YamlHelper.cpp Save-state: refactor: added a LoadMemory() specialisation for vector<BYTE> 2019-12-31 12:52:47 +00:00
YamlHelper.h Save-state: refactor: added a LoadMemory() specialisation for vector<BYTE> 2019-12-31 12:52:47 +00: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