change init code to support multiple cards. small fixes and corrections to code.
[AROS.git] / arch / .unmaintained / m68k-pp-native / POSE.txt
blobebb88059b1c151e8959a3d441e4bf7f5d71f9c4f
1 To get AROS/Palm to run under POSE, a few changes need to
2 be done to the POSE Source. So here's what you need to
3 do (POSE 3.4):
5 Emulator_Src_3.4/SrcShared/EmStructs.h:
7  In the IsValid() function comment out the following
8  check
9  
10     if (!fDevice.SupportsROM (fROMFile))
11         return false;
13  This is necessary, because otherwise it does not accept
14  the AROS ROM.
17 ONe change is necessary to the AROS source code:
19 config/m68k-pp-native/exec/rawputchar.c
20 Deactivate the line where the address 0xdddddebc is accessed.