binutils-gdb/sim/m68hc11
Stephane Carrez 827ec39a5a * interp.c (sim_hw_configure): Save the HW cpu pointer in the
cpu struct.
	(sim_hw_configure): Connect the capture input/output events.
	* sim-main.h (_sim_cpu): New member hw_cpu.
	(m68hc11cpu_set_oscillator): Declare.
	(m68hc11cpu_clear_oscillator): Declare.
	(m68hc11cpu_set_port): Declare.
	* dv-m68hc11.c (m68hc11_options): New for oscillator commands.
	(m68hc11cpu_ports): New input ports and output ports to reflect
	the HC11 IOs.
	(m68hc11_delete): Cleanup any running oscillator.
	(attach_m68hc11_regs): Create the input oscillators.
	(make_oscillator): New function.
	(find_oscillator): New function.
	(oscillator_handler): New function.
	(reset_oscillators): New function.
	(m68hc11cpu_port_event): Handle the new input ports.
	(m68hc11cpu_set_oscillator): New function.
	(m68hc11cpu_clear_oscillator): New function.
	(get_frequency): New function.
	(m68hc11_option_handler): New function.
	(m68hc11cpu_set_port): New function.
	(m68hc11cpu_io_write): Post the port output events.
	* dv-m68hc11spi.c (set_bit_port): Use m68hc11cpu_set_port to set
	the output port value.
	* dv-m68hc11tim.c (m68hc11tim_port_event): Handle CAPTURE event
	by latching the TCNT value in the register.
2002-03-07 19:12:44 +00:00
..
ChangeLog * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00
Makefile.in * Makefile.in (SIM_OBJS): Remove sim-resume.o 2001-07-22 12:33:58 +00:00
config.in
configure
configure.in
dv-m68hc11.c * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00
dv-m68hc11eepr.c * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write 2001-07-28 19:19:05 +00:00
dv-m68hc11sio.c * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for 2001-05-20 15:36:29 +00:00
dv-m68hc11spi.c * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00
dv-m68hc11tim.c * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00
dv-nvram.c Fix device memory allocation in 68hc11 simulator 2000-11-24 20:53:35 +00:00
emulos.c
gencode.c Improve HC11 simulator to support HC12 2001-05-20 15:40:27 +00:00
interp.c * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00
interrupts.c * interrupts.c (interrupts_reset): New function, setup interrupt 2002-03-07 18:59:38 +00:00
interrupts.h * interrupts.c (interrupts_reset): New function, setup interrupt 2002-03-07 18:59:38 +00:00
m68hc11_sim.c * sim-main.h (cpu_frame, cpu_frame_list): Remove. 2002-03-07 19:06:34 +00:00
sim-main.h * interp.c (sim_hw_configure): Save the HW cpu pointer in the 2002-03-07 19:12:44 +00:00