trunk/src/mess/drivers/amiga.c
| r19229 | r19230 | |
| 14 | 14 | If we didn't map any, then we still put a mirror, but where fast-mem |
| 15 | 15 | would commence ($C00000). |
| 16 | 16 | |
| 17 | Note 2: when you do disk swapping it often causes crashes in the system. |
| 18 | This is because you have to UNLOAD the image first then LOAD whatever image |
| 19 | the program asked to. Just like on a real system, apparently the Amiga is |
| 20 | very fussy with the state machine. |
| 21 | |
| 17 | 22 | ***************************************************************************/ |
| 18 | 23 | /* |
| 19 | 24 | Amiga 1200 |