808x and Vx0: Fix the remaining multiple definitions.

This commit is contained in:
OBattler
2026-01-28 09:14:05 +01:00
parent 8b1e1ab1bf
commit 5a189d49c3
9 changed files with 50 additions and 44 deletions

View File

@@ -315,6 +315,9 @@ extern uint16_t get_last_addr(void);
extern void sub_cycles(int c);
extern void resub_cycles(int old_cycles);
extern void sub_cycles_vx0(int c);
extern void resub_cycles_vx0(int old_cycles);
extern void ack_pause(void);
extern void do_pause(int p);