return 0xffffffff;
}
}
-uae_u8 *get_real_address_debug(uaecptr addr)
+
+static uae_u8 *get_real_address_debug(uaecptr addr)
{
if (debug_mmu_mode) {
flagtype olds = regs.s;
return v;
}
-static void putpixel(uae_u8 *buf, uae_u8 *genlockbuf, int x, xcolnr c8)
-{
- if (x <= 0) {
- return;
- }
-
- if (genlockbuf) {
- genlockbuf[x] = 1;
- }
-
- uae_u32 *p = (uae_u32*)buf + x;
- *p = c8;
-}
-
#define lc(x) ledcolor (x, xredcolors, xgreencolors, xbluecolors, NULL)
#define DMARECORD_SUBITEMS 8
struct dmadebug