diff options
| author | 2010-11-08 09:08:55 +0000 | |
|---|---|---|
| committer | 2010-11-08 09:08:55 +0000 | |
| commit | 92b3dd111fff846e8dfdf115fa0d07890ce5870b (patch) | |
| tree | adfef3d89fe10d480a4671c8de1414158fcf9fba /src/emu/debug/debugcpu.c | |
| parent | 12111c21d0df5aefaaf605c9d58470288a7b0fdf (diff) | |
Cleanup & version bump.mame0140u1
Diffstat (limited to 'src/emu/debug/debugcpu.c')
| -rw-r--r-- | src/emu/debug/debugcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcpu.c b/src/emu/debug/debugcpu.c index 61b06ae91b7..83cd78db618 100644 --- a/src/emu/debug/debugcpu.c +++ b/src/emu/debug/debugcpu.c @@ -154,7 +154,7 @@ void debug_cpu_init(running_machine *machine) /* create a global symbol table */ global->symtable = global_alloc(symbol_table(machine)); - + // configure our base memory accessors debug_cpu_configure_memory(*machine, *global->symtable); |
