Previous 199869 Revisions Next

r31662 Friday 15th August, 2014 at 13:37:17 UTC by R. Belmont
(MESS) New System Drivers Supported:
- Apple IIgs (ROM00 prototype 3/10/1986) [Apple II Documentation Project]
[src/mess]mess.lst
[src/mess/drivers]apple2gs.c

trunk/src/mess/drivers/apple2gs.c
r31661r31662
564564   ROM_LOAD( "341-0132-d.e12", 0x000, 0x800, CRC(c506efb9) SHA1(8e14e85c645187504ec9d162b3ea614a0c421d32) )
565565ROM_END
566566
567ROM_START(apple2gsr0p2)  // 3/10/1986 Cortland prototype, boots as "Apple //'ing - Alpha 2.0"
568   ROM_REGION(0xc00,"m50740",0)
569   ROM_LOAD( "341s0345.bin", 0x000000, 0x000c00, CRC(48cd5779) SHA1(97e421f5247c00a0ca34cd08b6209df573101480) )
570
571   ROM_REGION(0x400, "kmcu", 0)
572   ROM_LOAD( "341-0232a.bin", 0x000000, 0x000400, CRC(6a158b9f) SHA1(e8744180075182849d431fd8023a52a062a6da76) )
573   ROM_LOAD( "341-0124a.bin", 0x000000, 0x000400, CRC(2a3576bf) SHA1(58fbf770d3801a02d0944039829f9241b5279013) )
574
575   ROM_REGION(0x1000,"gfx1",0)
576   ROM_LOAD ( "apple2gs.chr", 0x0000, 0x1000, CRC(91e53cd8) SHA1(34e2443e2ef960a36c047a09ed5a93f471797f89))
577
578   ROM_REGION(0x20000,"maincpu",0)
579   ROM_LOAD( "apple iigs alpha rom 2.0 19860310.bin", 0x000000, 0x020000, CRC(a47d275f) SHA1(c5836adcfc8be69c7351b84afa94c814e8d92b81) )
580
581   ROM_REGION(0x20000, "es5503", ROMREGION_ERASE00)
582
583   // temporary: use IIe enhanced keyboard decode ROM
584   ROM_REGION( 0x800, "keyboard", 0 )
585   ROM_LOAD( "341-0132-d.e12", 0x000, 0x800, CRC(c506efb9) SHA1(8e14e85c645187504ec9d162b3ea614a0c421d32) )
586ROM_END
587
567588/*    YEAR  NAME      PARENT    COMPAT  MACHINE   INPUT       INIT      COMPANY            FULLNAME */
568589COMP( 1989, apple2gs, 0,        apple2, apple2gs,   apple2gs, driver_device, 0, "Apple Computer", "Apple IIgs (ROM03)", GAME_SUPPORTS_SAVE )
569590COMP( 198?, apple2gsr3p, apple2gs, 0,   apple2gs,   apple2gs, driver_device, 0, "Apple Computer", "Apple IIgs (ROM03 prototype)", GAME_NOT_WORKING )
r31661r31662
571592COMP( 1987, apple2gsr1, apple2gs, 0,    apple2gsr1, apple2gs, driver_device, 0, "Apple Computer", "Apple IIgs (ROM01)", GAME_SUPPORTS_SAVE )
572593COMP( 1986, apple2gsr0, apple2gs, 0,    apple2gsr1, apple2gs, driver_device, 0, "Apple Computer", "Apple IIgs (ROM00)", GAME_SUPPORTS_SAVE )
573594COMP( 1986, apple2gsr0p,apple2gs, 0,    apple2gsr1, apple2gs, driver_device, 0, "Apple Computer", "Apple IIgs (ROM00 prototype 6/19/1986)", GAME_SUPPORTS_SAVE )
595COMP( 1986, apple2gsr0p2,apple2gs,0,    apple2gsr1, apple2gs, driver_device, 0, "Apple Computer", "Apple IIgs (ROM00 prototype 3/10/1986)", GAME_SUPPORTS_SAVE )
trunk/src/mess/mess.lst
r31661r31662
463463apple2c4  // ??? 198? Apple //c (rev 4)
464464apple2cp  // Sep 1988 Apple //c+
465465apple2gsr0p // June 19, 1986 Apple IIgs ROM00 prototype
466apple2gsr0p2 // March 10, 1986 Apple IIgs ROM00 prototype
466467apple2gsr0  // Sep 1986 Apple IIgs ROM00
467468apple2gsr1  // Sep 1987 Apple IIgs ROM01
468469apple2gs  // Aug 1989 Apple IIgs ROM03

Previous 199869 Revisions Next


© 1997-2024 The MAME Team