Re: [hatari-devel] GemDOS_Write too restrictive

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


On 5 July 2018 at 19:14, Thomas Huth <th.huth@xxxxxxxxx> wrote:
Does it work if you replace the

 if ( !STMemory_CheckAreaType ( Addr, Size, ABFLAG_RAM ) )

with:

 if ( !STMemory_CheckAreaType ( Addr, Size, ABFLAG_RAM | ABFLAG_ROM ) )

in that GemDOS_Write function?
It does, thank you.

--
MiKRO / Mystic Bytes
http://mikro.atari.org


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/