tomcw
a07d087467
Improve logging and fix asserts for DOS 3.2 INIT ( #537 )
2018-02-15 21:54:15 +00:00
Andrea Odetti
5659dde498
Pause the emulator when Disks are swapped.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-13 20:02:17 +00:00
Andrea Odetti
cde7b12555
Add ability to swap floppy disks.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-13 08:42:47 +00:00
Andrea Odetti
ba8221d3ee
Free resources on exit.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-13 08:39:17 +00:00
Andrea Odetti
2df7a7c67b
Disk_t and HDD cannot free the memory in their destructor as they dont really own it.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-13 08:38:24 +00:00
Andrea Odetti
91050fc3bd
Merge remote-tracking branch 'upstream/master'
2018-02-11 20:43:50 +00:00
Andrea Odetti
7a478fb545
Compile TestCPU6502 as well.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-11 20:43:26 +00:00
Andrea Odetti
9b58ce1a42
Better compatibility with AppleWin: stick to relative include paths.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-11 19:57:17 +00:00
tomcw
82fdf1ab6a
DiskII: allow reading of write-protect state when in write mode ( #537 )
2018-02-11 14:52:21 +00:00
Andrea Odetti
04f7492e6b
For some reason the ncurses ALT-arrow key codes do not work any longer.
...
Has anything changed in ncurses?
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-10 17:52:35 +00:00
Andrea Odetti
9218eb671e
Try a better time slicing algorithm.
...
We keep a running timer since the last start, or reboot or pause and ensure we track it.
At the same time, a different full speed mode is necessary.
We run for up to 5 ms as long as the disk is spinning and restart all counters.
This will go in some configuration.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-09 21:16:57 +00:00
Andrea Odetti
30ac85b9c0
In GNOME it happens that the open file dialog is not displayed properly and become impossible to interact with it.
...
It is displayed elsewhere (different desktop, hidden???), and sometimes it is come back.
More often it forces to terminate the emulator.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-09 21:13:32 +00:00
Andrea Odetti
1b70ca4979
Fix PkgConfig for ncursesw and add libevdev.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-06 17:08:50 +00:00
Andrea Odetti
6985ef40e2
Use CMake / PkgConfig to find ncurses locations and flags.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-06 16:58:10 +00:00
Andrea Odetti
da7ac10987
Add AppleWin version number in the About dialog box.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-06 16:50:50 +00:00
Andrea Odetti
a27585d2a6
Add some tooltips and keyboard shortcut.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-06 16:24:36 +00:00
Andrea Odetti
7a6ad9f363
Ensure the MouseCard is properly reset when the emulator restarts.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-06 16:21:35 +00:00
Andrea Odetti
21156bb606
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# source/Disk.cpp
# source/DiskImageHelper.h
# source/Memory.cpp
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-03 20:35:04 +00:00
tomcw
839812ab7d
Debugger: OutputTraceLine() - add single-step comment
2018-02-02 21:10:46 +00:00
tomcw
2c8f5ce864
Support floating-bus in full-speed mode ( #508 , #519 , #532 )
2018-02-02 20:19:48 +00:00
tomcw
62b8b5ac14
DiskII: Updated comment about motor off not affecting state
2018-01-28 12:30:54 +00:00
tomcw
da24cd6e60
DiskII: Allow stepper motor to change phase when motor is off, but during the ~1s when it's still spinning ( #525 )
2018-01-28 12:21:28 +00:00
tomcw
b50da5a95b
DiskII: Prevent stepper motor changing phase when motor is off ( fixes #525 )
2018-01-27 17:02:33 +00:00
tomcw
b324f43a15
Added more logging when Apple2 Tyoe changes
2018-01-26 11:03:44 +00:00
tomcw
02a6df73c5
DiskFormat: tweaks and fixed some TODOs in comments
2018-01-20 17:18:24 +00:00
tomcw
4a69ba8a97
git merge --squash GH125-ProDOS-Format. Fix for disk formatting #125 , #196 , #338 :
...
. .dsk / .nib images
. ProDOS format / DOS 3.3 init
. authentic / enhanced disk access speed
For zero-length files, resize to the complete file size when first opened (#506 )
. Support both .dsk and .nib
Created a new class FormatTrack to encapsulate the new track formatting logic
Improved precision of 'authentic' drive mode's spin emulation (#125 )
Save-state: (save-state DiskII unit v2)
. support Format Track state
. save DiskLastCycle
DenibblizeTrack(): added some debug asserts and comments
Updated for VS2008/VS2013/2015/2017 projs & remove dependency on ddraw.lib for VS2013/2015
Updated disk logging:
. Moved all LOG_DISK_xx macros to new DiskLog.h (since shared by Disk.cpp and DiskFormatTrack.cpp)
. For write nibble: option to log cycle count & sync byte count
. For written track: option to log gap1/2/3 and track size
. For disk latch r/w: option to log when D5AA96 detected
Other:
. Debugger: Fix CD cmd to support absolute paths (#505 )
2018-01-14 18:01:22 +00:00
Andrea Odetti
c1631a1abf
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# source/Disk.cpp
2018-01-07 20:19:42 +00:00
tomcw
efa9ab8aaa
Updated Debugger_Changelog.txt for a handful of issues
2018-01-06 16:26:07 +00:00
tomcw
713efcdcb1
PR #275 : Attenuate speaker (and 8-bit DAC) output sample after 0.25s of inactivity.
...
. Cherry-pick from 'master' of https://github.com/rmacri/AppleWin into master:
2017-12-20 20:09:43 +00:00
tomcw
607165cc9e
Debugger: default to Shift+Click to toggle diasm columns ( #462 )
2017-12-19 23:07:12 +00:00
tomcw
d59d706e5e
Merge branch 'master' into bug_479
2017-12-19 22:23:58 +00:00
tomcw
f37b82a8e7
Serial: after loading save-state, set m_uDTR variable correctly
2017-12-19 22:00:08 +00:00
tomcw
7e38429766
Serial-over-TCP: Receive wasn't setting the ASIC's Status register's interrupt bit. ( Fix #308 )
2017-12-19 21:35:04 +00:00
tomcw
e25b490198
Uthernet: 'TFE not supported' message-box contains broken URL, so add a comment about a copy of the old kb article now being in the repo
2017-12-18 21:54:59 +00:00
tomcw
34094f7299
Fix static analysis issues raised in PR #517
2017-12-17 19:35:54 +00:00
tomcw
664edf5b6f
Debugger: fix some static analysis issues from PR #517
2017-12-17 18:20:39 +00:00
tomcw
d46491c5d0
VideoMode: 80STORE should only mask, not clear PAGE2 - and this is handled by underlying NTSC video code ( #516 )
2017-12-04 20:43:42 +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
Andrea Odetti
c0623f9134
Merge remote-tracking branch 'upstream/master'
2017-11-30 19:31:38 +00:00
tomcw
a551af020d
Fix so that on emu restart, mousecard state is now reset ( #514 )
2017-11-29 06:56:14 +09:00
Andrea Odetti
154923a039
Ensure the video is repainted after the title has changed.
...
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-11-21 16:11:21 +00:00
Andrea Odetti
b5e5199eeb
Move all configurations to a separate file.
...
Still not ideal as it is not straightforward to add options to places like the Video class.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-11-21 16:10:58 +00:00
Andrea Odetti
ea99fb0584
Merge remote-tracking branch 'upstream/master'
2017-10-29 16:27:20 +00:00
tomcw
77cbfbec99
Remove stale/unused key buffering code
2017-10-29 10:50:08 +00:00
tomcw
146b6ebad3
Opening any dialog will deactivate the main frame - so don't hide the mouse cursor
2017-10-28 22:13:05 +01:00
tomcw
e5dbdb1696
Full-screen: Hide mouse cursor after 2s of inactivity ( #504 )
2017-10-28 21:59:48 +01:00
tomcw
e2b515de33
MB/Phasor: Wrap 6522.IFR changes inside a critical section to avoid a potential 2 thread data-race
2017-10-28 18:39:45 +01:00
tomcw
74ac2a4f22
Mockingboard/Phasor unit functions only work from an inactive state
...
(#320 )
- Extended save-state (MB/Phasor v3) to support 'Unit state'
2017-10-27 11:10:15 +01:00
TomCh
66321febba
Support Mockingboard/Phasor when polling IFR.Timer1 ( #496 )
...
* Support precise AY8910 sound-buffer filling when polling 6522 IFR.Timer1 (ACR=Free Running mode)
- same as if using 6522 IER.Timer1 interrupt
* Support 6522's Timer2 and some code refactoring
* Bump version: 1.26.3.4
2017-10-24 22:28:22 +01:00
tomcw
49465d0182
Fix position of disk status in 2x Windowed-mode
2017-10-21 21:59:21 +01:00