atarist: move core-specific defines to core support code.

This commit is contained in:
sorgelig
2020-06-29 08:11:34 +08:00
parent 4297706e61
commit 6c844a9584
2 changed files with 6 additions and 5 deletions

View File

@@ -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", "--", "--" };

View File

@@ -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 // -"-