jb3000: (nw) forgot to enable softlist again after test, now fixed

This commit is contained in:
Joakim Larsson Edstrom 2019-06-22 21:32:44 +02:00
parent d270f0696b
commit bb2da25c4b

View File

@ -1039,7 +1039,7 @@ void myb3k_state::jb3000(machine_config &config)
m_kb->set_keyboard_callback(FUNC(myb3k_state::kbd_set_data_and_interrupt));
/* software lists */
//SOFTWARE_LIST(config, "flop_list").set_original("jb3000_flop");
SOFTWARE_LIST(config, "flop_list").set_original("jb3000_flop");
}
void myb3k_state::stepone(machine_config &config)