mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
cd
Some checks are pending
CI (Windows) / build-windows (gcc, gcc, g++, mame, mame) (push) Waiting to run
Some checks are pending
CI (Windows) / build-windows (gcc, gcc, g++, mame, mame) (push) Waiting to run
This commit is contained in:
parent
9397924222
commit
4a31e0bf3b
@ -1631,8 +1631,8 @@ void sprinter_state::video_start()
|
||||
static void sprinter_ata_devices(device_slot_interface &device)
|
||||
{
|
||||
device.option_add("hdd", IDE_HARDDISK);
|
||||
device.option_add("cdrom", ATAPI_CDROM);
|
||||
device.option_add("dvdrom", ATAPI_DVDROM);
|
||||
device.option_add("cdrom", ATAPI_FIXED_CDROM);
|
||||
device.option_add("dvdrom", ATAPI_FIXED_DVDROM);
|
||||
}
|
||||
|
||||
u8 sprinter_state::kbd_fe_r(offs_t offset)
|
||||
|
Loading…
Reference in New Issue
Block a user