| Previous | 199869 Revisions | Next |
| r31868 Tuesday 2nd September, 2014 at 06:48:44 UTC by Tafoid |
|---|
| Compile Fix (nw) |
| [src/mess/drivers] | atari400.c |
| r31867 | r31868 | |
|---|---|---|
| 1766 | 1766 | m_cartslot->write_d5xx(space, offset, data); |
| 1767 | 1767 | break; |
| 1768 | 1768 | case A800_OSSM091: |
| 1769 | if (offset & 0x9 == 0x08) | |
| 1769 | if ((offset & 0x9) == 0x08) | |
| 1770 | 1770 | setup_ram(2, m_ram->size()); |
| 1771 | 1771 | else |
| 1772 | 1772 | { |
| Previous | 199869 Revisions | Next |