| Previous | 199869 Revisions | Next |
| r23608 Monday 10th June, 2013 at 19:47:59 UTC by Curt Coder |
|---|
| (MESS) pv16: Fixed crash. (nw) |
| [src/mess/drivers] | msx.c |
| r23607 | r23608 | |
|---|---|---|
| 1289 | 1289 | |
| 1290 | 1290 | // TODO: The pv16 had only 1 cartridge slot |
| 1291 | 1291 | MSX_LAYOUT_INIT(pv16) |
| 1292 | MSX_LAYOUT_SLOT(0, 0, 0, 2, ROM, 0x | |
| 1292 | MSX_LAYOUT_SLOT(0, 0, 0, 2, ROM, 0x8000, 0x0000) | |
| 1293 | 1293 | MSX_LAYOUT_SLOT(0, 0, 3, 1, RAM, 0x4000, 0xC000) /* 16KB RAM */ |
| 1294 | 1294 | MSX_LAYOUT_SLOT(1, 0, 0, 4, CARTRIDGE1, 0x0000, 0x0000) |
| 1295 | 1295 | MSX_LAYOUT_SLOT(2, 0, 0, 4, CARTRIDGE2, 0x0000, 0x0000) |
| Previous | 199869 Revisions | Next |