AppleWin/source
2019-11-17 12:26:14 +00:00
..
CommonVICE
Configuration Fixed out-of-bounds global buffer access 2019-10-23 18:17:38 +01:00
CPU
Debugger Debugger: fixed help for 'videoinfo' cmd 2019-11-03 09:36:33 +00:00
Tfe
Z80VICE Support 50Hz(PAL) (#648) (PR #658) 2019-06-28 21:34:34 +01:00
6821.cpp
6821.h
Applewin.cpp Full-speed: new VideoGetVblBarEx() required when called from main loop 2019-11-11 19:55:46 +00:00
Applewin.h Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings 2019-09-15 20:45:05 +01:00
AY8910.cpp
AY8910.h
Common.h Refactor slots & allow empty slots for s1(printer), s6(disk2) 2019-09-15 20:37:20 +01:00
CPU.cpp Fix for "Mad Effect 1&2" demos (PR #725) 2019-11-16 23:49:21 +00:00
CPU.h Debugger: show video-scanner's h,v position (at the expense of losing 2 watches). (#666) 2019-09-21 16:37:45 +01:00
Disk.cpp Disk: Fixed write/disk-format issue (regression at 25496d3a52) 2019-10-13 10:25:33 +01: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
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
Frame.cpp Two fixes for the 'char* to std::string' PR #687 2019-09-15 21:26:40 +01:00
Frame.h
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
Joystick.h
Keyboard.cpp Support (read-only) WOZ1/WOZ2 images (#544) (PR #653) 2019-07-05 23:01:19 +01:00
Keyboard.h
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
Log.h
Memory.cpp Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings 2019-09-15 20:45:05 +01:00
Memory.h
Mockingboard.cpp Fixed 6522 timer interrupt which was occurring 1 cycle late (#711) 2019-11-17 12:26:14 +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
NoSlotClock.cpp
NoSlotClock.h
NTSC_CharSet.cpp
NTSC_CharSet.h
NTSC.cpp Fix video tearing by only updating during the Apple II VBL (#711) 2019-11-03 15:05:28 +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 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
RGBMonitor.cpp
RGBMonitor.h
Riff.cpp
Riff.h
SAM.cpp
SAM.h
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
SaveState.cpp Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings 2019-09-15 20:45:05 +01:00
SaveState.h Some more std::string changes. 2019-09-07 19:37: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
Speaker.cpp
Speaker.h
Speech.cpp
Speech.h
SSI263Phonemes.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
Tape.h
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
z80emu.h