summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <etabeta78@users.noreply.github.com>2015-02-05 09:32:04 +0100
committer etabeta78 <etabeta78@users.noreply.github.com>2015-02-05 09:32:04 +0100
commitd87d0bcf6ea2aeb009c56b0e802ce5cc16c75fec (patch)
treeb489cae81454324fa4e1cd81a200486f1e6f9718
parentf9ab852d6dfb9a5b89727453a4e0302728402d57 (diff)
minor naming fixes. nw.
-rw-r--r--src/mame/drivers/megadrvb.c2
-rw-r--r--src/mame/machine/315-5838_317-0229_comp.c2
-rw-r--r--src/mame/machine/315-5881_crypt.c2
-rw-r--r--src/mame/machine/315_5296.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/megadrvb.c b/src/mame/drivers/megadrvb.c
index 566a6c6bc5e..d79fd542687 100644
--- a/src/mame/drivers/megadrvb.c
+++ b/src/mame/drivers/megadrvb.c
@@ -886,4 +886,4 @@ GAME( 1996, mk3mdb, 0, megadrvb_6b, mk3mdb, md_boot_state, mk3mdb, ROT0,
GAME( 1994, ssf2mdb, 0, megadrvb_6b, ssf2mdb, md_boot_state, ssf2mdb, ROT0, "bootleg / Capcom", "Super Street Fighter II - The New Challengers (bootleg of Japanese MegaDrive version)", 0)
GAME( 1993, srmdb, 0, megadrvb, srmdb, md_boot_state, srmdb, ROT0, "bootleg / Konami", "Sunset Riders (bootleg of Megadrive version)", 0)
GAME( 1995, topshoot, 0, md_bootleg, topshoot, md_boot_state, topshoot, ROT0, "Sun Mixing", "Top Shooter", 0)
-GAME( 1993, sonic2mb, 0, megadrvb, aladmdb, md_boot_state, aladmdb, ROT0, "bootleg / Sega", "Sonic 2 (bootleg of Megadrive version)", GAME_NOT_WORKING )
+GAME( 1993, sonic2mb, 0, megadrvb, aladmdb, md_boot_state, aladmdb, ROT0, "bootleg / Sega", "Sonic The Hedgehog 2 (bootleg of Megadrive version)", GAME_NOT_WORKING )
diff --git a/src/mame/machine/315-5838_317-0229_comp.c b/src/mame/machine/315-5838_317-0229_comp.c
index ca3731e9828..be5f1297dfb 100644
--- a/src/mame/machine/315-5838_317-0229_comp.c
+++ b/src/mame/machine/315-5838_317-0229_comp.c
@@ -39,7 +39,7 @@ extern const device_type SEGA315_5838_COMP = &device_creator<sega_315_5838_comp_
//#define DEBUG_DATA_DUMP
sega_315_5838_comp_device::sega_315_5838_comp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SEGA315_5838_COMP, "Sega 315-5838 / 317-0029 Compression (Encryption?)", tag, owner, clock, "SEGA315_5838", __FILE__)
+ : device_t(mconfig, SEGA315_5838_COMP, "Sega 315-5838 / 317-0029 Compression (Encryption?)", tag, owner, clock, "sega315_5838", __FILE__)
{
}
diff --git a/src/mame/machine/315-5881_crypt.c b/src/mame/machine/315-5881_crypt.c
index f6b0759cdd5..7c2fa0088be 100644
--- a/src/mame/machine/315-5881_crypt.c
+++ b/src/mame/machine/315-5881_crypt.c
@@ -19,7 +19,7 @@ extern const device_type SEGA315_5881_CRYPT = &device_creator<sega_315_5881_cryp
sega_315_5881_crypt_device::sega_315_5881_crypt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SEGA315_5881_CRYPT, "Sega 315-5881 Encryption", tag, owner, clock, "SEGA315_5881", __FILE__)
+ : device_t(mconfig, SEGA315_5881_CRYPT, "Sega 315-5881 Encryption", tag, owner, clock, "sega315_5881", __FILE__)
{
}
diff --git a/src/mame/machine/315_5296.c b/src/mame/machine/315_5296.c
index cea3c540dd0..902087a1399 100644
--- a/src/mame/machine/315_5296.c
+++ b/src/mame/machine/315_5296.c
@@ -30,7 +30,7 @@ const device_type SEGA_315_5296 = &device_creator<sega_315_5296_device>;
//-------------------------------------------------
sega_315_5296_device::sega_315_5296_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, SEGA_315_5296, "Sega 315-5296 I/O", tag, owner, clock, "315-5296", __FILE__),
+ : device_t(mconfig, SEGA_315_5296, "Sega 315-5296 I/O", tag, owner, clock, "315_5296", __FILE__),
m_in_pa_cb(*this),
m_in_pb_cb(*this),
m_in_pc_cb(*this),