summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-03-29 15:26:24 +0200
committer hap <happppp@users.noreply.github.com>2021-03-29 15:26:38 +0200
commitab3a834deb2adf2f66554dcf55a409d6a1a1e7b3 (patch)
tree70223ae260743c2ccf4bfbcee07ea397cb27b773
parentb615085eda840c18fa777d182ef2e8342eb14d27 (diff)
remove references to "mame64" from comments
-rw-r--r--hash/a2600_cass.xml2
-rw-r--r--hash/ibmpcjr_cart.xml2
-rw-r--r--hash/pet_rom.xml2
-rw-r--r--hash/sms.xml4
-rw-r--r--scripts/xslt/list-bios.xslt2
-rw-r--r--src/mame/audio/nl_kidniki.cpp2
-rw-r--r--src/mame/drivers/a2600.cpp2
-rw-r--r--src/mame/drivers/rabbit.cpp2
-rw-r--r--src/mame/machine/gaelco3d.cpp4
9 files changed, 11 insertions, 11 deletions
diff --git a/hash/a2600_cass.xml b/hash/a2600_cass.xml
index ee51b62b6ef..44986d1932f 100644
--- a/hash/a2600_cass.xml
+++ b/hash/a2600_cass.xml
@@ -7,7 +7,7 @@ Info from Atariage and Atarimania
The scharger cartridge must be loaded before being able to load a tape. Press Play when asked.
-e.g. mame64 a2600 scharger -cass commumut
+e.g. mame a2600 scharger -cass commumut
-->
diff --git a/hash/ibmpcjr_cart.xml b/hash/ibmpcjr_cart.xml
index 933748ec2c2..ae3441c3319 100644
--- a/hash/ibmpcjr_cart.xml
+++ b/hash/ibmpcjr_cart.xml
@@ -44,7 +44,7 @@ Lotus123 comes with 2 cartridges and 3 floppy disks. None of the disks are boota
included. Since the computer only has one floppy, you need to use MAME's File Manager to switch disks as needed.
Please note that most actions take quite a while to happen.
-Start the emulation with >mame64 ibmpcjr lotus123
+Start the emulation with >mame ibmpcjr lotus123
Wait for the floppy to boot, and answer the questions about date and time. The carts add 3 new internal commands:
* TUTOR - to use the tutorial, select the Tutorial disk, then type in TUTOR. After a while it will start up.
* 123 - this is the direct way to use the Lotus 1-2-3 spreadsheet program. To quit, press /QY .
diff --git a/hash/pet_rom.xml b/hash/pet_rom.xml
index 733bbaa1145..ed5eef5bde1 100644
--- a/hash/pet_rom.xml
+++ b/hash/pet_rom.xml
@@ -320,7 +320,7 @@ license:CC0
<part name="rom" interface="pet_b000_rom">
<!--
TODO: The screen fills with garbage when run like this:
- $ mame64 pet2001n32 toolkit2
+ $ mame pet2001n32 toolkit2
and started with:
SYS 45056
We need to check this and should add notes with the emulator
diff --git a/hash/sms.xml b/hash/sms.xml
index 9fd5d3ed8f1..d7535a3b9d7 100644
--- a/hash/sms.xml
+++ b/hash/sms.xml
@@ -7963,8 +7963,8 @@ license:CC0
kblink device, that simulates the function of the cable link.
Example for a localhost (127.0.0.1) connection:
- mame64 -window sg1000m3 -card f16falcjc -sgexp sk1100 -sgexp:sk1100:printer kblink -bitb socket.127.0.0.1:2345
- mame64 -window sg1000m3 -card f16falcjc -sgexp sk1100 -sgexp:sk1100:printer kblink -bitb socket.127.0.0.1:2345
+ mame -window sg1000m3 -card f16falcjc -sgexp sk1100 -sgexp:sk1100:printer kblink -bitb socket.127.0.0.1:2345
+ mame -window sg1000m3 -card f16falcjc -sgexp sk1100 -sgexp:sk1100:printer kblink -bitb socket.127.0.0.1:2345
After run both instances, press the CR key on the keyboard when
the title screen is displayed. Next, when asked which player
diff --git a/scripts/xslt/list-bios.xslt b/scripts/xslt/list-bios.xslt
index 7add72b7aee..5cc88839c05 100644
--- a/scripts/xslt/list-bios.xslt
+++ b/scripts/xslt/list-bios.xslt
@@ -2,7 +2,7 @@
<!--
Prints BIOS options for machines and devices that have them.
-$ ./mame64d -listxml osborne1 saturn | xsltproc scripts/xslt/list-bios.xslt -
+$ ./mamed -listxml osborne1 saturn | xsltproc scripts/xslt/list-bios.xslt -
osborne1 Osborne-1
vera BIOS version A
ver12 BIOS version 1.2
diff --git a/src/mame/audio/nl_kidniki.cpp b/src/mame/audio/nl_kidniki.cpp
index e95803a2263..781f5650f19 100644
--- a/src/mame/audio/nl_kidniki.cpp
+++ b/src/mame/audio/nl_kidniki.cpp
@@ -29,7 +29,7 @@
*
* You can observe sounds at XU1.14 by doing
*
- * NL_LOGS=XU1.14 ./mame64 kidniki
+ * NL_LOGS=XU1.14 ./mame kidniki
* nlwav -o x.wav log_XU1.14.log
* play x.wav
*
diff --git a/src/mame/drivers/a2600.cpp b/src/mame/drivers/a2600.cpp
index 485a7607929..2a93d03f357 100644
--- a/src/mame/drivers/a2600.cpp
+++ b/src/mame/drivers/a2600.cpp
@@ -11,7 +11,7 @@ TODO:
***************************************************************************/
// the new RIOT does not work with the SuperCharger
-// for example "mame64 a2600 scharger -cass offifrog" fails to load after playing the tape
+// for example "mame a2600 scharger -cass offifrog" fails to load after playing the tape
#include "emu.h"
diff --git a/src/mame/drivers/rabbit.cpp b/src/mame/drivers/rabbit.cpp
index 3c25b8cd015..6a9f3c76298 100644
--- a/src/mame/drivers/rabbit.cpp
+++ b/src/mame/drivers/rabbit.cpp
@@ -884,7 +884,7 @@ GFXDECODE_END
irq 5 = ?
irq 1 = ?
- */
+*/
INTERRUPT_GEN_MEMBER(rabbit_state::vblank_interrupt)
{
diff --git a/src/mame/machine/gaelco3d.cpp b/src/mame/machine/gaelco3d.cpp
index 8dd81bcac8a..709760007c0 100644
--- a/src/mame/machine/gaelco3d.cpp
+++ b/src/mame/machine/gaelco3d.cpp
@@ -21,8 +21,8 @@
a) Uncomment SHARED_MEM_DRIVER below
b) Open two terminals
- c) In terminal 1: mkdir /tmp/x1; cd /tmp/x1; /path/to/mame64 -np 2 -mt -rp /mnt/mame/romlib/r -inipath . radikalb -w -nomaximize -inipath .
- d) In terminal 2: mkdir /tmp/x2; cd /tmp/x2; /path/to/mame64 -np 2 -mt -rp /mnt/mame/romlib/r -inipath . radikalb -w -nomaximize -inipath .
+ c) In terminal 1: mkdir /tmp/x1; cd /tmp/x1; /path/to/mame -np 2 -mt -rp /mnt/mame/romlib/r -inipath . radikalb -w -nomaximize -inipath .
+ d) In terminal 2: mkdir /tmp/x2; cd /tmp/x2; /path/to/mame -np 2 -mt -rp /mnt/mame/romlib/r -inipath . radikalb -w -nomaximize -inipath .
e) Set one instance to be master and one to be slave in service mode
f) Have fun