Search found 3 matches

Go to advanced search

by paul1962
Mon May 16, 2022 11:59 am
Forum: MAME Discussion
Topic: Where to add SCC66470 driver ?
Replies: 0
Views: 18045

Where to add SCC66470 driver ?

Hi, I'm hoping to do a PR soon for the SCC66470 system and graphics controller. So, silly question, where in the source tree should this go ? src/devices/video ? src/device/machine ? I've not added a new file before so what else do I need to do so it actually gets built when running make ? Looks lik...
by paul1962
Sat Jan 22, 2022 9:13 pm
Forum: MAME Discussion
Topic: adding cdrom device
Replies: 1
Views: 1355

Re: adding cdrom device

Solved this...
no need for the ":image" part so
DISK_REGION( "scsibus:3:cdrom:image" )
should be
DISK_REGION( "scsibus:3:cdrom:" )
by paul1962
Fri Jan 21, 2022 1:24 pm
Forum: MAME Discussion
Topic: adding cdrom device
Replies: 1
Views: 1355

adding cdrom device

HI, Hope this is the right place to ask this. I'm trying to add a scsi cd rom device to an existing driver for a new game but can't seem to figure it out. The current driver uses a hard drive and the setup is as follows: nscsi_connector &connector0(NSCSI_CONNECTOR(config, "scsibus:0", ...

Go to advanced search