diff options
author | 2021-03-29 15:30:00 +0200 | |
---|---|---|
committer | 2021-03-29 15:30:00 +0200 | |
commit | 2651cdd54c1df5f36bc68f46fafb5e503d9c55da (patch) | |
tree | fbba25d905f50a5ec307d0ba8b9906d2c8fc4501 | |
parent | ab3a834deb2adf2f66554dcf55a409d6a1a1e7b3 (diff) |
machine/gaelco3d: noticed invalid (removed) -mt cmdline option in comment
-rw-r--r-- | src/mame/machine/gaelco3d.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/gaelco3d.cpp b/src/mame/machine/gaelco3d.cpp index 709760007c0..9e3c106fca4 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/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 . + c) In terminal 1: mkdir /tmp/x1; cd /tmp/x1; /path/to/mame -np 2 -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 -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 |