1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-08 03:39:23 +00:00

SIM_CARD: Minor fix to allow better integration for other simulators.

This commit is contained in:
Richard Cornwell
2018-07-30 13:36:33 -04:00
parent 7e04a85a6c
commit 25bbc2fa8c

View File

@@ -62,12 +62,13 @@
and the backward translation table. Which is generated from the table.
*/
#if defined(USE_SIM_CARD)
#include <ctype.h>
#include "sim_defs.h"
#include "sim_card.h"
#if defined(USE_SIM_CARD)
#define card_ctx up8
#define CARD_EOF 0x1000 /* This card is end of file card. */