summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-01-14 18:21:16 -0500
committer AJR <ajrhacker@users.noreply.github.com>2021-01-14 18:21:16 -0500
commit62d5213d390679039c863d40a6b6771d988c537f (patch)
tree0fcf6d9c0a984a88623ede979f09b64b979b1916 /src/mame/drivers
parentace544b2f1718c7c220a159b7e824fd05127ee8c (diff)
mpu4.cpp, nwk-tr.cpp: Use strcmp instead of core_stricmp for per-game hacks
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/nwk-tr.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/nwk-tr.cpp b/src/mame/drivers/nwk-tr.cpp
index d0d55947ef1..7fb2c07d4ab 100644
--- a/src/mame/drivers/nwk-tr.cpp
+++ b/src/mame/drivers/nwk-tr.cpp
@@ -644,9 +644,9 @@ void nwktr_state::lanc2_w(offs_t offset, uint32_t data, uint32_t mem_mask)
{
// TODO: The data below would normally be present on the serialflash at 2G.
- if (core_stricmp(machine().system().name, "thrilld") == 0 ||
- core_stricmp(machine().system().name, "thrilldb") == 0 ||
- core_stricmp(machine().system().name, "thrilldbe") == 0)
+ if (strcmp(machine().system().name, "thrilld") == 0 ||
+ strcmp(machine().system().name, "thrilldb") == 0 ||
+ strcmp(machine().system().name, "thrilldbe") == 0)
{
m_work_ram[(0x3ffed0/4) + 0] = 0x472a3731; // G*71
m_work_ram[(0x3ffed0/4) + 1] = 0x33202020; // 3
@@ -658,7 +658,7 @@ void nwktr_state::lanc2_w(offs_t offset, uint32_t data, uint32_t mem_mask)
m_work_ram[(0x3fff40/4) + 2] = 0x19994a41; // JA
m_work_ram[(0x3fff40/4) + 3] = 0x4100a9b1; // A
}
- else if (core_stricmp(machine().system().name, "racingj2") == 0)
+ else if (strcmp(machine().system().name, "racingj2") == 0)
{
m_work_ram[(0x3ffc80/4) + 0] = 0x47453838; // GE88
m_work_ram[(0x3ffc80/4) + 1] = 0x38003030; // 8 00