Re: [hatari-devel] GemDOS_Write too restrictive |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
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?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |