From 1c5087c830f290f3e88996fc1594d94abc1e3f22 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 19 Apr 2016 11:48:18 +0100 Subject: Fixs to GB 16-bit register load op and others --- src/util.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 3af1663..7222dce 100644 --- a/src/util.h +++ b/src/util.h @@ -87,6 +87,11 @@ char *CopyStr(char *dest, const char *src, size_t size); int IsNullOrEmpty(const char *p); +/* Null function that can be used as a handy place to hang a breakpoint. +*/ +void DebugBreakPoint(void); + + #endif /* -- cgit v1.2.3