mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Finish emulating hello world
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define STACK_ADDRESS (0x80000000000 - STACK_SIZE)
|
||||
#define KUSD_ADDRESS 0x7ffe0000
|
||||
|
||||
bool use_gdb = true;
|
||||
bool use_gdb = false;
|
||||
|
||||
struct breakpoint_key
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user