diff options
| author | 2026-02-22 02:28:49 +1100 | |
|---|---|---|
| committer | 2026-02-22 02:28:49 +1100 | |
| commit | 4c56746809db296e30654e63a4d647f7a68072f6 (patch) | |
| tree | 9d28ff14e9c6898a4287cbd0ce3c24f2bdf56077 /src/emu | |
| parent | 7986c9368d92a68679b0d12c543bb95706947c90 (diff) | |
srcclean and tidy
Diffstat (limited to 'src/emu')
| -rw-r--r-- | src/emu/debug/express.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/express.h b/src/emu/debug/express.h index db648ea3e78..f5a1b685a64 100644 --- a/src/emu/debug/express.h +++ b/src/emu/debug/express.h @@ -178,7 +178,7 @@ public: { CPU_STATE, // CPU registers, etc. BUILTIN_GLOBALS, // Built-in MAME global symbols (e.g., beamx, beamy, frame, etc.) - // (also used for tables outside debugger: lua scripts, cheat engine) + // (also used for tables outside debugger: lua scripts, cheat engine) }; // construction/destruction |
