uint16_t base = 0;
sim_cpu *cpu;
struct m68hc11_sim_cpu *m68hc11_cpu;
- struct m68hc11sio *controller;
uint8_t val;
sd = hw_system (me);
cpu = STATE_CPU (sd, 0);
m68hc11_cpu = M68HC11_SIM_CPU (cpu);
- controller = hw_data (me);
base = cpu_get_io_base (cpu);
sim_io_printf (sd, "M68HC11:\n");
int source_port,
int level)
{
- SIM_DESC sd;
struct m68hc11spi *controller;
- sim_cpu *cpu;
uint8_t val;
controller = hw_data (me);
- sd = hw_system (me);
- cpu = STATE_CPU (sd, 0);
switch (my_port)
{
case RESET_PORT: