From c9340928075f9558bbb4817f6c89298ed15ad77f Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Jun 2018 16:49:46 -0400 Subject: add on_rst(), minor CALL a16 speedup --- gb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gb.h') diff --git a/gb.h b/gb.h index a824c4b..2aff333 100644 --- a/gb.h +++ b/gb.h @@ -39,6 +39,7 @@ typedef struct { void (*on_timer)(const gb_t *); void (*on_gpu_step)(const gb_t *); void (*on_gpu_set_mode)(const gb_t *, const uint8_t); + void (*on_rst)(const gb_t *, const uint16_t); void *cb_data; } gb_config_t; -- cgit v1.2.3