mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
bus/bbc/1mhzbus/opus3: Include default floppy formats (nw)
This commit is contained in:
parent
0deccfbc42
commit
ff808143fc
@ -50,7 +50,7 @@ DEFINE_DEVICE_TYPE(BBC_OPUSA, bbc_opusa_device, "bbc_opusa", "Opus Challenger AD
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// MACHINE_DRIVER( opus3 )
|
||||
// FLOPPY_FORMATS( floppy_formats )
|
||||
//-------------------------------------------------
|
||||
|
||||
FLOPPY_FORMATS_MEMBER(bbc_opus3_device::floppy_formats)
|
||||
@ -61,7 +61,7 @@ FLOPPY_FORMATS_MEMBER(bbc_opus3_device::floppy_formats)
|
||||
FLOPPY_FSD_FORMAT,
|
||||
FLOPPY_OPUS_DDOS_FORMAT,
|
||||
FLOPPY_OPUS_DDCPM_FORMAT
|
||||
FLOPPY_FORMATS_END0
|
||||
FLOPPY_FORMATS_END
|
||||
|
||||
void bbc_floppies(device_slot_interface &device)
|
||||
{
|
||||
@ -69,6 +69,10 @@ void bbc_floppies(device_slot_interface &device)
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// ROM( opus3 )
|
||||
//-------------------------------------------------
|
||||
|
||||
ROM_START( opus3 )
|
||||
ROM_REGION(0x4000, "exp_rom", 0)
|
||||
ROM_DEFAULT_BIOS("ch103")
|
||||
|
Loading…
Reference in New Issue
Block a user