diff --git a/hash/sbrain.xml b/hash/sbrain.xml new file mode 100644 index 00000000000..df894733f2e --- /dev/null +++ b/hash/sbrain.xml @@ -0,0 +1,16 @@ + + + + + + Boot disk + 2013 + Intertec + + + + + + + + diff --git a/src/mame/drivers/sbrain.cpp b/src/mame/drivers/sbrain.cpp index 5196e89e441..ac0b61289d2 100644 --- a/src/mame/drivers/sbrain.cpp +++ b/src/mame/drivers/sbrain.cpp @@ -740,6 +740,8 @@ void sbrain_state::sbrain(machine_config &config) FLOPPY_CONNECTOR(config, "fdc:3", sbrain_floppies, nullptr, floppy_image_device::default_floppy_formats).enable_sound(true); TIMER(config, "timer_a", 0).configure_periodic(FUNC(sbrain_state::kbd_scan), attotime::from_hz(15)); + + SOFTWARE_LIST(config, "flop_list").set_original("sbrain"); } ROM_START( sbrain )