diff options
author | 2020-11-09 05:09:18 +1100 | |
---|---|---|
committer | 2020-11-09 05:09:18 +1100 | |
commit | 39a42d517d26360dbf4e453657718231b0f13da9 (patch) | |
tree | f9f8443c074a52db70c5953a4a4f3ed0e7c88752 /docs/source/techspecs | |
parent | abd5378a1638a5f78e5678b2ffa0802b4aded0e9 (diff) |
Got rid of a couple of easy auto_alloc_array
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r-- | docs/source/techspecs/device_memory_interface.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/techspecs/device_memory_interface.rst b/docs/source/techspecs/device_memory_interface.rst index 3e9356e2bd6..2eae46f3906 100644 --- a/docs/source/techspecs/device_memory_interface.rst +++ b/docs/source/techspecs/device_memory_interface.rst @@ -57,7 +57,8 @@ describing its configuration. Some examples to look up when needed: `v60_device <https://git.redump.net/mame/tree/src/devices/cpu/v60/v60.cpp?h=mame0226>`_ * Conditional ``AS_OPCODES``: `z80_device <https://git.redump.net/mame/tree/src/devices/cpu/z80/z80.cpp?h=mame0226>`_ -* Inherit configuration and add a space: m6801_device +* Inherit configuration and add a space: + `hd647180x_device <https://git.redump.net/mame/tree/src/devices/cpu/z180/hd647180x.cpp?h=mame0226>`_ * Inherit configuration and modify a space: `tmpz84c011_device <https://git.redump.net/mame/tree/src/devices/cpu/z80/tmpz84c011.cpp?h=mame0226>`_ |