summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/devices/bus/abcbus/lux21056.cpp16
-rw-r--r--src/devices/bus/ieee488/d9060.cpp4
-rw-r--r--src/devices/bus/isa/cga.cpp2
-rw-r--r--src/devices/bus/isa/p1_sound.cpp3
-rw-r--r--src/devices/bus/isa/p1_sound.h3
-rw-r--r--src/devices/bus/nes/mmc5.cpp2
-rw-r--r--src/devices/bus/psx/memcard.cpp2
-rw-r--r--src/devices/cpu/pdp1/pdp1.cpp2
-rw-r--r--src/devices/cpu/spc700/spc700.cpp7
-rw-r--r--src/devices/machine/akiko.cpp4
-rw-r--r--src/devices/machine/ins8250.cpp2
-rw-r--r--src/devices/machine/tms9902.cpp2
-rw-r--r--src/devices/machine/tms9902.h2
-rw-r--r--src/devices/machine/upd7002.cpp6
-rw-r--r--src/devices/sound/sp0256.cpp2
-rw-r--r--src/devices/sound/sp0256.h2
-rw-r--r--src/devices/video/snes_ppu.cpp2
-rw-r--r--src/emu/machine.cpp2
-rw-r--r--src/emu/romload.cpp2
-rw-r--r--src/lib/formats/cbm_tap.cpp2
-rw-r--r--src/lib/formats/dfi_dsk.cpp2
-rw-r--r--src/lib/formats/flopimg.h8
-rw-r--r--src/lib/formats/tzx_cas.cpp2
-rw-r--r--src/mame/audio/vboy.cpp2
-rw-r--r--src/mame/audio/vboy.h2
-rw-r--r--src/mame/drivers/a7800.cpp2
-rw-r--r--src/mame/drivers/apple2gs.cpp2
-rw-r--r--src/mame/drivers/at.cpp2
-rw-r--r--src/mame/drivers/atari400.cpp5
-rw-r--r--src/mame/drivers/atom.cpp2
-rw-r--r--src/mame/drivers/avigo.cpp4
-rw-r--r--src/mame/drivers/bartop52.cpp2
-rw-r--r--src/mame/drivers/bfcobra.cpp2
-rw-r--r--src/mame/drivers/camplynx.cpp2
-rw-r--r--src/mame/drivers/maxaflex.cpp2
-rw-r--r--src/mame/drivers/mbee.cpp4
-rw-r--r--src/mame/drivers/megadriv.cpp6
-rw-r--r--src/mame/drivers/mtouchxl.cpp2
-rw-r--r--src/mame/drivers/mz2500.cpp4
-rw-r--r--src/mame/drivers/nc.cpp8
-rw-r--r--src/mame/drivers/pc8801.cpp2
-rw-r--r--src/mame/drivers/pencil2.cpp2
-rw-r--r--src/mame/drivers/photon2.cpp2
-rw-r--r--src/mame/drivers/ps2.cpp2
-rw-r--r--src/mame/drivers/ql.cpp2
-rw-r--r--src/mame/drivers/spectrum.cpp2
-rw-r--r--src/mame/drivers/swtpc09.cpp2
-rw-r--r--src/mame/drivers/thomson.cpp8
-rw-r--r--src/mame/drivers/ti99_4p.cpp4
-rw-r--r--src/mame/drivers/ti99_8.cpp2
-rw-r--r--src/mame/drivers/v1050.cpp12
-rw-r--r--src/mame/drivers/zx.cpp2
-rw-r--r--src/mame/includes/n64.h2
-rw-r--r--src/mame/machine/amstrad.cpp6
-rw-r--r--src/mame/machine/bbc.cpp6
-rw-r--r--src/mame/machine/bebox.cpp4
-rw-r--r--src/mame/machine/cdicdic.cpp4
-rw-r--r--src/mame/machine/dccons.cpp2
-rw-r--r--src/mame/machine/electron.cpp5
-rw-r--r--src/mame/machine/n64.cpp2
-rw-r--r--src/mame/machine/thomson.cpp2
-rw-r--r--src/mame/video/bbc.cpp6
-rw-r--r--src/mame/video/electron.cpp4
-rw-r--r--src/mame/video/nick.cpp1
-rw-r--r--src/mame/video/tia.cpp2
65 files changed, 88 insertions, 134 deletions
diff --git a/src/devices/bus/abcbus/lux21056.cpp b/src/devices/bus/abcbus/lux21056.cpp
index 74a7abd5c9f..f14ea5a0f68 100644
--- a/src/devices/bus/abcbus/lux21056.cpp
+++ b/src/devices/bus/abcbus/lux21056.cpp
@@ -25,17 +25,17 @@
Start the abc800 emulator with the ABC 850 attached on the ABC bus,
with the new CHD and a UFD-DOS floppy mounted:
- $ mess abc800m -bus abc850 -flop1 ufd631 -hard ro202.chd
- $ mess abc800m -bus abc850 -bus:abc850:io2 xebec,bios=basf6186 -flop1 ufd631 -hard basf6186.chd
+ $ mame abc800m -bus abc850 -flop1 ufd631 -hard ro202.chd
+ $ mame abc800m -bus abc850 -bus:abc850:io2 xebec,bios=basf6186 -flop1 ufd631 -hard basf6186.chd
or with the ABC 852 attached:
- $ mess abc800m -bus abc852 -flop1 ufd631 -hard basf6185.chd
- $ mess abc800m -bus abc852 -bus:abc852:io2 xebec,bios=nec5126 -flop1 ufd631 -hard nec5126.chd
+ $ mame abc800m -bus abc852 -flop1 ufd631 -hard basf6185.chd
+ $ mame abc800m -bus abc852 -bus:abc852:io2 xebec,bios=nec5126 -flop1 ufd631 -hard nec5126.chd
or with the ABC 856 attached:
- $ mess abc800m -bus abc856 -flop1 ufd631 -hard micr1325.chd
+ $ mame abc800m -bus abc856 -flop1 ufd631 -hard micr1325.chd
Configure the floppy controller for use with an ABC 850:
@@ -65,9 +65,9 @@
Or skip all of the above and use the preformatted images in the software list:
- $ mess abc800m -bus abc850 -flop1 ufd631 -hard abc850
- $ mess abc800m -bus abc852 -flop1 ufd631 -hard abc852
- $ mess abc800m -bus abc856 -flop1 ufd631 -hard abc856
+ $ mame abc800m -bus abc850 -flop1 ufd631 -hard abc850
+ $ mame abc800m -bus abc852 -flop1 ufd631 -hard abc852
+ $ mame abc800m -bus abc856 -flop1 ufd631 -hard abc856
*/
diff --git a/src/devices/bus/ieee488/d9060.cpp b/src/devices/bus/ieee488/d9060.cpp
index 15b8d4cc5c8..464db8cc902 100644
--- a/src/devices/bus/ieee488/d9060.cpp
+++ b/src/devices/bus/ieee488/d9060.cpp
@@ -19,8 +19,8 @@
Start the PET emulator with the D9060 attached on the IEEE-488 bus,
with the new CHD mounted:
- $ mess pet8032 -ieee8 d9060 -hard tm602s.chd
- $ mess pet8032 -ieee8 d9090 -hard tm603s.chd
+ $ mame pet8032 -ieee8 d9060 -hard tm602s.chd
+ $ mame pet8032 -ieee8 d9090 -hard tm603s.chd
Enter 'HEADER "LABEL",D0,I01' to format the hard drive.
Wait up to 1 hour and 20 minutes.
diff --git a/src/devices/bus/isa/cga.cpp b/src/devices/bus/isa/cga.cpp
index 410231822a7..532cb06b3d1 100644
--- a/src/devices/bus/isa/cga.cpp
+++ b/src/devices/bus/isa/cga.cpp
@@ -77,7 +77,7 @@
TODO:
-- Update more drivers in MESS and MAME and unify with src/emu/video/pc_cga.c
+- Update more drivers in MAME and unify with src/emu/video/pc_cga.c
- Separate out more cards/implementations
***************************************************************************/
diff --git a/src/devices/bus/isa/p1_sound.cpp b/src/devices/bus/isa/p1_sound.cpp
index ff4ff515ee4..f2e69debf95 100644
--- a/src/devices/bus/isa/p1_sound.cpp
+++ b/src/devices/bus/isa/p1_sound.cpp
@@ -6,9 +6,6 @@
Memory-mapped, uses IRQ3 and IRQ7, no DMA.
- Copyright MESS Team.
- Visit https://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#include "emu.h"
diff --git a/src/devices/bus/isa/p1_sound.h b/src/devices/bus/isa/p1_sound.h
index 71e4008ccfd..3b7f1c40af9 100644
--- a/src/devices/bus/isa/p1_sound.h
+++ b/src/devices/bus/isa/p1_sound.h
@@ -4,9 +4,6 @@
Poisk-1 sound card
- Copyright MESS Team.
- Visit https://mamedev.org for licensing and usage restrictions.
-
**********************************************************************/
#ifndef MAME_BUS_P1_SOUND_H
diff --git a/src/devices/bus/nes/mmc5.cpp b/src/devices/bus/nes/mmc5.cpp
index 171af3c86e9..1afb390a90b 100644
--- a/src/devices/bus/nes/mmc5.cpp
+++ b/src/devices/bus/nes/mmc5.cpp
@@ -159,7 +159,7 @@ void nes_exrom_device::pcb_reset()
iNES: mapper 5
- MESS status: Partially supported
+ MAME status: Partially supported
-------------------------------------------------*/
diff --git a/src/devices/bus/psx/memcard.cpp b/src/devices/bus/psx/memcard.cpp
index 7f53c69dcfa..a2826083b48 100644
--- a/src/devices/bus/psx/memcard.cpp
+++ b/src/devices/bus/psx/memcard.cpp
@@ -4,7 +4,7 @@
psxcard.c - Sony PlayStation memory card device
by pSXAuthor
- MESS conversion by R. Belmont
+ MAME conversion by R. Belmont
*/
#include "emu.h"
diff --git a/src/devices/cpu/pdp1/pdp1.cpp b/src/devices/cpu/pdp1/pdp1.cpp
index be313bbbe24..e2ced831593 100644
--- a/src/devices/cpu/pdp1/pdp1.cpp
+++ b/src/devices/cpu/pdp1/pdp1.cpp
@@ -6,7 +6,7 @@
* Barry Silverman mailto:barry@disus.com or mailto:bss@media.mit.edu
* Vadim Gerasimov mailto:vadim@media.mit.edu
*
- * MESS driver by Chris Salomon and Raphael Nabet.
+ * MAME driver by Chris Salomon and Raphael Nabet.
*
* Basically, it has been rewritten entirely in order to perform cycle-level simulation
* (with only a few flip-flops being set one cycle too early or too late). I don't know if
diff --git a/src/devices/cpu/spc700/spc700.cpp b/src/devices/cpu/spc700/spc700.cpp
index e4d150310e7..ec6473d19da 100644
--- a/src/devices/cpu/spc700/spc700.cpp
+++ b/src/devices/cpu/spc700/spc700.cpp
@@ -20,13 +20,6 @@
else on ZSNES Technical for probing the darker corners of the SNES
with test programs so we have a chance at getting things accurate.
- MESS Bugzilla bugs:
- - 804 ADC sets carry too late (FIXED)
- - 805 ADDW/SUBW set V wrongly (FIXED)
- - 806 BRK should modify PSW (FIXED)
- - 807 DAA/DAS problem (FIXED)
-
-
*/
/* ======================================================================== */
/* ================================= NOTES ================================ */
diff --git a/src/devices/machine/akiko.cpp b/src/devices/machine/akiko.cpp
index 1505eab2a56..a4087b8c329 100644
--- a/src/devices/machine/akiko.cpp
+++ b/src/devices/machine/akiko.cpp
@@ -142,12 +142,12 @@ void akiko_device::device_reset()
{
if (m_cddevice.found())
{
- // MESS case
+ // CD32 case
m_cdrom = m_cddevice->get_cdrom_file();
}
else
{
- // MAME case
+ // Arcade case
m_cdrom = cdrom_open(machine().rom_load().get_disk_handle(":cdrom"));
}
diff --git a/src/devices/machine/ins8250.cpp b/src/devices/machine/ins8250.cpp
index 3a4dabf688a..438b3eb75e6 100644
--- a/src/devices/machine/ins8250.cpp
+++ b/src/devices/machine/ins8250.cpp
@@ -81,7 +81,7 @@ ASCII/EBCDIC control character recognition, timed interrupts and more.
Known issues:
-- MESS does currently not handle all these model specific features.
+- MAME does currently not handle all these model specific features.
History:
diff --git a/src/devices/machine/tms9902.cpp b/src/devices/machine/tms9902.cpp
index b6f8e4279c9..2431d7abb41 100644
--- a/src/devices/machine/tms9902.cpp
+++ b/src/devices/machine/tms9902.cpp
@@ -260,7 +260,7 @@ void tms9902_device::device_timer(emu_timer &timer, device_timer_id id, int para
{
switch (id)
{
- // This call-back is called by the MESS timer system when the decrementer
+ // This call-back is called by the MAME timer system when the decrementer
// reaches 0.
case DECTIMER:
m_TIMERR = m_TIMELP;
diff --git a/src/devices/machine/tms9902.h b/src/devices/machine/tms9902.h
index 3d203c59709..ce236cf18c7 100644
--- a/src/devices/machine/tms9902.h
+++ b/src/devices/machine/tms9902.h
@@ -172,7 +172,7 @@ private:
uint8_t m_TMR; /* interval timer */
/* clock registers */
- emu_timer *m_dectimer; /* MESS timer, used to emulate the decrementer register */
+ emu_timer *m_dectimer; /* MAME timer, used to emulate the decrementer register */
emu_timer *m_recvtimer;
emu_timer *m_sendtimer;
diff --git a/src/devices/machine/upd7002.cpp b/src/devices/machine/upd7002.cpp
index 2d4d2ad4bc6..3985d05b733 100644
--- a/src/devices/machine/upd7002.cpp
+++ b/src/devices/machine/upd7002.cpp
@@ -1,12 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Gordon Jefferyes
/******************************************************************************
- uPD7002 Analogue to Digital Converter
-
- MESS Driver By:
- Gordon Jefferyes
- mess_bbc@gjeffery.dircon.co.uk
+ uPD7002 Analogue to Digital Converter
******************************************************************************/
diff --git a/src/devices/sound/sp0256.cpp b/src/devices/sound/sp0256.cpp
index 5188d3bc31f..b1219f70cd7 100644
--- a/src/devices/sound/sp0256.cpp
+++ b/src/devices/sound/sp0256.cpp
@@ -4,7 +4,7 @@
GI SP0256 Narrator Speech Processor
GI SPB640 Speech Buffer
- By Joe Zbiciak. Ported to MESS by tim lindner.
+ By Joe Zbiciak. Ported to MAME by tim lindner.
Unimplemented:
- Microsequencer repeat count of zero
diff --git a/src/devices/sound/sp0256.h b/src/devices/sound/sp0256.h
index d1e1d5612cf..0047b5bb0a3 100644
--- a/src/devices/sound/sp0256.h
+++ b/src/devices/sound/sp0256.h
@@ -26,7 +26,7 @@
/*
GI SP0256 Narrator Speech Processor
- By Joe Zbiciak. Ported to MESS by tim lindner.
+ By Joe Zbiciak. Ported to MAME by tim lindner.
*/
diff --git a/src/devices/video/snes_ppu.cpp b/src/devices/video/snes_ppu.cpp
index 544becb412e..9fddaa1b8d1 100644
--- a/src/devices/video/snes_ppu.cpp
+++ b/src/devices/video/snes_ppu.cpp
@@ -1658,7 +1658,7 @@ void snes_ppu_device::write_object( uint16_t address, uint8_t data )
to attempt this. While byuu, in his emu, maps
those accesses to 0x01ff, because it is more
accurate to invalidate the 'expected' address
- than not, MESS has issues if we don't write to
+ than not, MAME has issues if we don't write to
the expected address (see e.g. Tokimeki Memorial).
This is because writes should work during hblank
(so that the game can produce color fading), but
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.
diff --git a/src/lib/formats/cbm_tap.cpp b/src/lib/formats/cbm_tap.cpp
index 9ae77bffb7d..eeb1872f28e 100644
--- a/src/lib/formats/cbm_tap.cpp
+++ b/src/lib/formats/cbm_tap.cpp
@@ -136,7 +136,7 @@ static int len;
/* This in fact gives the number of samples for half of the pulse */
static inline int tap_data_to_samplecount(int data, int frequency)
{
-// return (int) (0.5 * (0.5 + (((double)CBM_WAV_FREQUENCY / frequency) * (double)data))); // MESS TZX formula
+// return (int) (0.5 * (0.5 + (((double)CBM_WAV_FREQUENCY / frequency) * (double)data))); // MAME TZX formula
return (int) (0.5 * (((double)CBM_WAV_FREQUENCY / frequency) * (double)((data) + 0.5))); // tap2wav formula
}
diff --git a/src/lib/formats/dfi_dsk.cpp b/src/lib/formats/dfi_dsk.cpp
index 79077ab2e12..f2012b62d50 100644
--- a/src/lib/formats/dfi_dsk.cpp
+++ b/src/lib/formats/dfi_dsk.cpp
@@ -73,7 +73,7 @@ bool dfi_format::load(util::random_read &io, uint32_t form_factor, const std::ve
char sign[4];
io.read_at(0, sign, 4, actual);
if(memcmp(sign, "DFER", 4) == 0) {
- osd_printf_error("dfi_dsk: Old type Discferret image detected; the mess Discferret decoder will not handle this properly, bailing out!\n");
+ osd_printf_error("dfi_dsk: Old type Discferret image detected; the MAME Discferret decoder will not handle this properly, bailing out!\n");
return false;
}
diff --git a/src/lib/formats/flopimg.h b/src/lib/formats/flopimg.h
index d9f4582985d..6055714b346 100644
--- a/src/lib/formats/flopimg.h
+++ b/src/lib/formats/flopimg.h
@@ -48,22 +48,22 @@ public:
/*! @brief Load an image.
The load function opens an image file and converts it to the
- internal MESS floppy representation.
+ internal MAME floppy representation.
@param io source buffer containing the image data.
@param form_factor Physical form factor of disk, from the enum
in floppy_image
@param variants the variants from floppy_image the drive can handle
- @param image output buffer for data in MESS internal format.
+ @param image output buffer for data in MAME internal format.
@return true on success, false otherwise.
*/
virtual bool load(util::random_read &io, uint32_t form_factor, const std::vector<uint32_t> &variants, floppy_image *image) = 0;
/*! @brief Save an image.
- The save function writes back an image from the MESS internal
+ The save function writes back an image from the MAME internal
floppy representation to the appropriate format on disk.
@param io output buffer for the data in the on-disk format.
@param variants the variants from floppy_image the drive can handle
- @param image source buffer containing data in MESS internal format.
+ @param image source buffer containing data in MAME internal format.
@return true on success, false otherwise.
*/
virtual bool save(util::random_read_write &io, const std::vector<uint32_t> &variants, floppy_image *image);
diff --git a/src/lib/formats/tzx_cas.cpp b/src/lib/formats/tzx_cas.cpp
index 171eeda89cd..7772fd7fc4b 100644
--- a/src/lib/formats/tzx_cas.cpp
+++ b/src/lib/formats/tzx_cas.cpp
@@ -570,7 +570,7 @@ static int tzx_cas_do_work( int16_t **buffer )
if (pause_time == 0)
{
/* pause = 0 is used to let an emulator automagically stop the tape
- in MESS we do not do that, so we insert a 5 second pause. */
+ in MAME we do not do that, so we insert a 5 second pause. */
pause_time = 5000;
}
size += tzx_cas_handle_block(buffer, cur_block, pause_time, 0, 0, 0, 0, 0, 0, 0, 0);
diff --git a/src/mame/audio/vboy.cpp b/src/mame/audio/vboy.cpp
index 3d6abbe6b89..d7b3f587eed 100644
--- a/src/mame/audio/vboy.cpp
+++ b/src/mame/audio/vboy.cpp
@@ -4,7 +4,7 @@
vboy.c - Virtual Boy audio emulation
By Richard Bannister and Gil Pedersen.
- MESS device adaptation by R. Belmont
+ MAME device adaptation by R. Belmont
*/
#include "emu.h"
diff --git a/src/mame/audio/vboy.h b/src/mame/audio/vboy.h
index ca4de746db3..e6d1f36deee 100644
--- a/src/mame/audio/vboy.h
+++ b/src/mame/audio/vboy.h
@@ -4,7 +4,7 @@
vboy.h - Virtual Boy audio emulation
By Richard Bannister and Gil Pedersen.
- MESS device adaptation by R. Belmont
+ MAME device adaptation by R. Belmont
*/
#ifndef MAME_AUDIO_VBOY_H
#define MAME_AUDIO_VBOY_H
diff --git a/src/mame/drivers/a7800.cpp b/src/mame/drivers/a7800.cpp
index 580c7f8fc06..2800537f29c 100644
--- a/src/mame/drivers/a7800.cpp
+++ b/src/mame/drivers/a7800.cpp
@@ -445,7 +445,7 @@ some variation of proportions even within the same display type.
One side effect of this on the console's palette is that some values of
red may appear too pinkish - Too much blue to red. This is not the same
as a traditional tint-hue control adjustment; rather, can be demonstrated
-by changing the blue ratio values via MESS HLSL settings.
+by changing the blue ratio values via MAME HLSL settings.
Lastly, the Atari 2600 & 5200 NTSC color palettes hold the same hue
structure order and have similar appearance differences that are dependent
diff --git a/src/mame/drivers/apple2gs.cpp b/src/mame/drivers/apple2gs.cpp
index 968eff0c08f..2582d4cca89 100644
--- a/src/mame/drivers/apple2gs.cpp
+++ b/src/mame/drivers/apple2gs.cpp
@@ -1267,7 +1267,7 @@ void apple2gs_state::adb_write_datareg(u8 data)
}
// real rom 3 h/w reads 0x90 when idle, 0x98 when key pressed
-// current MESS reads back 0xb0 when idle
+// current MAME reads back 0xb0 when idle
u8 apple2gs_state::adb_read_kmstatus()
{
return m_adb_kmstatus;
diff --git a/src/mame/drivers/at.cpp b/src/mame/drivers/at.cpp
index 6d1a5122504..a89a1df1b27 100644
--- a/src/mame/drivers/at.cpp
+++ b/src/mame/drivers/at.cpp
@@ -437,7 +437,7 @@ void at_state::init_at_common(int xmsbase)
{
address_space& space = m_maincpu->space(AS_PROGRAM);
- /* MESS managed RAM */
+ /* managed RAM */
membank("bank10")->set_base(m_ram->pointer());
if (m_ram->size() > xmsbase)
diff --git a/src/mame/drivers/atari400.cpp b/src/mame/drivers/atari400.cpp
index 08ca8a2705f..70498a3c628 100644
--- a/src/mame/drivers/atari400.cpp
+++ b/src/mame/drivers/atari400.cpp
@@ -1,9 +1,8 @@
// license:GPL-2.0+
// copyright-holders:Juergen Buchmueller
/******************************************************************************
- Atari 400/800
- MESS Driver
+ Atari 400/800
Juergen Buchmueller, June 1998
@@ -1019,7 +1018,7 @@ One side effect of this on the console's palette is that some
values of red may appear too pinkish - Too much blue to red.
This is not the same as a traditional tint-hue control
adjustment; rather, can be demonstrated by changing the blue
-ratio values via MESS HLSL settings.
+ratio values via MAME HLSL settings.
Lastly, the Atari 2600 & 7800 NTSC color palettes hold the same
hue structure order and have similar appearance differences
diff --git a/src/mame/drivers/atom.cpp b/src/mame/drivers/atom.cpp
index d703f967a70..54f218b09b4 100644
--- a/src/mame/drivers/atom.cpp
+++ b/src/mame/drivers/atom.cpp
@@ -53,7 +53,7 @@ Hardware: PPIA 8255
thought this was a bad design and have modified their Atom's and dos rom
to use a different memory area.
- The atom driver in MESS uses the original memory area.
+ The atom driver in MAME uses the original memory area.
http://www.xs4all.nl/~fjkraan/comp/atom/index.html
diff --git a/src/mame/drivers/avigo.cpp b/src/mame/drivers/avigo.cpp
index a1b26ee0273..5fdbc433b27 100644
--- a/src/mame/drivers/avigo.cpp
+++ b/src/mame/drivers/avigo.cpp
@@ -2,8 +2,6 @@
// copyright-holders:Kevin Thacker,Sandro Ronco
/******************************************************************************
- avigo.c
-
TI "Avigo" PDA
@@ -64,8 +62,6 @@
from an existing emulation written by Hans Pufal. Hans's emulator
is also written from educated guesswork.
- MESS Driver by Kevin Thacker and Sandro Ronco
-
******************************************************************************/
diff --git a/src/mame/drivers/bartop52.cpp b/src/mame/drivers/bartop52.cpp
index 6cfff80a172..8205ebba815 100644
--- a/src/mame/drivers/bartop52.cpp
+++ b/src/mame/drivers/bartop52.cpp
@@ -4,7 +4,7 @@
Atari Bartop 5200 prototype system
Driver by Mariusz Wojcieszek
- Based on Atari 400/800 MESS Driver by Juergen Buchmueller
+ Based on Atari 400/800 MAME Driver by Juergen Buchmueller
Hardware was based on Atari 5200 game console with additional coin and timer hardware.
System was intented to run in barrooms and taverns. Software was based on Atari 5200
diff --git a/src/mame/drivers/bfcobra.cpp b/src/mame/drivers/bfcobra.cpp
index 647b2d68310..13617aedec8 100644
--- a/src/mame/drivers/bfcobra.cpp
+++ b/src/mame/drivers/bfcobra.cpp
@@ -1019,7 +1019,7 @@ void bfcobra_state::rombank_w(uint8_t data)
Split into machine\bfcobra.cpp !
- Alternatively chuck it all away and borrow the MESS implementation
+ Alternatively chuck it all away and use the existing implementation
because it's a million times better.
***************************************************************************/
diff --git a/src/mame/drivers/camplynx.cpp b/src/mame/drivers/camplynx.cpp
index 42552dbe3f7..5f0d8087061 100644
--- a/src/mame/drivers/camplynx.cpp
+++ b/src/mame/drivers/camplynx.cpp
@@ -704,7 +704,7 @@ void camplynx_state::port80_w(u8 data)
/* DAC port (6-bit). If writing cassette, output goes to tape as a sine wave, otherwise it goes to speaker.
There is code below to write as a sine wave or a square wave, both work and can be loaded successfully.
However the PALE emulator cannot load either of them, although it loads its own output.
- MESS can load PALE's wav files though.
+ MAME can load PALE's wav files though.
Currently square wave output is selected. */
void camplynx_state::port84_w(u8 data)
diff --git a/src/mame/drivers/maxaflex.cpp b/src/mame/drivers/maxaflex.cpp
index a6730dd10b3..b06517e12f3 100644
--- a/src/mame/drivers/maxaflex.cpp
+++ b/src/mame/drivers/maxaflex.cpp
@@ -5,7 +5,7 @@
by Mariusz Wojcieszek
- Based on Atari 400/800 MESS Driver by Juergen Buchmueller
+ Based on Atari 400/800 MAME Driver by Juergen Buchmueller
TODO:
- fix LCD digits display controlling
diff --git a/src/mame/drivers/mbee.cpp b/src/mame/drivers/mbee.cpp
index ce5bea06fd8..2768cce305a 100644
--- a/src/mame/drivers/mbee.cpp
+++ b/src/mame/drivers/mbee.cpp
@@ -77,7 +77,7 @@ from Brett Selwood and Andrew Davies.
- Most versions of Telcom can have their parameters adjusted directly from Basic,
without needing to enter the Telcom program.
- Most versions of Telcom have an optional clock. In older models firstly select VS
- from the MESS config menu, then enter NET CLOCK to enable it. NET TIME hhmm to set
+ from the MAME config menu, then enter NET CLOCK to enable it. NET TIME hhmm to set
the time (24hour format). NET CLOCKD is supposed to remove the status line, but it
doesn't, although the clock stops updating. NET CLOCK and NET CLOCKD are toggles.
- Telcom 1.2 (used in mbeeic) has a bug. If you enter NET CLOCK, the status line is
@@ -106,7 +106,7 @@ from Brett Selwood and Andrew Davies.
FDC: (TODO: see if these bugs still exist)
- B drive doesn't work with most disks.
- - some disks cause MESS to freeze.
+ - some disks cause MAME to freeze.
- 128k: Simply Write has no keyboard.
diff --git a/src/mame/drivers/megadriv.cpp b/src/mame/drivers/megadriv.cpp
index c922f1e5b78..fe81ca42560 100644
--- a/src/mame/drivers/megadriv.cpp
+++ b/src/mame/drivers/megadriv.cpp
@@ -652,7 +652,7 @@ void md_cons_state::genesis_32x(machine_config &config)
subdevice<screen_device>("megadriv")->screen_vblank().set(FUNC(md_cons_state::screen_vblank_console));
// we need to remove and re-add the YM because the balance is different
- // due to MAME / MESS having severe issues if the dac output is > 0.40? (sound is corrupted even if DAC is silent?!)
+ // due to MAME having severe issues if the dac output is > 0.40? (sound is corrupted even if DAC is silent?!)
m_ymsnd->reset_routes();
m_ymsnd->add_route(0, "lspeaker", (0.50)/2);
m_ymsnd->add_route(1, "rspeaker", (0.50)/2);
@@ -684,7 +684,7 @@ void md_cons_state::mdj_32x(machine_config &config)
subdevice<screen_device>("megadriv")->screen_vblank().set(FUNC(md_cons_state::screen_vblank_console));
// we need to remove and re-add the sound system because the balance is different
- // due to MAME / MESS having severe issues if the dac output is > 0.40? (sound is corrupted even if DAC is silent?!)
+ // due to MAME having severe issues if the dac output is > 0.40? (sound is corrupted even if DAC is silent?!)
m_ymsnd->reset_routes();
m_ymsnd->add_route(0, "lspeaker", (0.50)/2);
m_ymsnd->add_route(1, "rspeaker", (0.50)/2);
@@ -716,7 +716,7 @@ void md_cons_state::md_32x(machine_config &config)
subdevice<screen_device>("megadriv")->screen_vblank().set(FUNC(md_cons_state::screen_vblank_console));
// we need to remove and re-add the sound system because the balance is different
- // due to MAME / MESS having severe issues if the dac output is > 0.40? (sound is corrupted even if DAC is silent?!)
+ // due to MAME having severe issues if the dac output is > 0.40? (sound is corrupted even if DAC is silent?!)
m_ymsnd->reset_routes();
m_ymsnd->add_route(0, "lspeaker", (0.50)/2);
m_ymsnd->add_route(1, "rspeaker", (0.50)/2);
diff --git a/src/mame/drivers/mtouchxl.cpp b/src/mame/drivers/mtouchxl.cpp
index 96fbe2570a2..7a155c77c51 100644
--- a/src/mame/drivers/mtouchxl.cpp
+++ b/src/mame/drivers/mtouchxl.cpp
@@ -176,7 +176,7 @@ void mtxl_state::machine_start()
#ifndef REAL_PCI_CHIPSET
address_space& space = m_maincpu->space(AS_PROGRAM);
- /* MESS managed RAM */
+ /* managed RAM */
membank("bank10")->set_base(m_ram->pointer());
if (m_ram->size() > 0xa0000)
diff --git a/src/mame/drivers/mz2500.cpp b/src/mame/drivers/mz2500.cpp
index 83cbf72081c..e5f94a166af 100644
--- a/src/mame/drivers/mz2500.cpp
+++ b/src/mame/drivers/mz2500.cpp
@@ -24,7 +24,7 @@
- LayDock: hangs at title screen due of a PIT bug (timer irq dies for whatever reason);
- Moon Child: needs mixed 3+3bpp tvram supported, kludged for now (not a real test case);
- Moon Child: window masking doesn't mask bottom part of the screen?
- - Moon Child: appears to be a network / system link game, obviously doesn't work with current MAME / MESS framework;
+ - Moon Child: appears to be a network / system link game, obviously doesn't work with current MAME framework;
- Marchen Veil I: doesn't load if you try to run it directly, it does if you load another game first (for example Mappy) then do a soft reset;
- Mugen no Shinzou II - The Prince of Darkness: dies on IPLPRO loading, presumably a wd17xx core bug;
- Multiplan: random hangs/crashes after you set the RTC, sometimes it loads properly;
@@ -491,7 +491,7 @@ void mz2500_state::draw_cg_screen(bitmap_ind16 &bitmap,const rectangle &cliprect
draw_cg16_screen(bitmap,cliprect,2,640,pri);
break;
default:
- popmessage("Unsupported CG mode %02x, contact MESS dev",m_cg_reg[0x0e]);
+ popmessage("Unsupported CG mode %02x, contact MAME dev",m_cg_reg[0x0e]);
break;
}
}
diff --git a/src/mame/drivers/nc.cpp b/src/mame/drivers/nc.cpp
index 07e05c2969c..9dac8e3a4ce 100644
--- a/src/mame/drivers/nc.cpp
+++ b/src/mame/drivers/nc.cpp
@@ -2,8 +2,6 @@
// copyright-holders:Wilbert Pol, Kevin Thacker
/******************************************************************************
- nc.cpp
-
NC100/NC150/NC200 Notepad computer
system driver
@@ -83,16 +81,12 @@
Self Test:
- requires memory save and real time clock save to be working!
- (i.e. for MESS nc100 driver, nc100.nv can be created)
+ (i.e. for MAME nc100 driver, nc100.nv can be created)
- turn off nc (use NMI button)
- reset+FUNCTION+SYMBOL must be pressed together.
Note: NC200 Self test does not test disc hardware :(
-
-
- Kevin Thacker [MESS driver]
-
******************************************************************************/
#include "emu.h"
diff --git a/src/mame/drivers/pc8801.cpp b/src/mame/drivers/pc8801.cpp
index 592c0d50c91..86ebcdf1929 100644
--- a/src/mame/drivers/pc8801.cpp
+++ b/src/mame/drivers/pc8801.cpp
@@ -99,7 +99,7 @@
# Fangs - The Saga of Wolf Blood (Crashes at the first random battle)
- Fantasian
* Final Zone
- # Final Zone (demo) (REGRESSION: asserts at MESS boot)
+ # Final Zone (demo) (REGRESSION: asserts at MAME boot)
- Fruit Panic
- FSD Sample Ongaku Shuu Vol. 1-7
- Gaia no Kiba (Disk I/O error at 150)
diff --git a/src/mame/drivers/pencil2.cpp b/src/mame/drivers/pencil2.cpp
index c534360fa0f..cd96532617c 100644
--- a/src/mame/drivers/pencil2.cpp
+++ b/src/mame/drivers/pencil2.cpp
@@ -7,7 +7,7 @@
2012-11-06 [Robbbert]
- Computer kindly donated for MESS by Ian Farquhar.
+ Computer kindly donated for MAME by Ian Farquhar.
Accessories:
- PEN-216 : 16k RAM expansion
diff --git a/src/mame/drivers/photon2.cpp b/src/mame/drivers/photon2.cpp
index b550860e86a..a70b5517680 100644
--- a/src/mame/drivers/photon2.cpp
+++ b/src/mame/drivers/photon2.cpp
@@ -78,7 +78,7 @@ private:
/*************************************
*
- * Video (copied from MESS apart from support
+ * Video (copied from spectrum driver apart from support
* for changing border color mid-frame)
*
*************************************/
diff --git a/src/mame/drivers/ps2.cpp b/src/mame/drivers/ps2.cpp
index 70f4bb86060..fa5696aacb1 100644
--- a/src/mame/drivers/ps2.cpp
+++ b/src/mame/drivers/ps2.cpp
@@ -81,7 +81,7 @@ void ps2_state::machine_start()
{
address_space& space = m_maincpu->space(AS_PROGRAM);
- /* MESS managed RAM */
+ /* managed RAM */
membank("bank10")->set_base(m_ram->pointer());
if (m_ram->size() > 0xa0000)
diff --git a/src/mame/drivers/ql.cpp b/src/mame/drivers/ql.cpp
index 3febf58d924..1d37af7ff3a 100644
--- a/src/mame/drivers/ql.cpp
+++ b/src/mame/drivers/ql.cpp
@@ -4,8 +4,6 @@
Sinclair QL
- MESS Driver by Curt Coder
-
*/
/*
diff --git a/src/mame/drivers/spectrum.cpp b/src/mame/drivers/spectrum.cpp
index abe3781f182..7f945db26c1 100644
--- a/src/mame/drivers/spectrum.cpp
+++ b/src/mame/drivers/spectrum.cpp
@@ -601,7 +601,7 @@ in EXT+Shift Mode on a real Spectrum).
/* TO DO: replace PORT_CHAR(0xD7) with an 'empty' PORT_CHAR. I used \xD7 (multiplication sign) just as a placeholder. There should be no
PORT_CHAR for those functions (which have no equivalent on modern keyboards), but something is needed (to correctly have natural support for
-a few keys in SYMBOL Mode) and I found no EMPTY PORT_CHAR in MESS */
+a few keys in SYMBOL Mode) and I found no EMPTY PORT_CHAR in MAME */
INPUT_PORTS_START( spectrum )
/* PORT_NAME = KEY Mode CAPS Mode SYMBOL Mode EXT Mode EXT+Shift Mode BASIC Mode */
PORT_START("LINE0") /* 0xFEFE */
diff --git a/src/mame/drivers/swtpc09.cpp b/src/mame/drivers/swtpc09.cpp
index f616278d49a..0a48d6c8009 100644
--- a/src/mame/drivers/swtpc09.cpp
+++ b/src/mame/drivers/swtpc09.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Robert Justice,68bit
/**************************************************************************
- SWTPC S/09 Mess driver
+ SWTPC S/09
Robert Justice ,2009-2014
Emulates four different fixed combinations of hardware
diff --git a/src/mame/drivers/thomson.cpp b/src/mame/drivers/thomson.cpp
index d823f1f073e..08031222c31 100644
--- a/src/mame/drivers/thomson.cpp
+++ b/src/mame/drivers/thomson.cpp
@@ -72,7 +72,7 @@
- digitisation extension (DI 90-011) (@)
- barcode reader (@)
- (@) means MESS is lacking support for this kind of device / feature anyway
+ (@) means MAME is lacking support for this kind of device / feature anyway
*/
@@ -250,9 +250,9 @@ boot floppy.
* devices:
- AZERTY keyboard, 58-keys, French with accents
- cartridge 16 KB (up to 64 KB using bank-switching),
- the MESS cartridge device is named -cart
+ the MAME cartridge device is named -cart
- cassette 900 bauds (frequency signals: 0=4.5 kHz, 1=6.3 kHz)
- the MESS cassette device is named -cass
+ the MAME cassette device is named -cass
- 1-bit internal buzzer
- lightpen, with 8-pixel horizontal resolution, 1-pixel vertical
- SX 90-018 game & music extension
@@ -280,7 +280,7 @@ boot floppy.
sides)
. floppies are 40 tracks/side, 16 sectors/track, 128 or 256 bytes/sector
= from 80 KB one-sided single-density, to 320 KB two-sided double-density
- . MESS floppy devices are named -flop0 to -flop3
+ . MAME floppy devices are named -flop0 to -flop3
- alternate 5"1/2 floppy drive extension
. CD 90-015 floppy controller, based on a HD 46503 S
. UD 90-070 5"1/4 single-sided single density floppy drive
diff --git a/src/mame/drivers/ti99_4p.cpp b/src/mame/drivers/ti99_4p.cpp
index 55e800c5ead..af2a49e020d 100644
--- a/src/mame/drivers/ti99_4p.cpp
+++ b/src/mame/drivers/ti99_4p.cpp
@@ -64,7 +64,7 @@
BLACK SCREEN.
In the real environment, the HSGPL has usually been set up on delivery.
- In MESS we have to create a suitable HSGPL memory content. Best practice
+ In MAME we have to create a suitable HSGPL memory content. Best practice
is to start the TI-99/4A console with EVPC support (driver ti99_4ev) with
a plugged-in HSGPL and to go through the setup process there.
Finally, the nvram files of the HSGPL must be copied into this driver's nvram
@@ -97,7 +97,7 @@
Video and sound
---------------
The SGCPU relies on the EVPC or EVPC2 card to provide video capabilities.
- This card (rel.1) is emulated in MESS and is based on the v9938 video
+ This card (rel.1) is emulated in MAME and is based on the v9938 video
display processor.
In order to route the VDP interrupt to the SGCPU card, the previously
unused LCP* line in the Peripheral Expansion Box is used.
diff --git a/src/mame/drivers/ti99_8.cpp b/src/mame/drivers/ti99_8.cpp
index af38d3507c9..94c03f282ef 100644
--- a/src/mame/drivers/ti99_8.cpp
+++ b/src/mame/drivers/ti99_8.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Michael Zapf
/****************************************************************************
- The MESS TI-99/8 emulation driver
+ TI-99/8
The TI-99/8 was the envisaged successor to the TI-99/4A but never passed
its prototype state. Only a few dozen consoles were built. The ROMs
diff --git a/src/mame/drivers/v1050.cpp b/src/mame/drivers/v1050.cpp
index 3f559c2ca26..3a3864bc26c 100644
--- a/src/mame/drivers/v1050.cpp
+++ b/src/mame/drivers/v1050.cpp
@@ -105,8 +105,8 @@ Notes:
Start the Visual 1050 emulator with the floppy and hard disk images mounted:
- $ mess v1050 -flop1 cpm3:flop2 -hard tm501.chd
- $ mess v1050 -flop1 cpm3:flop2 -hard cm5412.chd
+ $ mame v1050 -flop1 cpm3:flop2 -hard tm501.chd
+ $ mame v1050 -flop1 cpm3:flop2 -hard cm5412.chd
Start the Winchester Format Program from the CP/M prompt:
@@ -128,13 +128,13 @@ Notes:
You can now boot from the hard disk with:
- $ mess v1050 -hard tm501.chd
- $ mess v1050 -hard cm5412.chd
+ $ mame v1050 -hard tm501.chd
+ $ mame v1050 -hard cm5412.chd
Or skip all of the above and use the preformatted images in the software list:
- $ mess v1050 -hard cpm3hd5
- $ mess v1050 -hard cpm3hd10
+ $ mame v1050 -hard cpm3hd5
+ $ mame v1050 -hard cpm3hd10
*/
diff --git a/src/mame/drivers/zx.cpp b/src/mame/drivers/zx.cpp
index f9db4e3c5c6..c7c18c2623d 100644
--- a/src/mame/drivers/zx.cpp
+++ b/src/mame/drivers/zx.cpp
@@ -94,7 +94,7 @@ void zx_state::pow3000_io_map(address_map &map)
static INPUT_PORTS_START( zx80 )
/* PORT_NAME = Key Mode (Press Key) Shift Mode (Press Key+Shift) BASIC Mode (Press Key at BASIC) */
-/* Some keys (e.g. A,S,D,F,G etc.) produce glyphs when used in Shift Mode. MESS currently cannot show
+/* Some keys (e.g. A,S,D,F,G etc.) produce glyphs when used in Shift Mode. MAME currently cannot show
these functions in Input (This System) menu, hence we live some empty space in the menu */
PORT_START("ROW0")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("SHIFT") PORT_CODE(KEYCODE_LSHIFT) PORT_CHAR(UCHAR_SHIFT_1)
diff --git a/src/mame/includes/n64.h b/src/mame/includes/n64.h
index cfbaa3fbbe5..16429b33995 100644
--- a/src/mame/includes/n64.h
+++ b/src/mame/includes/n64.h
@@ -143,7 +143,7 @@ public:
uint32_t vi_vburst;
uint8_t field;
- /* nvram-specific for MESS */
+ // nvram-specific for the console
device_t *m_nvram_image;
n64_savable_data_t m_save_data;
diff --git a/src/mame/machine/amstrad.cpp b/src/mame/machine/amstrad.cpp
index 459e8cbea41..68b2dc8a408 100644
--- a/src/mame/machine/amstrad.cpp
+++ b/src/mame/machine/amstrad.cpp
@@ -2341,7 +2341,7 @@ void amstrad_state::amstrad_reset_machine()
/* set ram config 0 */
amstrad_GateArray_write(0x0c0);
- // Get manufacturer name and TV refresh rate from PCB link (dipswitch for mess emulation)
+ // Get manufacturer name and TV refresh rate from PCB link (dipswitch for MAME emulation)
m_ppi_port_inputs[amstrad_ppi_PortB] = (((m_io_solder_links->read()&MANUFACTURER_NAME)<<1) | (m_io_solder_links->read()&TV_REFRESH_RATE));
if ( m_system_type == SYSTEM_PLUS || m_system_type == SYSTEM_GX4000 )
@@ -2553,8 +2553,8 @@ Bit Description
7 Cassette read data
6 Parallel/Printer port ready signal ("1" = not ready, "0" = Ready)
5 /EXP signal on expansion port (note 6)
-4 50/60 Hz (link on PCB. For this MESS driver I have used the dipswitch feature) (note 5)
-3 | PCB links to define manufacturer name. For this MESS driver I have used the dipswitch feature. (note 1) (note 4)
+4 50/60 Hz (link on PCB. For this MAME driver I have used the dipswitch feature) (note 5)
+3 | PCB links to define manufacturer name. For this MAME driver I have used the dipswitch feature. (note 1) (note 4)
2 | (note 2)
1 | (note 3)
0 VSYNC State from 6845. "1" = VSYNC active, "0" = VSYNC inactive
diff --git a/src/mame/machine/bbc.cpp b/src/mame/machine/bbc.cpp
index 4281e2b0f1c..3cd5f5f24c1 100644
--- a/src/mame/machine/bbc.cpp
+++ b/src/mame/machine/bbc.cpp
@@ -1,12 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Gordon Jefferyes, Nigel Barnes
/******************************************************************************
- BBC Model B
-
- MESS Driver By:
- Gordon Jefferyes
- mess_bbc@romvault.com
+ BBC Model B
******************************************************************************/
diff --git a/src/mame/machine/bebox.cpp b/src/mame/machine/bebox.cpp
index dbc7f198063..b08d6835014 100644
--- a/src/mame/machine/bebox.cpp
+++ b/src/mame/machine/bebox.cpp
@@ -768,7 +768,7 @@ void bebox_state::init_bebox()
/* set up boot and flash ROM */
membank("bank2")->set_base(memregion("user2")->base());
- /* install MESS managed RAM */
+ /* install managed RAM */
space_0.install_ram(0, m_ram->size() - 1, 0x02000000, m_ram->pointer());
space_1.install_ram(0, m_ram->size() - 1, 0x02000000, m_ram->pointer());
@@ -777,7 +777,7 @@ void bebox_state::init_bebox()
* lets CPU #1 go. However, it seems that CPU #1 jumps into never-never
* land, crashes, and then goes into NetBSD's crash handler which catches
* it. The current PowerPC core cannot catch this trip into never-never
- * land properly, and MESS crashes. In the interim, this "mitten" catches
+ * land properly, and MAME crashes. In the interim, this "mitten" catches
* the crash
*/
{
diff --git a/src/mame/machine/cdicdic.cpp b/src/mame/machine/cdicdic.cpp
index 4eb6cd44dac..f7d5d6bb1bc 100644
--- a/src/mame/machine/cdicdic.cpp
+++ b/src/mame/machine/cdicdic.cpp
@@ -1331,13 +1331,13 @@ void cdicdic_device::device_reset()
if (m_cdrom_dev)
{
- // MESS case (has CDROM device)
+ // Console case (has CDROM device)
m_cd = m_cdrom_dev->get_cdrom_file();
m_cdda->set_cdrom(m_cd);
}
else
{
- // MAME case
+ // Arcade case
m_cd = cdrom_open(machine().rom_load().get_disk_handle(":cdrom"));
m_cdda->set_cdrom(m_cd);
}
diff --git a/src/mame/machine/dccons.cpp b/src/mame/machine/dccons.cpp
index 08634ce1bd2..c5f40633271 100644
--- a/src/mame/machine/dccons.cpp
+++ b/src/mame/machine/dccons.cpp
@@ -4,7 +4,7 @@
dc.c - Sega Dreamcast hardware
- MESS (DC home console) hardware overrides (GD-ROM drive etc)
+ DC home console hardware overrides (GD-ROM drive etc)
c230048 - 5 is written, want 6
c0d9d9e - where bad happens, from routine @ c0da260
diff --git a/src/mame/machine/electron.cpp b/src/mame/machine/electron.cpp
index 464f4f7a0da..f27d8092ec6 100644
--- a/src/mame/machine/electron.cpp
+++ b/src/mame/machine/electron.cpp
@@ -1,11 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol, Nigel Barnes
/******************************************************************************
- Acorn Electron driver
-
- MESS Driver By:
- Wilbert Pol
+ Acorn Electron driver
******************************************************************************/
diff --git a/src/mame/machine/n64.cpp b/src/mame/machine/n64.cpp
index 376a3b6162f..e29569aa1b0 100644
--- a/src/mame/machine/n64.cpp
+++ b/src/mame/machine/n64.cpp
@@ -1,6 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Ryan Holtz
-/* machine/n64.c - contains N64 hardware emulation shared between MAME and MESS */
+/* machine/n64.c - contains N64 hardware emulation shared between arcade and console */
#include "emu.h"
#include "debugger.h"
diff --git a/src/mame/machine/thomson.cpp b/src/mame/machine/thomson.cpp
index f8201ded8da..378bf038f1a 100644
--- a/src/mame/machine/thomson.cpp
+++ b/src/mame/machine/thomson.cpp
@@ -891,7 +891,7 @@ void thomson_state::to7_game_reset()
/* IMPORTANT NOTE:
The following is experimental and not compiled in by default.
It relies on the existence of an hypothetical "character device" API able
- to transmit bytes between the MESS driver and the outside world
+ to transmit bytes between the MAME driver and the outside world
(using, e.g., character device special files on some UNIX).
*/
diff --git a/src/mame/video/bbc.cpp b/src/mame/video/bbc.cpp
index f2d642c4d4e..ef59787cf69 100644
--- a/src/mame/video/bbc.cpp
+++ b/src/mame/video/bbc.cpp
@@ -1,12 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Gordon Jefferyes, Nigel Barnes
/******************************************************************************
- BBC Model B
-
- MESS Driver By:
- Gordon Jefferyes
- mess_bbc@romvault.com
+ BBC Model B
This is the first go around at converting the BBC code over to using
mames built in mc6845, there are a number of features now incorrect
diff --git a/src/mame/video/electron.cpp b/src/mame/video/electron.cpp
index 352e4710769..549ab4dc3ff 100644
--- a/src/mame/video/electron.cpp
+++ b/src/mame/video/electron.cpp
@@ -4,10 +4,6 @@
Acorn Electron driver
- MESS Driver By:
-
- Wilbert Pol
-
******************************************************************************/
#include "emu.h"
diff --git a/src/mame/video/nick.cpp b/src/mame/video/nick.cpp
index ddaf8c0aff2..4b119a4695d 100644
--- a/src/mame/video/nick.cpp
+++ b/src/mame/video/nick.cpp
@@ -354,7 +354,6 @@ void nick_device::initialize_palette()
}
}
-// MESS specific
/* 8-bit pixel write! */
void nick_device::write_pixel(int ci)
{
diff --git a/src/mame/video/tia.cpp b/src/mame/video/tia.cpp
index 36ee0175fbc..4ba53742b73 100644
--- a/src/mame/video/tia.cpp
+++ b/src/mame/video/tia.cpp
@@ -117,7 +117,7 @@ void tia_ntsc_video_device::init_palette()
values of red may appear too pinkish - Too much blue to red.
This is not the same as a traditional tint-hue control adjustment;
rather, can be demonstrated by changing the blue ratio values
- via MESS HLSL settings.
+ via MAME HLSL settings.
Lastly, the Atari 5200 & 7800 NTSC color palettes hold the same
hue structure order and have similar appearance differences that