From b93775f5866b3f922041b64f73454c8788821abf Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 26 Nov 2000 21:41:31 +0000 Subject: Preliminary support for 68HC12 --- sim/m68hc11/dv-m68hc11eepr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sim/m68hc11/dv-m68hc11eepr.c') diff --git a/sim/m68hc11/dv-m68hc11eepr.c b/sim/m68hc11/dv-m68hc11eepr.c index d4aeb48..a48456f 100644 --- a/sim/m68hc11/dv-m68hc11eepr.c +++ b/sim/m68hc11/dv-m68hc11eepr.c @@ -621,7 +621,8 @@ m68hc11eepr_io_write_buffer (struct hw *me, } const struct hw_descriptor dv_m68hc11eepr_descriptor[] = { - { "m68hc11eepr", m68hc11eepr_finish, }, + { "m68hc11eepr", m68hc11eepr_finish }, + { "m68hc12eepr", m68hc11eepr_finish }, { NULL }, }; -- cgit v1.1