comparison m68k_core.h @ 2351:8f3cfb77f1e3

Bump up 68K stack storage as old value was insufficient in some cases
author Michael Pavone <pavone@retrodev.com>
date Wed, 18 Oct 2023 23:26:51 -0700
parents f8b5142c06aa
children 1b4ddca07640
comparison
equal deleted inserted replaced
2350:f8b5142c06aa 2351:8f3cfb77f1e3
97 code_ptr resume_pc; 97 code_ptr resume_pc;
98 code_ptr reset_handler; 98 code_ptr reset_handler;
99 m68k_options *options; 99 m68k_options *options;
100 void *system; 100 void *system;
101 void *host_sp_entry; 101 void *host_sp_entry;
102 void *stack_storage[10]; 102 void *stack_storage[12];
103 m68k_breakpoint *breakpoints; 103 m68k_breakpoint *breakpoints;
104 uint32_t num_breakpoints; 104 uint32_t num_breakpoints;
105 uint32_t bp_storage; 105 uint32_t bp_storage;
106 uint8_t int_pending; 106 uint8_t int_pending;
107 uint8_t trace_pending; 107 uint8_t trace_pending;