Maxim Poliakovski
337a9d6dd0
videoctrl: generate VBL interrupts.
2023-08-01 17:37:50 +02:00
Maxim Poliakovski
ddf139a659
Extend TimerManager API a bit.
2023-08-01 17:36:29 +02:00
Maxim Poliakovski
6b8fe50f50
hostevents: add prost-processing signal.
2023-08-01 17:21:17 +02:00
Maxim Poliakovski
233ab778b6
adbmouse: support for movement data in R0.
2023-08-01 17:18:46 +02:00
Maxim Poliakovski
4872af1053
control: use new refresh task control.
2023-07-31 03:53:13 +02:00
Maxim Poliakovski
0ca1ebf724
atimach64gx: use new refresh task control.
2023-07-31 03:52:17 +02:00
Maxim Poliakovski
632479b1ba
atirage: use new refresh task control.
2023-07-31 03:46:16 +02:00
Maxim Poliakovski
9b81891467
pdmonboard: use new refresh task control.
2023-07-31 03:36:17 +02:00
Maxim Poliakovski
7b2e1d90e6
Move refresh task control to VideoCtrlBase.
2023-07-31 03:34:02 +02:00
Maxim Poliakovski
6fa6b4d4dc
Rework the EventManager to use CoreSignal.
2023-07-27 02:40:32 +02:00
Maxim Poliakovski
6efe6f13a9
Add new CoreSignal class.
2023-07-27 02:38:21 +02:00
Maxim Poliakovski
c254749493
viacuda: connect to new AdbBus device.
2023-07-26 04:50:05 +02:00
Maxim Poliakovski
fd9f8c90a5
Basic ADB mouse device emulation.
...
For now, it solely handles the basic ADB commands.
2023-07-26 04:40:20 +02:00
Maxim Poliakovski
0a0761c7e0
AdbDevice - the base class for ADB devices.
2023-07-26 04:35:07 +02:00
Maxim Poliakovski
e9d91175c4
Add AdbBus class and device.
2023-07-26 04:29:08 +02:00
Maxim Poliakovski
0c0166b565
viacuda: fix packet response protocol.
...
Cuda needs to negate TREQ before sending the last byte of a
fixed-length response to avoid transfering an extraneous byte.
2023-07-26 04:22:08 +02:00
Maxim Poliakovski
7bb7ff9f0f
heathrow: human-readable DBDMA channel names.
2023-07-24 15:20:52 +02:00
Maxim Poliakovski
c2cd076662
machinebase: fix log statement warning.
2023-07-23 16:50:14 +02:00
Maxim Poliakovski
a9f73e7384
hwcomponent: fix size of the component type enum.
2023-07-23 16:32:00 +02:00
Maxim Poliakovski
14c7d18bdb
Revert "Prevents crashing for Big Mac"
...
This reverts commit 5787d49e9b
.
2023-07-23 16:28:31 +02:00
dingusdev
5787d49e9b
Prevents crashing for Big Mac
...
For some reason, on Windows, whether it be VS2022 or Clang, it will crash when trying to write to a Big Mac register if you don't specify the exact name of the component within Heathrow.
This commit fixes that.
2023-07-22 15:15:33 -07:00
Maxim Poliakovski
25150268cd
ppcexceptions: fix ISI exception target address.
2023-07-10 14:06:20 +02:00
Maxim Poliakovski
f7a1412ec7
atapibasedevice: fix task file initialization on reset.
2023-07-09 02:10:48 +02:00
Maxim Poliakovski
a424d48447
bigmac: implement software reset registers.
2023-07-08 23:30:44 +02:00
Maxim Poliakovski
e76e3afa87
Improve zdoc/bmac documentation.
2023-07-08 21:33:10 +02:00
Maxim Poliakovski
482fe3eb80
bigmac: MAC serial EEPROM emulation.
2023-07-08 21:32:26 +02:00
Maxim Poliakovski
4de2afc0c5
bigmac: fix Gossamer PHY stuff.
2023-07-08 14:35:23 +02:00
Maxim Poliakovski
742003b6f3
Basic BigMac Ethernet controller emulation.
...
Emulates MII and some PHY configuration registers.
2023-07-08 01:27:01 +02:00
Maxim Poliakovski
10b8366219
hwcomponent: add Ethernet MAC type.
2023-07-08 01:23:18 +02:00
dingusdev
4364c89fd4
Slight clean-up for execution type
2023-06-19 22:36:27 -07:00
dingusdev
d11d693b52
Compilation fix for VS
2023-06-19 22:36:09 -07:00
Maxim Poliakovski
357fc3a73a
machineyosemite: attach ATAPI CD-ROM.
2023-06-18 23:44:12 +02:00
Maxim Poliakovski
1051a7fb9b
machinegossamer: attach ATAPI CD-ROM.
2023-06-18 23:43:08 +02:00
Maxim Poliakovski
0687b0c60e
New ATAPI CD-ROM implementation.
2023-06-18 23:36:46 +02:00
Maxim Poliakovski
fc26be3e24
atapibasedevice: implement PIO transfers.
...
Also move ATAPI CD-ROM related stuff to separate
source and implement various helpers.
2023-06-18 23:33:57 +02:00
Maxim Poliakovski
f733859e28
heathrow: support for IDE interrupts.
2023-06-18 23:31:28 +02:00
Maxim Poliakovski
a4cac2df81
atabasedevice: interrupt support.
2023-06-18 23:30:06 +02:00
Maxim Poliakovski
4886b4d52a
Add base class for CD-ROM drives.
2023-06-18 23:28:41 +02:00
Maxim Poliakovski
3c5a0ad8c1
Add BlockStorageDevice class.
2023-06-18 23:27:10 +02:00
Maxim Poliakovski
ac267b3daa
idechannel: support devices registration and interrupts.
2023-06-18 23:24:19 +02:00
Maxim Poliakovski
cb347434d3
hwinterrupt: add IDE interrupts.
2023-06-18 23:22:51 +02:00
Maxim Poliakovski
3a7e3c1986
Initial support for device path properties.
2023-06-18 23:15:08 +02:00
Maxim Poliakovski
d113c4cf7a
ATAPI Features bit definitions.
2023-06-18 23:06:04 +02:00
Maxim Poliakovski
7a8b534c07
More SCSI commands and error codes.
2023-06-18 23:04:02 +02:00
Maxim Poliakovski
73d0356058
ppcopcodes: fix dcbz for BlockZero in Mac OS 8.x
2023-06-17 20:57:48 +02:00
Maxim Poliakovski
ee7b2838bc
One more attempt to fix GCC build.
2023-05-30 19:55:46 +02:00
Maxim Poliakovski
6f247f64cd
ScsiBus: add missing include.
2023-05-30 19:51:07 +02:00
Maxim Poliakovski
0b2fd60308
Fix Gazelle crash by adding PCI slot properties.
2023-05-30 19:48:40 +02:00
Maxim Poliakovski
f809124a2e
Improve SCSI bus registration.
2023-05-30 19:46:27 +02:00
Maxim Poliakovski
586828b375
Base class for ATAPI devices.
2023-05-15 17:57:20 +02:00