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
5 Emulator_Src_3.4/SrcShared/EmStructs.h:
7 In the IsValid() function comment out the following
10 if (!fDevice.SupportsROM (fROMFile))
13 This is necessary, because otherwise it does not accept
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.