Previous 199869 Revisions Next

r19947 Sunday 30th December, 2012 at 16:16:31 UTC by Oliver Stöneberg
[MESS] fixed atom cart loading and added fatalerror when tag could not be found - cart doesn't seem to do anything though (nw)
[src/mess/drivers]atom.c

trunk/src/mess/drivers/atom.c
r19946r19947
678678
679679static const struct atom_cart_range atom_cart_table[] =
680680{
681   { "cart", 0x0000, "a000" },
681   { ":cart", 0x0000, "a000" },
682682   { "a0",   0x0000, "a000" },
683683   { "a1",   0x1000, "a000" },
684684   { "a2",   0x2000, "a000" },
r19946r19947
718718
719719   this_cart = atom_cart;
720720
721   if( !this_cart->tag )
722      fatalerror("tag '%s' could not be found\n", image.device().tag());
723
721724   if (image.software_entry() == NULL)
722725   {
723726      size = image.length();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team