Re: [Atari800-users] "basic" tatget
Brought to you by:
joy
From: Petr S. <pst...@so...> - 2021-06-26 13:38:38
|
On Ne, 2021-06-20 at 15:20 +0200, Christian Groessler wrote: > For this to work I would need a way to terminate atari800 from within > an Atari program. (Maybe also an emulator detection would be nice.) > > Is something like this already implemented? If not, I would try to > implement it. Do you have ideas how the "Atari program" <--> > "atari800 emulator" communication should look like? Two obvious choices: either a virtual HW register or an illegal/unused CPU opcode. The virtual register approach is more error prone, I feel, so I'd go for a special CPU opcode. I think it would be smart to implement something compatible with another emulator as I guess other Atari800 emulators implemented similar thing already. Petr |