} else {
rtarea_write_enabled = false;
protect_roms(true);
- write_log(_T("ROMBASE changed.\n"), absolute_rom_address);
+ write_log(_T("ROMBASE changed (%d).\n"), absolute_rom_address);
reloc = 1;
}
return reloc;
static uae_u32 REGPARAM2 uae_puts (TrapContext *ctx)
{
uae_char buf[MAX_DPATH];
- trap_get_string(ctx, buf, trap_get_areg(ctx, 0), sizeof uae_char);
+ trap_get_string(ctx, buf, trap_get_areg(ctx, 0), sizeof(uae_char));
TCHAR *s = au(buf);
write_log(_T("%s"), s);
xfree(s);