Previous 199869 Revisions Next

r31980 Monday 8th September, 2014 at 00:39:47 UTC by R. Belmont
(MESS) Make the mouse card available to the apple3 too. (nw)
[src/mess/drivers]apple3.c

trunk/src/mess/drivers/apple3.c
r31979r31980
2323#include "bus/a2bus/a2cffa.h"
2424#include "bus/a2bus/a2applicard.h"
2525#include "bus/a2bus/a2thunderclock.h"
26#include "bus/a2bus/mouse.h"
2627
2728static ADDRESS_MAP_START( apple3_map, AS_PROGRAM, 8, apple3_state )
2829   AM_RANGE(0x0000, 0xffff) AM_READWRITE(apple3_memory_r, apple3_memory_w)
r31979r31980
3233   SLOT_INTERFACE("cffa2", A2BUS_CFFA2_6502)  /* CFFA2000 Compact Flash for Apple II (www.dreher.net), 6502 firmware */
3334   SLOT_INTERFACE("applicard", A2BUS_APPLICARD)    /* PCPI Applicard */
3435   SLOT_INTERFACE("thclock", A2BUS_THUNDERCLOCK)    /* ThunderWare ThunderClock Plus - driver assumes slot 2 by default */
36   SLOT_INTERFACE("mouse", A2BUS_MOUSE)   /* Apple II Mouse Card */
3537SLOT_INTERFACE_END
3638
3739static SLOT_INTERFACE_START( a3_floppies )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team