From d9d59dce86fdd947d11cb938dfb821f569fd3dbe Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 13 Apr 2017 00:43:17 -0400 Subject: One uint slipped past (nw) --- src/devices/cpu/g65816/g65816op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/g65816/g65816op.h b/src/devices/cpu/g65816/g65816op.h index dcab04597e2..9def2ae4287 100644 --- a/src/devices/cpu/g65816/g65816op.h +++ b/src/devices/cpu/g65816/g65816op.h @@ -1858,7 +1858,7 @@ TABLE_FUNCTION(void, set_line, (int line, int state)) /* Get a register from the CPU core */ -TABLE_FUNCTION(uint, get_reg, (int regnum)) +TABLE_FUNCTION(unsigned, get_reg, (int regnum)) { switch(regnum) { -- cgit v1.2.3