* Make softwares -> software changes actually read properly

* If it's "Standard" then it should be "standard" in the ini file, too
This commit is contained in:
Vas Crabb 2016-04-13 10:26:15 +10:00
parent 4686f93034
commit e88734cd0f
3 changed files with 4 additions and 4 deletions

View file

@ -135,8 +135,8 @@ void datfile_manager::init_history()
{
int swcount = 0;
int count = index_datafile(m_histidx, swcount);
osd_printf_verbose("History.dat games found = %i\n", count);
osd_printf_verbose("History.dat software found = %i\n", swcount);
osd_printf_verbose("History.dat systems found = %i\n", count);
osd_printf_verbose("History.dat software packages found = %i\n", swcount);
osd_printf_verbose("Rev = %s\n", m_history_rev.c_str());
}

View file

@ -680,7 +680,7 @@ void ui_menu_select_software::custom_render(void *selectedref, float top, float
// determine the text for the header
int vis_item = (m_search[0] != 0) ? visible_items : (m_has_empty_start ? visible_items - 1 : visible_items);
tempbuf[0] = string_format(_("%1$s %2$s ( %3$d / %4$d software )"), emulator_info::get_appname(), bare_build_version, vis_item, m_swinfo.size() - 1);
tempbuf[0] = string_format(_("%1$s %2$s ( %3$d / %4$d software packages )"), emulator_info::get_appname(), bare_build_version, vis_item, m_swinfo.size() - 1);
tempbuf[1] = string_format(_("Driver: \"%1$s\" software list "), m_driver->description);
if (sw_filters::actual == UI_SW_REGION && m_filter.region.ui.size() != 0)

View file

@ -358,7 +358,7 @@ ROM_END
ROM_START( primob64 )
ROM_REGION( 0x14000, "maincpu", ROMREGION_ERASEFF )
ROM_SYSTEM_BIOS(0, "standart", "Standard")
ROM_SYSTEM_BIOS(0, "standard", "Standard")
ROMX_LOAD( "b64.rom", 0x10000, 0x4000, CRC(cea28188) SHA1(a77e42e97402e601b78ab3751eac1e85d0bbb4a0), ROM_BIOS(1) )
ROM_SYSTEM_BIOS(1, "cdos", "CDOS")
ROMX_LOAD( "b64cdos.rom", 0x10000, 0x4000, CRC(73305e4d) SHA1(c090c3430cdf19eed8363377b981e1c21a4ed169), ROM_BIOS(2) )