atarist: move core-specific defines to core support code.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
#include "../../fpga_io.h"
|
||||
#include "st_tos.h"
|
||||
|
||||
#define ST_WRITE_MEMORY 0x08
|
||||
#define ST_READ_MEMORY 0x09
|
||||
#define ST_ACK_DMA 0x0a
|
||||
#define ST_NAK_DMA 0x0b
|
||||
#define ST_GET_DMASTATE 0x0c
|
||||
|
||||
#define CONFIG_FILENAME "ATARIST0.CFG"
|
||||
|
||||
const char* tos_mem[] = { "512kb", "1mb", "2mb", "4mb", "8mb", "14mb", "--", "--" };
|
||||
|
||||
@@ -20,11 +20,6 @@
|
||||
#define UIO_KBD_OSD 0x06 // keycodes used by OSD only
|
||||
|
||||
// 0x08 - 0x0F - core specific
|
||||
#define ST_WRITE_MEMORY 0x08
|
||||
#define ST_READ_MEMORY 0x09
|
||||
#define ST_ACK_DMA 0x0a
|
||||
#define ST_NAK_DMA 0x0b
|
||||
#define ST_GET_DMASTATE 0x0c
|
||||
|
||||
#define UIO_JOYSTICK2 0x10 // also used by minimig and 8 bit
|
||||
#define UIO_JOYSTICK3 0x11 // -"-
|
||||
|
||||
Reference in New Issue
Block a user