tomcw
e4bd6162c5
Refactor: move code for WM_CLOSE next to WM_DESTROY, and WM_KEYDOWN next to WM_CHAR
2018-07-31 18:17:42 +01:00
tomcw
898f30f08a
Fixed save-state on exit not working if there was a VM restart (eg. config h/w change). Fixes #564
2018-07-31 18:06:53 +01:00
TomCh
a78f1e04da
SSC: Support for TX IRQ and other SSC updates ( #552 )
...
. Support TX IRQ for both TCP and COM modes (fixes #522 )
. Support CTS/RTS (fixes #311 )
. Fixed reading DIPSW registers
. Fixed TCP mode which was only generating an IRQ for first byte received
. Added UpdateCommandReg() to consolidate all updates to SSC command reg
. Updated reference URLs
2018-04-08 17:37:26 +01:00
Andrea
6051bc55d0
Changes to ease code compilation in gcc. ( #541 )
...
Changes to ease code compilation in GCC.
Disk_t and HDD contain a std::string and for this reason they need a proper constructor, ZeroMemory is not guaranteed to work.
2018-02-24 15:12:40 +00:00
tomcw
5505ff696f
HDD error wasn't cleared on a reset or power-cycle - fixes #515
2017-12-03 21:05:05 +00:00
tomcw
3a5bf012f1
Save-state: Fix for when SSC's expansion ROM is active and PC is running in this space (GH#486)
2017-09-22 22:23:13 +01:00
tomcw
739afea01a
Remove redundant code relating to SetCharseType() and g_nCharsetType
2017-04-30 18:50:27 +01:00
tomcw
ab04e46f61
Save-state: Draw the frame,buttons,etc as soon as we know the Apple2Type, to remove the issue where the drive buttons appear before the rest of the buttons. (Repro: Loading a 32MB gzip'ed HDD image from the command line.)
2016-12-11 16:31:25 +00:00
tomcw
d9246c0841
Save-state: support TK3000 clone
2016-10-23 10:35:18 +01:00
tomcw
8c3a2148e9
Small simplification to Memory interface (directly unmap cards' ROMs if internal ROM is enabled)
2016-09-11 20:16:19 +01:00
tomcw
cf0cd37d9e
. Fixed #309 : Support 6522 TIMER1 at $Cs80 as in interrupt source
...
. Fixed save-state v2 bug where Mockingboard's card ROM was erroneously mapped in (instead of internal $C100-CFFF ROM)
. Added Cybernoid-TimerAtC480.aws.yaml to test both
2016-09-08 22:36:16 +01:00
tomcw
9adbb1e8e6
Added NTSC_Reinitialize() to re-init NTSC state after loading a save-state file
2016-04-05 22:17:29 +01:00
tomcw
e98de27039
Manual merge from master @ c798157
2016-03-21 23:48:02 +00:00
michaelangel007
e116014742
First pass of NTSC integration
2014-12-31 14:13:36 -08:00
michaelangel007
807fcce1ef
1.25.0.2 Fixed: F12 Snapshot_LoadState() -> Snapshot_SetFilename() not keeping trailing backslash on path
2014-09-02 08:48:46 -07:00
tomcw
6a26a95487
PCH refactor: remove non-system headers from stdafx.h
2014-08-13 21:30:35 +01:00
tomcw
d591dd006b
Remove the top-level AppleWin folder
2014-05-23 22:59:02 +01:00