trunk/src/mess/drivers/atom.c
| r19946 | r19947 | |
| 678 | 678 | |
| 679 | 679 | static const struct atom_cart_range atom_cart_table[] = |
| 680 | 680 | { |
| 681 | | { "cart", 0x0000, "a000" }, |
| 681 | { ":cart", 0x0000, "a000" }, |
| 682 | 682 | { "a0", 0x0000, "a000" }, |
| 683 | 683 | { "a1", 0x1000, "a000" }, |
| 684 | 684 | { "a2", 0x2000, "a000" }, |
| r19946 | r19947 | |
| 718 | 718 | |
| 719 | 719 | this_cart = atom_cart; |
| 720 | 720 | |
| 721 | if( !this_cart->tag ) |
| 722 | fatalerror("tag '%s' could not be found\n", image.device().tag()); |
| 723 | |
| 721 | 724 | if (image.software_entry() == NULL) |
| 722 | 725 | { |
| 723 | 726 | size = image.length(); |