mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Updates to reflect recent cxmon 64bit changes
This commit is contained in:
parent
58b3aaba5b
commit
862273a9d5
@ -45,12 +45,12 @@
|
||||
#if ENABLE_MON
|
||||
#include "mon.h"
|
||||
|
||||
static uint32 mon_read_byte_b2(uint32 adr)
|
||||
static uint32 mon_read_byte_b2(uintptr adr)
|
||||
{
|
||||
return ReadMacInt8(adr);
|
||||
}
|
||||
|
||||
static void mon_write_byte_b2(uint32 adr, uint32 b)
|
||||
static void mon_write_byte_b2(uintptr adr, uint32 b)
|
||||
{
|
||||
WriteMacInt8(adr, b);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user