mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
remove references to "mame64" from comments
This commit is contained in:
parent
b615085eda
commit
ab3a834deb
9 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
||||
-->
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -884,7 +884,7 @@ GFXDECODE_END
|
|||
irq 5 = ?
|
||||
irq 1 = ?
|
||||
|
||||
*/
|
||||
*/
|
||||
|
||||
INTERRUPT_GEN_MEMBER(rabbit_state::vblank_interrupt)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue