summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2021-12-02 13:33:44 +0100
committer Dirk Best <mail@dirk-best.de>2021-12-02 13:34:15 +0100
commit620f531c541aecfa5bade33be802d053a10d03ac (patch)
tree00406dbb05651a7a954e706857d3cf550bd31ea9 /src/emu
parent9f45ed5ac482abd03ccb34f51c1ff25fcd360930 (diff)
Remove a few outdated references to MESS
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/machine.cpp2
-rw-r--r--src/emu/romload.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp
index 7e9d8091359..2f5ce20bd4f 100644
--- a/src/emu/machine.cpp
+++ b/src/emu/machine.cpp
@@ -497,7 +497,7 @@ void running_machine::schedule_soft_reset()
//-------------------------------------------------
// get_statename - allow to specify a subfolder of
// the state directory for state loading/saving,
-// very useful for MESS and consoles or computers
+// very useful for consoles or computers
// where you can have separate folders for diff
// software
//-------------------------------------------------
diff --git a/src/emu/romload.cpp b/src/emu/romload.cpp
index c4c3101bc89..bdff58a4a41 100644
--- a/src/emu/romload.cpp
+++ b/src/emu/romload.cpp
@@ -1200,7 +1200,7 @@ void rom_load_manager::normalize_flags_for_device(std::string_view rgntag, u8 &w
/*-------------------------------------------------
load_software_part_region - load a software part
- This is used by MESS when loading a piece of
+ This is used by MAME when loading a piece of
software. The code should be merged with
process_region_list or updated to use a slight
more general process_region_list.