blob: d52c3ed3f43a2f6f364f961166168d2fec969a4e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
.. _debugger-image-list:
Image Debugger Commands
=======================
You can also type **help <command>** for further details on each command in the MAME Debugger interface.
| :ref:`debugger-command-images` -- lists all image devices and mounted files
| :ref:`debugger-command-mount` -- mounts file to named device
| :ref:`debugger-command-unmount` -- unmounts file from named device
.. _debugger-command-images:
images
------
| **images**
|
| Used to display list of available image devices.
|
| Examples:
|
| images
|
| Show list of devices and mounted files for current driver.
.. _debugger-command-mount:
mount
-----
| **mount <device>,<filename>**
|
| Mount <filename> to image <device>.
|
| <filename> can be softlist item or full path to file.
|
| Examples:
|
| mount cart,aladdin
|
| Mounts softlist item aladdin on cart device.
.. _debugger-command-unmount:
unmount
-------
| **unmount <device>**
|
| Unmounts file from image <device>.
|
| Examples:
|
| unmount cart
|
| Unmounts any file mounted on device named cart.
|