summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debuggdbstub.cpp
diff options
context:
space:
mode:
author holub <andrei.holub@gmail.com>2024-06-12 16:12:26 -0400
committer GitHub <noreply@github.com>2024-06-12 22:12:26 +0200
commit8e82c9f767c4a9872f8dad2eba09840a1e44febe (patch)
treefddc74b17bf4ceabcd723082cbf852d4e96f3ae2 /src/osd/modules/debugger/debuggdbstub.cpp
parent589e5219966d3303a9ea3116bd9c56707db559ef (diff)
New WORKING - sinclair/specnext.cpp: ZX Spectrum Next (known as tbblue) (#11918)
New Working Machines ----------------------- ZX Spectrum Next: TBBlue [holub]
Diffstat (limited to 'src/osd/modules/debugger/debuggdbstub.cpp')
-rw-r--r--src/osd/modules/debugger/debuggdbstub.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/debuggdbstub.cpp b/src/osd/modules/debugger/debuggdbstub.cpp
index e5092c71548..3c053abd327 100644
--- a/src/osd/modules/debugger/debuggdbstub.cpp
+++ b/src/osd/modules/debugger/debuggdbstub.cpp
@@ -478,6 +478,7 @@ static const std::map<std::string, const gdb_register_map &> gdb_register_maps =
{ "m68020pmmu", gdb_register_map_m68020pmmu },
{ "m68000", gdb_register_map_m68000 },
{ "z80", gdb_register_map_z80 },
+ { "z80n", gdb_register_map_z80 },
{ "z84c015", gdb_register_map_z80 },
{ "m6502", gdb_register_map_m6502 },
{ "m6507", gdb_register_map_m6502 },