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) {