mirror of
https://github.com/holub/mame
synced 2025-05-11 08:38:47 +03:00
One uint slipped past (nw)
This commit is contained in:
parent
dcbaa636c5
commit
d9d59dce86
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user