tomcw
eed3182bef
Fixed cmd line regressions: ( #790 )
...
. -s7-empty-on-exit wasn't being recognised
. -d1, -d2 weren't saving the 'Last Disk Image 1/2' & 'Starting Directory'
2020-05-25 21:59:26 +01:00
tomcw
cca3ecd436
Full-speed: fix for occasional speaker clicks
2020-05-23 22:34:15 +01:00
TomCh
a8671f7a6a
Debugger: Extend 'cycles' command to do (partial) timings relative to a user-specified instruction ( #787 ) (PR #789 )
2020-05-23 18:40:12 +01:00
tomcw
13a4043118
Added a new PerfMarker class: used to instrument emulation sub-systems and log timings ( #788 )
...
To enable this uncomment the #define LOG_PERF_TIMINGS in AppleWin.h.
2020-05-23 16:41:19 +01:00
Michael "Code Poet" Pohoreski
b1ab3f9794
Merge pull request #785 from AppleWin/bookmark_cleanup
...
Bookmark cleanup
2020-05-20 14:53:19 -07:00
Michael "Code Poet" Pohoreski
8197121312
Merge pull request #720 from AppleWin/Improve-APPLE2E.SYM
...
Improve APPLE2E.SYM
2020-05-19 16:19:01 -07:00
michaelangel007
2b9adac338
Debugger: 2.9.1.0 Bookmarks now have their own indicator
2020-05-19 08:37:15 -07:00
michaelangel007
dfbb63934c
Debugger 2.9.0.18
2020-05-19 08:29:23 -07:00
michaelangel007
0c0e2f6bdd
Debugger fixes for 2.9.0.16 and 2.9.0.17
2020-05-19 08:28:44 -07:00
tomcw
2c268b18d1
Corrected the acknowledgement (credit to @ghedger) for the SSI263 samples. ( Fixes #784 )
2020-05-16 22:29:10 +01:00
tomcw
58df8ea1e6
MB/SSI263 - alt logging via LOG_SSI263B
2020-05-10 18:21:34 +01:00
tomcw
2508d3b875
1.29.12.0: Updated version and History.txt
2020-04-26 18:10:32 +01:00
tomcw
61a3f06172
MB/Phasor: SSI263 - improved save-state for different speech cards' IRQs
2020-04-26 18:07:38 +01:00
tomcw
358573a9db
Fix for when joystick not connected ( fixes #778 )
2020-04-26 16:19:50 +01:00
tomcw
f201294451
MB/Phasor: SSI263
...
. extend for 6522 PCR CA1 input control=0, which sets IFR.b1 on phoneme complete
2020-04-26 10:10:39 +01:00
tomcw
389b6e6d23
Mockingboard: replicate 6522 I/O across entire $Cnxx I/O space
...
. SSI263.b7 not readable
. SSI263 writes also written to 6522 in low addr
2020-04-25 16:42:50 +01:00
tomcw
9f49820a8d
Phasor: support SSI263 speech for Mockingboard mode ( #777 )
...
. Improved DEVICE_SELECT' I/O support (including Echo+).
. SSI263_Read() only for Phasor in Phasor mode.
. save-state: v6 (Phasor unit): phasor mode extended.
SSI263 (MB/Phasor) bug fix for when RESET/Power-cycle during phoneme playback.
Logging:
. improved for SSI263
. in CPU.cpp, added 'IRQ' / 'ISR-end'
2020-04-19 21:00:37 +01:00
tomcw
22806c6c59
Phasor: support both kinds of speech interrupts ( #777 )
2020-04-07 22:11:31 +01:00
tomcw
1cd466bed3
Allow use of an INI-file instead of the Registry for configuration (PR #757 )
2020-04-03 21:42:13 +01:00
tomcw
2fa22d220b
Merge branch 'feature/no-registry' of ssh://github.com/taeber/AppleWin into taeber-feature/no-registry
2020-04-03 21:29:54 +01:00
tomcw
1739a84b0f
Fixed CmdCursorSetPC command: (PR #775 )
...
. Hitting "=" in the debugger should set PC to the current cursor address
2020-04-03 21:15:17 +01:00
tomcw
db373c6955
Help docs: updated for Apple II J-Plus
2020-04-03 20:39:07 +01:00
tomcw
e6a8c75f6c
Fixed J-Plus issue with -load-state
2020-04-02 23:39:18 +01:00
TomCh
dd2914a38e
Support Apple II J-Plus model ( #773 , PR #776 )
...
. Added II-JPlus rom & video rom
. Added new apple2jp model
. Fixed support for AN3 for II/II+ models (nothing to do with J-Plus support)
2020-04-02 20:17:32 +01:00
tomcw
5177c093fb
Fix typos in History.txt
2020-03-27 21:11:49 +00:00
tomcw
427cb9312b
1.29.11.0: Updated version
2020-03-27 20:31:06 +00:00
tomcw
18249bc31c
Updated History.txt & AppleWin.chm (for new -rom)
2020-03-26 23:07:11 +00:00
tomcw
ec8e758c79
Custom ROM: minor refactor
2020-03-26 22:16:00 +00:00
tomcw
3659603228
Added cmd line arg -rom <file> for 12KB & 16KB roms ( #771 )
2020-03-25 23:05:02 +00:00
tomcw
c204783816
MB/6522: IER doesn't start/stop timers
2020-03-07 18:08:50 +00:00
tomcw
ef4ee4ed16
Fixed 6522.T2 interrupt for Lancaster ( #765 )
2020-02-29 18:48:46 +00:00
tomcw
2f9ba13216
Fixed warning when LOG_DISK_ENABLED isn't defined
2020-02-23 13:23:48 +00:00
tomcw
b84bb97aa1
Disk logging: Improved info & formatting for DumpTrackWOZ()
2020-02-23 13:19:38 +00:00
tomcw
7268bc1421
Updated help: mainly for WOZ DiskII 13-sector auto-firmware support + other additions & fixes
2020-02-22 15:50:35 +00:00
tomcw
3dc0aae5b2
Removed assert & added repro comment
2020-02-22 12:04:13 +00:00
TomCh
21d16d3a0c
Auto-switch DiskII firmware to 13 or 16 sector depending on disk in drive-1 ( #734 ) (PR #761 )
...
. The auto-switch is done on each reset, or on inserting a disk at the start-up screen (MODE_LOGO).
. The Window's title include '(S6-13)' if DiskII card has 13-sector f/w.
. The debugger's 'disk info' cmd will show FW13 or FW16 depending on f/w.
2020-02-22 11:38:25 +00:00
tomcw
ac603dcd10
Minor updates to help for cmd-line
2020-02-21 15:33:23 +00:00
tomcw
fc8753501f
1.29.10.0: Updated version
2020-02-13 19:39:35 +00:00
tomcw
ad599680d2
Small refactor for WOZ2 write track
2020-02-11 21:29:27 +00:00
tomcw
d978a1789b
Updated History.txt for 1.29.10.0
2020-02-10 21:49:45 +00:00
Taeber Rapczak
c7d2fef62f
Allow use of an INI-file instead of the Registry
...
This change adds the `-conf` switch which, if specified, will use an
INI-file instead of the Windows Registry.
This addresses AppleWin/AppleWin#709 and AppleWin/AppleWin#446 .
2020-02-09 21:18:31 -05:00
TomCh
4956957ca1
Write support for WOZ1/WOZ2 images ( #756 )
...
Also:
- Allow creation of a blank (WOZ2) image
- multi-zip support extended to scan for the first valid image (useful for most woz-a-day zips which have at least 2 entries and were previously failing)
2020-02-09 21:23:15 +00:00
tomcw
d07558b610
Updated compiler.txt with F12 info; & removed old cvs/svn docs
2020-01-31 20:16:01 +00:00
tomcw
41efaad92f
1.29.9.0: Updated version & History.txt
2020-01-26 21:34:02 +00:00
tomcw
0f681de531
Fixed regression for CTRL+ALT+BREAK (where ALT wasn't recognised). ( Fixes #752 )
2020-01-26 11:57:40 +00:00
tomcw
fcd1b2aa68
Fix for double-clicking an associated filetype
2020-01-21 19:27:13 +00:00
tomcw
84e0ef4ef8
Cmd line: Ensure that -swap-buttons takes priority over Registry
2020-01-19 17:09:24 +00:00
tomcw
7d147d4e89
Added makeAppleWin.bat
2020-01-19 16:44:49 +00:00
tomcw
ccb589af5a
1.29.8.0: Updated version, History.txt and Resource/Help's copyright year
...
Added DebuggerAutoRun.txt
2020-01-19 15:36:31 +00:00
tomcw
ae908e6edf
Update History.txt
2020-01-18 20:04:50 +00:00