Merge pull request #5277 from JoakimLarsson/myb3k_3

jb3000: (nw) forgot to enable softlist again after test, now fixed
This commit is contained in:
Joakim Larsson Edström 2019-06-22 21:34:34 +02:00 committed by GitHub
commit c7fd36e005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)