Re: [hatari-devel] EKO system regression |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] EKO system regression
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Mon, 7 Oct 2019 07:48:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1570427291; bh=N22CKyXOTNeeftl1eq7GxC34iAoORh197+/QBitP1Ys=; h=Date:From:To:Subject:From; b=kxSIay/q94Irq1BYmXl0P2TcPcUaOQQvTkis4DP53hdXVktLeJ9qk8dZnsZa5zP18 4jDVx3rQFcAXADEOixRm5vYNVn+JAci6eRGFHO9zjFZ0LAysGG0GcJXtDh7f/ZmD3b jSYY+ZaIIFGh5Eoj+gLSNysyUNnQI1jSCT/Auj2MidUd7A0Rwy00/DJ/46X13zLj2H mD5fLlzJKvrWwtDISAPiYKcy7yAObLKQXX0rl462M2i46G/+GmwBu0n7m6+Yys7qNq 8hICeGSbXU9XAssbVh+68incjyNoNHZOjmqEnsCdmtlpv7UTDIoLVHFdG6oxy34M6K 79ihz0x9To/yQ==
Am Sun, 06 Oct 2019 17:09:58 +0200
schrieb Thorsten Otto <admin@xxxxxxxxxxx>:
> On Sonntag, 6. Oktober 2019 11:56:08 CEST Nicolas Pomarède wrote:
> > then it's possible to patch the
> > loaded rom to redirect those address to some C dode.
>
> Yes, thats also what i suggested ;)
>
> For a start, these are the entry points of the rom routines:
Thanks for the list! ... but while this could work, it sounds somewhat
complicated to me. There are also various RAM TOS versions that we have
to consider, too, and we would need to come up with a new interface for
EmuTOS since the code is different in each release here...
All in all, I think it's easier to use the cartridge for this again.
Then everything should be working again that was working before.
With regards to the programs that refuse to work with a cartridge ...
maybe we could "fix" that situation by hiding the cartridge header
after TOS has booted. Not sure wether that's really feasible, but I'll
have a try.
Thomas