new macros supporting 6502DTV cpu

This commit is contained in:
Zsolt Branyiczky
2020-11-16 22:16:14 +01:00
committed by Oliver Schmidt
parent 4205a04a34
commit 130d3b52a2
5 changed files with 45 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ typedef enum token_t {
TOK_IFP4510,
TOK_IFP816,
TOK_IFPC02,
TOK_IFPDTV,
TOK_IFPSC02,
TOK_IFREF,
TOK_IMPORT,
@@ -229,6 +230,7 @@ typedef enum token_t {
TOK_PAGELENGTH,
TOK_PARAMCOUNT,
TOK_PC02,
TOK_PDTV,
TOK_POPCPU,
TOK_POPSEG,
TOK_PROC,