..
CommonVICE
Convert files with special characters to UTF-8 (PR #604 )
2019-02-07 18:08:53 +00:00
Configuration
Config: Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1
2020-01-18 19:06:06 +00:00
CPU
Full-speed: only do interrupt checking every 40 opcodes & simplify CYC macro ( #651 )
2019-06-02 14:30:54 +01:00
Debugger
Debugger: Added new 'cycles <abs|rel>' command to show cycles as absolute or relative.
2020-01-11 17:38:00 +00:00
Tfe
Z80VICE
Support 50Hz(PAL) ( #648 ) (PR #658 )
2019-06-28 21:34:34 +01:00
6821.cpp
6821.h
Applewin.cpp
Allow use of an INI-file instead of the Registry
2020-02-09 21:18:31 -05:00
Applewin.h
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
AY8910.cpp
AY8910.h
Card.h
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
CardManager.cpp
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
CardManager.h
CardManager:
2020-01-04 12:32:13 +00:00
Common.h
Config: Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1
2020-01-18 19:06:06 +00:00
CPU.cpp
MB: Moved MB_StartOfCpuExecute() to Snapshot_LoadState_v2(), since it's only needed there
2019-12-24 13:58:20 +00:00
CPU.h
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
Disk2CardManager.cpp
CardManager refactor:
2020-01-04 13:58:59 +00:00
Disk2CardManager.h
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
Disk.cpp
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00:00
Disk.h
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00: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
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00:00
DiskImage.h
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00:00
DiskImageHelper.cpp
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00:00
DiskImageHelper.h
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00:00
DiskLog.h
Write support for WOZ1/WOZ2 images ( #756 )
2020-02-09 21:23:15 +00:00
Frame.cpp
Fixed regression for CTRL+ALT+BREAK (where ALT wasn't recognised). ( Fixes #752 )
2020-01-26 11:57:40 +00:00
Frame.h
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
Config: Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1
2020-01-18 19:06:06 +00:00
Joystick.h
Config: Input: Added 'Swap 0/1' toggle for swapping buttons 0 & 1
2020-01-18 19:06:06 +00: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
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
Log.h
Memory.cpp
ProcessCmdLine()
2020-01-18 16:47:20 +00:00
Memory.h
Updates for DHGR MIX and detection ( #633 ):
2019-04-06 15:17:18 +01:00
Mockingboard.cpp
MB: Moved MB_StartOfCpuExecute() to Snapshot_LoadState_v2(), since it's only needed there
2019-12-24 13:58:20 +00: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
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
MouseInterface.h
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
NoSlotClock.cpp
NoSlotClock.h
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
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
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
Peripheral_Clock_Generic.h
Peripheral_Clock_ThunderClockPlus.cpp
Pravets.cpp
Pravets.h
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
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
Riff.cpp
Riff.h
SAM.cpp
SAM.h
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
SaveState.cpp
CardManager refactor:
2020-01-04 13:58:59 +00:00
SaveState.h
Some more std::string changes.
2019-09-07 19:37:19 +01:00
SerialComms.cpp
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
SerialComms.h
Support 2nd Disk][ card and improved card management ( #726 ) (PR #741 )
2019-12-19 19:42:30 +00:00
SoundCore.cpp
Cmd line: -m and -no-mb: fix crash
2019-11-03 14:23:47 +00:00
SoundCore.h
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
Speech.h
SSI263Phonemes.h
StdAfx.cpp
StdAfx.h
VS2019: include <stdexcept> for std::runtime_error
2020-01-06 21:08:00 +00:00
Tape.cpp
Tape.h
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