summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/gromport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/gromport.c')
-rw-r--r--src/mess/machine/ti99/gromport.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mess/machine/ti99/gromport.c b/src/mess/machine/ti99/gromport.c
index d8737b56d48..c126ac7bb9f 100644
--- a/src/mess/machine/ti99/gromport.c
+++ b/src/mess/machine/ti99/gromport.c
@@ -1391,15 +1391,15 @@ static GROM_CONFIG(grom7_config)
*/
static MACHINE_CONFIG_FRAGMENT( ti99_cartridge )
MCFG_GROM_ADD( GROM3_TAG, grom3_config )
- MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
+ MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
MCFG_GROM_ADD( GROM4_TAG, grom4_config )
- MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
+ MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
MCFG_GROM_ADD( GROM5_TAG, grom5_config )
- MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
+ MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
MCFG_GROM_ADD( GROM6_TAG, grom6_config )
- MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
+ MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
MCFG_GROM_ADD( GROM7_TAG, grom7_config )
- MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
+ MCFG_GROM_READY_CALLBACK(WRITELINE(ti99_cartridge_device, ready_line))
MACHINE_CONFIG_END
machine_config_constructor ti99_cartridge_device::device_mconfig_additions() const
@@ -2428,7 +2428,7 @@ rpk* rpk_reader::open(emu_options &options, const char *filename, const char *sy
catch (rpk_exception &exp)
{
newrpk->close();
- if (layout_xml != NULL) xml_file_free(layout_xml);
+ if (layout_xml != NULL) xml_file_free(layout_xml);
if (zipfile != NULL) zip_file_close(zipfile);
if (layout_text != NULL) global_free_array(layout_text);
@@ -2436,7 +2436,7 @@ rpk* rpk_reader::open(emu_options &options, const char *filename, const char *sy
throw exp;
}
- if (layout_xml != NULL) xml_file_free(layout_xml);
+ if (layout_xml != NULL) xml_file_free(layout_xml);
if (zipfile != NULL) zip_file_close(zipfile);
if (layout_text != NULL) global_free_array(layout_text);