Previous 199869 Revisions Next

r31015 Wednesday 18th June, 2014 at 00:31:38 UTC by R. Belmont
omti8621: The Z8 program was hiding in plain sight at Bitsavers. (nw)
[src/emu/bus/isa]omti8621.c

trunk/src/emu/bus/isa/omti8621.c
r31014r31015
227227
228228// this card has two EPROMs: a program for the on-board Z8 CPU,
229229// and a PC BIOS to make the card bootable on a PC.
230// we need both!
230// we have the Z8 program, we still need the PC BIOS.
231231ROM_START( omti8621 )
232   ROM_REGION(0x1000, OMTI_CPU_REGION, 0)
233   ROM_LOAD("omti_z8.bin", 0x0000, 0x1000, NO_DUMP)
232   ROM_REGION(0x4000, OMTI_CPU_REGION, 0)   // disassembles fine as Z8 code
233   ROM_LOAD( "omti_8621_102640-b.bin", 0x000000, 0x004000, CRC(e6f20dbb) SHA1(cf1990ad72eac6b296485410f5fa3309a0d6d078) )
234234
235235   ROM_REGION(0x1000, OMTI_BIOS_REGION, 0)
236236   ROM_LOAD("omti_bios", 0x0000, 0x1000, NO_DUMP)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team