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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user