Project

General

Profile

« Previous | Next » 

Revision 189

Added by markw almost 11 years ago

Started merging in 5200 firmware changes. A800 firmware tested working. 5200 firmware not working, but likely a small fix...

View differences:

debug.c
{
if (onoff == 0) return;
unsigned char volatile * baseaddr = (unsigned char volatile *)(40000 + atari_regbase);
unsigned char volatile * baseaddr = (unsigned char volatile *)(screen_address + atari_regbase);
*(baseaddr + y*40+x) = val+debugoffsetval;
}
void debugoffset(int x)

Also available in: Unified diff