diff --git a/hash/next_cdrom.xml b/hash/next_cdrom.xml new file mode 100644 index 00000000000..96202f80994 --- /dev/null +++ b/hash/next_cdrom.xml @@ -0,0 +1,84 @@ + + + + + + + + + 3rd Party Products 1993 + 1993 + NeXT + + + + + + + + + + 3rd Party Products Fall 1995 + 1995 + NeXT + + + + + + + + + + 3rd Party Software Sampler Fall 1993 + 1993 + NeXT + + + + + + + + + + NeXT Education Software Sampler 1992 + 1992 + NeXT + + + + + + + + + + + + Electronic AppWrapper 2 + 1991 + Paget Press + + + + + + + + + + SoftPC 3.0 + 1993 + Insigna Solutions + + + + + + + + + diff --git a/src/mame/drivers/next.cpp b/src/mame/drivers/next.cpp index c64dba73199..15f07ca12fa 100644 --- a/src/mame/drivers/next.cpp +++ b/src/mame/drivers/next.cpp @@ -1070,6 +1070,7 @@ void next_state::next_base(machine_config &config) net->tx_drq().set(FUNC(next_state::net_tx_drq)); net->rx_drq().set(FUNC(next_state::net_rx_drq)); + SOFTWARE_LIST(config, "cdrom_list").set_original("next_cdrom"); SOFTWARE_LIST(config, "hdd_list").set_original("next_hdd"); }