joevt
2b4962d1ba
sc53c94: Add "this" for class members.
2025-04-05 19:06:41 -07:00
joevt
d66c2a39a3
athens: Change pixel clock default.
...
It should not be 0 MHz because that causes the virtual display to freeze.
Default to 50 MHz so that 800x600 72Hz can work for "control" video output.
2025-04-05 18:59:59 -07:00
Maxim Poliakovski
fe304d9f46
sc53c94: support Synchronous Transfer Period register.
2025-04-05 13:11:06 +02:00
joevt
081e0f0576
machinegossamer: Define default GPU property.
...
Continuation of commit "Define default GPU PCI device property value."
2025-04-04 20:52:29 -07:00
joevt
a628d8aa5d
machinegazelle: Remove cdr_config property.
...
cdr_config is for IDE buses. Power Mac 6500 has SCSI CD-ROM.
Continuation of commit "Define default GPU PCI device property value."
2025-04-04 20:52:25 -07:00
joevt
b2bff25cc2
machinebondi: Remove AtiMach64Gx.
...
Continuation of commit "Define default GPU PCI device property value."
2025-04-04 20:52:22 -07:00
joevt
3940080f78
main: Support empty properties.
...
For example, to remove the GPU of a Gossamer machine, use --pci_GPU=
Continuation of commit "Define default GPU PCI device property value."
2025-04-04 20:52:19 -07:00
joevt
28c50a2018
hostevents: Spaces.
2025-04-04 20:52:05 -07:00
Maxim Poliakovski
3e3eee7ae9
pdmonboard: check framebuffer location on video refresh.
...
That fixes video for MkLinux.
2025-04-04 18:09:11 +02:00
joevt
41aa8b73e9
cmake: Add USB and FireWire directories.
2025-04-04 06:58:50 -07:00
dingusdev
556d00116f
Fixed compile
2025-04-04 06:52:16 -07:00
joevt
f4d40ae26b
Define default GPU PCI device property value.
2025-04-04 06:49:21 -07:00
Rairii
ca55defc55
atabasedevice: Don't attempt command while busy.
2025-04-04 06:40:33 -07:00
joevt
43f5b56033
machineyosemite: Add 512 MB DIMM option.
...
The max RAM is still 1 GB.
2025-04-04 06:33:22 -07:00
joevt
8484e52407
machinegossamer: Increase max RAM to 1 GB.
...
Two 512 MB DIMMs gives the max 1 GB of RAM.
2025-04-04 06:33:12 -07:00
joevt
1565d21176
mpc106: Handle overlapping banks.
2025-04-04 06:27:32 -07:00
joevt
986fc22fd4
mpc106: Fix RAM allocation again.
...
For greater than 4 banks.
2025-04-04 06:27:13 -07:00
joevt
1046baf11d
spdram: Add 8 MB DIMMs.
2025-04-03 18:16:44 -07:00
Rairii
c4906d1f15
spdram: Add 16 MB DIMMs.
2025-04-03 18:16:38 -07:00
joevt
a5dc3bceb9
atirage: Allow up to 8MB of VRAM.
...
8MB of VRAM is required for 32-bit color at 1600x1200 or 1920x1080. See imacg3 with AtiRagePro.
2025-04-03 07:56:12 -07:00
joevt
3bab9b6f52
endianswap: Convert tabs to spaces.
2025-04-03 07:42:30 -07:00
joevt
25beb13b1b
sc53c94: Remove extra space.
2025-04-03 07:42:08 -07:00
joevt
99c06e8690
machinebondi: Increase max RAM to 1 GB.
2025-04-03 07:40:30 -07:00
joevt
c483a9a615
spdram: Add 512 MB DIMMs.
2025-04-03 07:40:20 -07:00
joevt
4b25da926b
sixty6: Default pixel depth should be 8.
...
At least in one case I tested.
2025-04-02 07:31:47 -07:00
joevt
06a9e338a9
machinegazelle: Add a default GPU.
2025-04-02 07:12:27 -07:00
joevt
26db2caadd
Move ControlVideo to Chaos.
2025-04-02 07:11:26 -07:00
Maxim Poliakovski
ff6d75f232
sc53c94: remove unused code.
2025-04-01 16:04:18 +02:00
Maxim Poliakovski
f6f11e81e9
Switch AMIC SCSI DMA to the new DMA API.
2025-04-01 04:02:51 +02:00
Maxim Poliakovski
c742beb623
sc53c94: return actual number of bytes transferred
...
in xfer_to and xfer_from methods.
2025-04-01 04:02:51 +02:00
Maxim Poliakovski
ba030abb3b
scsihd: don't return error for DEFAULT VALUES in MODE_SENSE_6.
...
Page control 2 (DEFAULT VALUES) in MODE_SENSE_6 may not fail.
2025-04-01 04:02:51 +02:00
Maxim Poliakovski
df5c1758d5
sc53c94: don't generate Bus Service int when asserting DREQ.
...
Generating Bus Service interrupt while asserting DREQ breaks
the Old SCSI API and the applications that depend on it.
2025-04-01 04:02:14 +02:00
Maxim Poliakovski
b5edd8347e
dbdma.h: add missing 'override'.
2025-04-01 04:02:14 +02:00
Maxim Poliakovski
ed433c0476
scsibusctrl: add missing 'override'.
2025-04-01 04:02:14 +02:00
Maxim Poliakovski
fb03c214ae
sc53c94: add missing 'override'.
2025-04-01 04:02:14 +02:00
Maxim Poliakovski
503c6ea662
sc53c94: fix DMA transfers for BeOS.
...
Mac OS SCSI Manager starts the DMA engine after issuing
a data transfer command to the controller. The device will
assert REQ, then sit and wait for the DMA engine to transfer
data.
Be OS driver does that in the reverse order: the DMA engine
is initialized first, then the controller is instructed to
transfer data.
This commit adds support for both ways.
2025-04-01 04:01:26 +02:00
Maxim Poliakovski
2d61e4c604
dbdma: implement new DmaChannel methods.
2025-04-01 04:01:26 +02:00
Maxim Poliakovski
03bb03fdd5
dmacore: extend DmaChannel API.
2025-04-01 04:01:26 +02:00
Maxim Poliakovski
c10183b58f
sc53c94: fix sequence step reporting for BeOS.
2025-04-01 04:00:44 +02:00
Maxim Poliakovski
be1b567b84
sc53c94: fix handling of multistep commands.
2025-04-01 04:00:44 +02:00
Maxim Poliakovski
237f983493
sc53c94: correct status register emulation.
2025-04-01 04:00:44 +02:00
Maxim Poliakovski
2a3e46eab4
memctrlbase: overload add_ram_region()
...
to accept externally allocated memory.
2025-04-01 03:05:46 +02:00
joevt
d4d19e880c
Update Inquiry methods.
...
ScsiCdrom has an inquiry method that overloads a method in CdromDrive. Make it so that it's a valid override (not overloaded).
For CdromDrive, allow inquiry method to work with lengths <> 36 like the SCSI versions.
For ScsiHarDisk, the inquiry method is not on override or an overload, but make it like the ScsiCdrom version anyway.
2025-03-30 09:40:05 -07:00
joevt
1166fda3e0
heathrow: Connect mesh.
2025-03-30 07:58:34 -07:00
joevt
8b1d673e10
More documentation fixes.
2025-03-30 07:41:15 -07:00
dingusdev
4ac5fd4cb0
Minute documentation fixes
2025-03-29 10:47:28 -07:00
joevt
6da691fb02
atimach64gx: Change logging.
2025-03-29 10:35:59 -07:00
joevt
8f64d35210
atimach64gx: Fix logging.
2025-03-29 10:35:51 -07:00
joevt
61d73a5b79
atimach64gx: Add register reading methods.
...
In case they are needed in the future.
2025-03-29 10:30:59 -07:00
joevt
794a345e53
atimach64gx: Add logging for registers.
...
WRITE_VALUE_AND_LOG logs the value that was written to the register and the result that can be read from the register. Use this if you need to write the register before acting upon the changes to the register and use return instead of break to bypass the default path which also calls WRITE_VALUE_AND_LOG after the switch statement.
2025-03-29 10:25:55 -07:00