Mihai Parparita
35c86ad6bf
Clean up #includes
...
Result of running IWYU (https://include-what-you-use.org/ ) and
applying most of the suggestions about unncessary includes and
forward declarations.
Was motivated by observing that <thread> was being included in
ppcopcodes.cpp even though it was unused (found while researching
the use of threads), but seems generally good to help with build
times and correctness.
2023-11-03 00:33:47 -07:00
joevt
5294a8b71c
Fix compiler warnings: unused variables.
2023-01-11 01:17:12 -08:00
Maxim Poliakovski
4f05d3dae6
swim3: implement reading the Step register.
2022-11-18 18:06:46 +01:00
Maxim Poliakovski
d96351763f
swim3: emulate on-chip 1 us timer.
2022-11-17 18:03:18 +01:00
Maxim Poliakovski
a4ff58e9ee
New floppy access logic with improved timing.
2022-11-17 18:03:18 +01:00
Maxim Poliakovski
585c5fd4ca
Guess low-level floppy disk format based on image size.
...
Also add fdd_fmt property for manually specifying disk
format.
2022-11-17 18:03:18 +01:00
Maxim Poliakovski
b9fb0b9c5f
Switch fdd_wr_prot to BinProperty.
2022-07-19 23:48:17 +02:00
Maxim Poliakovski
439029cafe
swim3: self-registration with the device registry.
2022-07-18 20:27:34 +02:00
Maxim Poliakovski
2ce2cae48c
SWIM3: implement disk reading.
2022-02-15 15:55:16 +01:00
Maxim Poliakovski
9da4a9ec6a
SWIM3: respect interrupt enable flag in mode register.
2022-02-14 23:06:07 +01:00
Maxim Poliakovski
54107b2aac
SWIM3: track seeking and header reading.
2022-02-13 03:07:32 +01:00
Maxim Poliakovski
9f3f46603f
AMIC: handle SWIM3 interrupts.
2022-02-07 23:10:17 +01:00
Maxim Poliakovski
1872eca44f
SWIM3: implement head stepping.
2022-02-07 23:05:58 +01:00
Maxim Poliakovski
5e2f2b12e4
Properly connect Superdrive to SWIM3 and machines.
2022-02-06 15:23:30 +01:00
Maxim Poliakovski
9a0c340712
Basic SWIM3 and Superdrive emulation.
2021-12-12 21:40:04 +01:00