mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
sega/dccons.cpp: SW list notes
This commit is contained in:
parent
5bdc151577
commit
9a50876b91
@ -854,6 +854,11 @@ void gdrom_device::signature()
|
||||
{
|
||||
atapi_hle_device::signature();
|
||||
|
||||
// 0000 CD-DA
|
||||
// 0001 CD-ROM
|
||||
// 0010 CD-ROM XA, CD Extra
|
||||
// 0011 CD-i
|
||||
// 1000 GD-ROM
|
||||
const u8 cd_type = m_image->is_gd() ? 0x80 : 0x00;
|
||||
|
||||
// naomi dimm board firmware needs the upper nibble to be 8 at the beginning
|
||||
|
@ -453,7 +453,9 @@ void dc_cons_state::dc(machine_config &config)
|
||||
dc_controller_device &dcctrl3(DC_CONTROLLER(config, "dcctrl3", 0, m_maple, 3));
|
||||
dcctrl3.set_port_tags("P4:0", "P4:1", "P4:A0", "P4:A1", "P4:A2", "P4:A3", "P4:A4", "P4:A5");
|
||||
|
||||
SOFTWARE_LIST(config, "cd_list").set_original("dc");
|
||||
SOFTWARE_LIST(config, "gdrom_list").set_original("dc");
|
||||
// TODO: hookup Mil-CD/multisession CD-ROMs SW list (later DC models don't support this)
|
||||
// TODO: hookup Video CD SW list (thru DreamMovie VCD/MP3 player disc + remote dongle)
|
||||
}
|
||||
|
||||
void dc_cons_state::dc_fish(machine_config &config)
|
||||
|
Loading…
Reference in New Issue
Block a user