Thomas Harte
|
d53d1c616f
|
Continues trying to get to write support.
|
2019-07-12 21:20:05 -04:00 |
|
Thomas Harte
|
5b05a9bc61
|
Extends Drive to report is_writing and so that writing works as the first action.
|
2019-07-12 18:53:41 -04:00 |
|
Thomas Harte
|
2c39229b13
|
Adds has-new-disk flag, allowing mounting of software from the desktop.
|
2019-07-12 13:17:24 -04:00 |
|
Thomas Harte
|
59b5dfddec
|
Added logic to allow a second disk to be inserted, at least.
|
2019-07-11 23:03:02 -04:00 |
|
Thomas Harte
|
b730ac5d5a
|
Reintroduces 1-second disable implementation.
|
2019-07-11 23:02:47 -04:00 |
|
Thomas Harte
|
4860d8a7df
|
Adds ask as a synonym of img.
|
2019-07-11 22:56:29 -04:00 |
|
Thomas Harte
|
9f0cde3d69
|
Improves mouse capture behaviour.
|
2019-07-11 22:56:08 -04:00 |
|
Thomas Harte
|
c8917e677b
|
Edging towards implementing IWM write support, but mainly tidied up.
|
2019-07-11 21:42:34 -04:00 |
|
Thomas Harte
|
6c2cc206a6
|
Takes a first stab at write support for Macintosh disk images.
Albeit that the Macintosh itself can't yet write.
|
2019-07-11 18:09:37 -04:00 |
|
Thomas Harte
|
5a9f3cfc1e
|
Completes Mac GCR decoding and its associated test.
|
2019-07-11 17:37:07 -04:00 |
|
Thomas Harte
|
8f28b33342
|
Starts work on Macintosh GCR decoding.
|
2019-07-11 16:28:52 -04:00 |
|
Thomas Harte
|
cac97a9663
|
Devolves drive responsibility.
|
2019-07-10 22:39:56 -04:00 |
|
Thomas Harte
|
2ccb564a7b
|
Throws some extra logging into place, to test the IWM changeover.
|
2019-07-10 21:39:45 -04:00 |
|
Thomas Harte
|
d1d0430fce
|
Eliminates the SonyDrive class.
|
2019-07-10 17:38:05 -04:00 |
|
Thomas Harte
|
be251d6b03
|
Begins substituting the DoubleDensityDrive for the Sony.
|
2019-07-10 16:24:48 -04:00 |
|
Thomas Harte
|
6cfaf920ee
|
Added attribution and commentary on rotation speeds.
|
2019-07-10 16:22:06 -04:00 |
|
Thomas Harte
|
1657f8768c
|
Transfers and slightly extends drive logic into the drive.
|
2019-07-10 16:17:51 -04:00 |
|
Thomas Harte
|
c4ab0bb867
|
Starts sketching out an interface for IWM drives, eliminating a dangling use of unsigned as it goes.
|
2019-07-10 16:05:59 -04:00 |
|
Thomas Harte
|
886946cc8c
|
Rejigs time-until-event tracking.
|
2019-07-09 23:27:27 -04:00 |
|
Thomas Harte
|
ed4ddcfda8
|
Reduces call/return overhead on Microcycle methods.
|
2019-07-09 19:55:30 -04:00 |
|
Thomas Harte
|
7886cd63bd
|
Flattens the Macintosh's perform_bus_operation, for legibility.
|
2019-07-09 19:49:06 -04:00 |
|
Thomas Harte
|
69b94719a1
|
Switches to faster bit count logic.
|
2019-07-09 18:41:20 -04:00 |
|
Thomas Harte
|
b4a3f66773
|
Restores just-in-time processing of video.
|
2019-07-09 18:08:07 -04:00 |
|
Thomas Harte
|
ab14433151
|
Tweaks optimisation level.
|
2019-07-09 18:07:43 -04:00 |
|
Thomas Harte
|
5078f6fb5c
|
Marginally reduces MOVE heft.
|
2019-07-09 18:07:11 -04:00 |
|
Thomas Harte
|
fc6d62aefb
|
Removes non-functioning workaround.
|
2019-07-09 16:41:15 -04:00 |
|
Thomas Harte
|
f73bccfec8
|
Adds a potential workaround for SDL mouse motion.
|
2019-07-09 16:38:16 -04:00 |
|
Thomas Harte
|
96be1a3f62
|
Corrects SDL mouse button up/down capture.
|
2019-07-09 16:32:38 -04:00 |
|
Thomas Harte
|
52e96e3d2a
|
Documents and extends the Video interface.
With the intention of returning it soon to JIT execution.
|
2019-07-08 22:28:05 -04:00 |
|
Thomas Harte
|
33e2721eb2
|
Fully embraces forceinline .
|
2019-07-08 21:11:31 -04:00 |
|
Thomas Harte
|
4bc44666e5
|
Adds status notes.
|
2019-07-08 21:11:12 -04:00 |
|
Thomas Harte
|
3d8e4f96c8
|
Merge branch 'Mac128k' of github.com:TomHarte/CLK into Mac128k
|
2019-07-08 18:34:45 -04:00 |
|
Thomas Harte
|
94457d81b6
|
Eliminates redundant and integer-size-troubling AND on ASL.
|
2019-07-08 18:33:50 -04:00 |
|
Thomas Harte
|
c212bf27db
|
Eliminates redundant and integer-size-troubling AND on ASL.
|
2019-07-08 18:28:36 -04:00 |
|
Thomas Harte
|
59b5ee65d4
|
Adds the Zilog SCC to SConstruct.
|
2019-07-08 18:18:49 -04:00 |
|
Thomas Harte
|
60cedca97b
|
Adds cmath in support of ceilf .
|
2019-07-08 18:14:03 -04:00 |
|
Thomas Harte
|
1a9aa60bf7
|
Ensures no compiler will think this can exit without returning.
|
2019-07-08 18:13:23 -04:00 |
|
Thomas Harte
|
6438a5ca1f
|
Updated SConstruct as per new Apple grouping.
|
2019-07-08 18:10:39 -04:00 |
|
Thomas Harte
|
3f303511bd
|
Adds cstring include, in support of memcpy .
|
2019-07-08 18:06:58 -04:00 |
|
Thomas Harte
|
fb352a8d40
|
Ensures assert is completely excluded if NDEBUG.
|
2019-07-08 18:00:37 -04:00 |
|
Thomas Harte
|
ea7899f47d
|
Updates the SConstruct in obvious ways.
|
2019-07-08 17:38:43 -04:00 |
|
Thomas Harte
|
fb6da1de4a
|
Reduces logging temporarily.
|
2019-07-08 17:37:15 -04:00 |
|
Thomas Harte
|
2651b15db1
|
Takes a first stab at mouse input support from SDL.
There seems to be something odd going on with mouse buttons though; I'm going to test elsewhere.
|
2019-07-08 17:36:55 -04:00 |
|
Thomas Harte
|
6e7a733c3c
|
Adds appropriate files to the Mac kiosk build.
|
2019-07-08 16:57:13 -04:00 |
|
Thomas Harte
|
245e27c893
|
Solidifies belief that the shift register bit is cleared on read/write.
|
2019-07-08 16:45:15 -04:00 |
|
Thomas Harte
|
793c2df7ee
|
Fixes keypad keys.
|
2019-07-08 16:38:06 -04:00 |
|
Thomas Harte
|
28de629c08
|
Fixes the 6522 sufficiently to fix keyboard input.
|
2019-07-08 15:29:34 -04:00 |
|
Thomas Harte
|
210bcaa56d
|
Introduces an initial shift unit test, and makes it pass.
|
2019-07-07 22:13:36 -04:00 |
|
Thomas Harte
|
d7329c1bdd
|
Experiments with a timeout on keyboard interactions.
|
2019-07-07 14:13:55 -04:00 |
|
Thomas Harte
|
a5f0761a43
|
Copies in notes for required test functions.
|
2019-07-07 14:13:00 -04:00 |
|