mirror of
https://github.com/autc04/Retro68.git
synced 2026-03-13 17:16:49 +00:00
11 lines
146 B
C
11 lines
146 B
C
#include "sim-basics.h"
|
|
#include "sim-signal.h"
|
|
|
|
typedef unsigned32 sim_cia;
|
|
|
|
#include "sim-base.h"
|
|
|
|
struct sim_state {
|
|
sim_state_base base;
|
|
};
|