diff --git a/.gitattributes b/.gitattributes index 4d655255ae3..8344242d71e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -80,6 +80,7 @@ hash/cbm2_cart.xml svneol=native#text/xml hash/cbm2_flop.xml svneol=native#text/xml hash/cbm8096_flop.xml svneol=native#text/xml hash/cbm8296_flop.xml svneol=native#text/xml +hash/cc40_cart.xml svneol=native#text/xml hash/cd32.xml svneol=native#text/xml hash/cdi.xml svneol=native#text/xml hash/cdtv.xml svneol=native#text/xml diff --git a/hash/cc40_cart.xml b/hash/cc40_cart.xml new file mode 100644 index 00000000000..cffd14e5865 --- /dev/null +++ b/hash/cc40_cart.xml @@ -0,0 +1,127 @@ + + + + + + + + + Advanced Electrical Engineering + 1983 + Texas Instruments + + + + + + + + + + + + + Editor/Assembler + 1983 + Texas Instruments (unreleased) + + + + + + + + + + + + Finance + 1983 + Texas Instruments + + + + + + + + + + + Games I + 1983 + Texas Instruments + + + + + + + + + + + Mathematics + 1983 + Texas Instruments + + + + + + + + + + + Memo Processor + 1983 + Texas Instruments + + + + + + + + + + + + Learn Pascal + 1983 + Texas Instruments + + + + + + + + + + + Statistics + 1983 + Texas Instruments + + + + + + + + + + diff --git a/src/mess/drivers/cc40.c b/src/mess/drivers/cc40.c index 2a54eff9942..5ff80ed2180 100644 --- a/src/mess/drivers/cc40.c +++ b/src/mess/drivers/cc40.c @@ -485,7 +485,7 @@ static MACHINE_CONFIG_START( cc40, cc40_state ) /* cartridge */ MCFG_CARTSLOT_ADD("cart") - MCFG_CARTSLOT_EXTENSION_LIST("256,bin,rom") + MCFG_CARTSLOT_EXTENSION_LIST("bin,rom") MCFG_CARTSLOT_NOT_MANDATORY MCFG_CARTSLOT_LOAD(cc40_state, cc40_cartridge) MCFG_CARTSLOT_INTERFACE("cc40_cart") diff --git a/src/mess/drivers/ti74.c b/src/mess/drivers/ti74.c index 1c3a15765ff..e5ee9d0892d 100644 --- a/src/mess/drivers/ti74.c +++ b/src/mess/drivers/ti74.c @@ -133,4 +133,4 @@ ROM_START( ti74 ) ROM_END -COMP( 1986, ti74, 0, 0, ti74, ti74, driver_device, 0, "Texas Instruments", "TI-74", GAME_IS_SKELETON ) +COMP( 1985, ti74, 0, 0, ti74, ti74, driver_device, 0, "Texas Instruments", "TI-74 Basicalc", GAME_IS_SKELETON )