Thomas Harte
|
7d778bc328
|
Formally introduces fast tape support as an option.
It doesn't feel that fast yet though.
|
2021-03-12 22:57:02 -05:00 |
|
Thomas Harte
|
7a8317ad81
|
It seems a full CRC is in play.
|
2021-03-12 22:45:48 -05:00 |
|
Thomas Harte
|
a32a2f36be
|
Advances to correctly reading bytes.
Something is still amiss though. Maybe I'm supposed to update the checksum?
|
2021-03-12 19:15:35 -05:00 |
|
Thomas Harte
|
064fe7658c
|
Adds necessary interface to inherit a CPC tape-speed byte.
|
2021-03-12 18:43:20 -05:00 |
|
Thomas Harte
|
cd215ef521
|
Stumbles towards supporting fast tape loading.
Right now: in a non-optional manner.
|
2021-03-12 18:42:17 -05:00 |
|
Thomas Harte
|
f190a1395a
|
Enables detection of CPC-format tape data.
It turns out that the Spectrum's timings are its alone; speed autodetection added.
|
2021-03-10 22:02:10 -05:00 |
|
Thomas Harte
|
4eaf3440bd
|
Add note to self.
|
2021-03-07 21:21:58 -05:00 |
|
Thomas Harte
|
f985248902
|
Add header for memcpy.
|
2021-03-07 21:20:35 -05:00 |
|
Thomas Harte
|
5c90744f0c
|
More minor style improvements.
|
2021-03-07 20:49:40 -05:00 |
|
Thomas Harte
|
e9177bbb2a
|
Makes an attempt to parse headers.
|
2021-03-07 20:49:09 -05:00 |
|
Thomas Harte
|
ab5e4ca9c7
|
Factors proceed_to_symbol upwards.
|
2021-03-07 20:48:51 -05:00 |
|
Thomas Harte
|
40516c9cec
|
Minor style improvements: some local const s, and override s.
|
2021-03-07 15:56:58 -05:00 |
|
Thomas Harte
|
d93d380c88
|
Adds bit-level Spectrum-style tape parsing.
More to do, obviously.
|
2021-03-07 15:51:25 -05:00 |
|
Thomas Harte
|
8a1c6978de
|
Merge pull request #877 from TomHarte/MissingConstraints
Corrects minor macOS layout constraint issues.
|
2021-03-07 13:12:02 -05:00 |
|
Thomas Harte
|
6839e9e3b3
|
Ensures no double definition of NDEBUG.
|
2021-03-07 12:52:54 -05:00 |
|
Thomas Harte
|
83cbbe09c6
|
Adds missing constraints; eliminates magic constants.
|
2021-03-07 12:52:39 -05:00 |
|
Thomas Harte
|
166ddab5e0
|
Merge pull request #876 from TomHarte/SafeQuickboot
Makes absolutely sure not to try to use quickboot workaround for Mac 128kb/512kb.
|
2021-03-06 22:40:35 -05:00 |
|
Thomas Harte
|
67408521cd
|
Makes absolutely sure not to try to use quickboot workaround for Mac 128kb/512kb.
Albeit that it should be harmless; it's just seeding RAM.
|
2021-03-06 22:34:35 -05:00 |
|
Thomas Harte
|
f05260b839
|
ZX80/1: fix initial key state, wait line when NMI disabled.
|
2021-03-06 21:59:45 -05:00 |
|
Thomas Harte
|
62949d2f8b
|
Merge pull request #875 from TomHarte/InitialSelection
Ensures machine selection carries over sessions.
|
2021-03-06 21:38:41 -05:00 |
|
Thomas Harte
|
2f18f40697
|
Ensures machine selection carries over sessions.
|
2021-03-06 21:32:35 -05:00 |
|
Thomas Harte
|
eea4c1f148
|
Wires up machineSelectionTabs.
|
2021-03-06 21:31:08 -05:00 |
|
Thomas Harte
|
63a792f434
|
Merge pull request #844 from TomHarte/AppleIIgs
Adds incomplete Apple IIgs emulation.
|
2021-03-06 21:27:39 -05:00 |
|
Thomas Harte
|
7b164de6fd
|
Reenables interrupts.
|
2021-03-06 18:53:39 -05:00 |
|
Thomas Harte
|
26ad760904
|
Withdraws the Apple IIgs tab item.
Also makes some Swift style changes while I'm here: I'm pervasively assuming that all these objects exist, might as well be upfront about it.
|
2021-03-06 18:53:09 -05:00 |
|
Thomas Harte
|
24e68166c6
|
Minor clean-ups of my temporary cruft.
|
2021-03-06 17:11:06 -05:00 |
|
Thomas Harte
|
b72474f418
|
Reduces debugging shout outs a touch.
|
2021-03-03 20:53:05 -05:00 |
|
Thomas Harte
|
38046d49aa
|
Increases debugging noise.
|
2021-03-03 20:52:14 -05:00 |
|
Thomas Harte
|
4601421aa6
|
This conditional is gone.
|
2021-03-03 20:52:01 -05:00 |
|
Thomas Harte
|
86fd47545d
|
Silences.
|
2021-03-03 20:51:33 -05:00 |
|
Thomas Harte
|
c8471eb993
|
Adds various asserts, some comments.
|
2021-03-03 20:47:45 -05:00 |
|
Thomas Harte
|
83d0cfc24e
|
Improves commentary.
|
2021-03-03 20:33:28 -05:00 |
|
Thomas Harte
|
cbf5a79ee8
|
Takes a swing at improper key repeat.
|
2021-02-28 16:46:09 -05:00 |
|
Thomas Harte
|
2f45e07d82
|
Further consolidates region map, now that shadowing is orthogonal.
|
2021-02-28 15:22:36 -05:00 |
|
Thomas Harte
|
496b6b5cfc
|
Introduces a further 128 bits of storage to eliminate the conditional in IsShadowed.
|
2021-02-28 15:14:32 -05:00 |
|
Thomas Harte
|
8604b1786e
|
Simplifies banks $02+ to a single region.
|
2021-02-27 23:34:51 -05:00 |
|
Thomas Harte
|
267e28e012
|
Adds various bits of debugging detritus.
|
2021-02-27 22:27:57 -05:00 |
|
Thomas Harte
|
631a8a7421
|
Adds bitset header.
|
2021-02-27 22:13:49 -05:00 |
|
Thomas Harte
|
7dcb0553e4
|
Switches to a target-centric view of shadowing.
|
2021-02-27 22:13:10 -05:00 |
|
Thomas Harte
|
2a7ea9f57c
|
Merge branch 'master' into AppleIIgs
|
2021-02-26 21:31:18 -05:00 |
|
Thomas Harte
|
e2b20568c6
|
Merge pull request #873 from TomHarte/Mac128kb
Fixes 400kb drive PWM interpretation; enables Mac 128kb and 512kb.
|
2021-02-26 21:29:57 -05:00 |
|
Thomas Harte
|
4f5eb4d71b
|
Adds the Mac 128k & 512k as Qt options.
|
2021-02-26 21:25:11 -05:00 |
|
Thomas Harte
|
a1df8452ce
|
Add the 128kb and 512kb Macintoshes as selectable options in macOS.
|
2021-02-26 21:22:54 -05:00 |
|
Thomas Harte
|
9781460c41
|
Thanks to a hint from the MAME guys: finally completes Macintosh 128kb and 512kb emulation (!)
|
2021-02-26 21:22:35 -05:00 |
|
Thomas Harte
|
55c9d152e9
|
Slightly smarter: this does branchless shadowing without additional storage.
|
2021-02-24 18:46:41 -05:00 |
|
Thomas Harte
|
71a107fe75
|
Silences the IWM again, for now.
|
2021-02-23 21:57:19 -05:00 |
|
Thomas Harte
|
6cf9099ce1
|
Don't clear the mouse data full flag until both registers have been read.
|
2021-02-23 21:57:02 -05:00 |
|
Thomas Harte
|
e6dc39f6f0
|
Makes an attempt at mouse event transmission.
|
2021-02-19 22:48:15 -05:00 |
|
Thomas Harte
|
f6466fd657
|
Remove temporary hackery.
|
2021-02-19 22:47:50 -05:00 |
|
Thomas Harte
|
28ce675c96
|
Takes a further stab at ::CommandDataIsValid.
|
2021-02-19 22:22:14 -05:00 |
|