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:

regs.h
#ifndef regs_h
#define regs_h
static const int screen_address = 11328;
extern int volatile * zpu_in1;
extern int volatile * zpu_in2;
extern int volatile * zpu_in3;
......
extern unsigned char volatile * atari_chactl;
extern unsigned char volatile * atari_dmactl;
extern unsigned char volatile * atari_skctl;
extern unsigned char volatile * atari_kbcode;
#endif // regs_h

Also available in: Unified diff