libretro / 81-libretro

A port of the EightyOne ZX81 Emulator to libretro
GNU General Public License v3.0
20 stars 30 forks source link

Missing flicker-free displays crash some games... #21

Open Darknior opened 4 years ago

Darknior commented 4 years ago

Hi

I discover this problem with some games that crashing when i want to launch them.

I write to the author of Mazogs and he explain me Retroarch does not emulate the technique used to generate flicker-free displays from the ZX80. It might simply patch the ZX80’s ROM to intercept the display driver routines, but flicker-free games use their own driver in RAM instead.

I search a little and found the original emulator has been update many times from 4 years, and now it's version is 1.15 release the 21/04/2019 ... i'm sure they've add the flicker-free.

https://sourceforge.net/projects/eightyone-sinclair-emulator/

Is it possible to have a merge update of this core with the original emulator ? Thanks a lot

leiradel commented 4 years ago

81-libretro only emulates the ZX81 with 16 KiB so it won't run the ZX80 rewrite of Mazogs.

Zedragon will not run because of its hardware requirements:

Dark Star has three versions, the vanilla and the dK'tronics ones should work. Notice that the later needs the option 8K-16K Contents to be set to dK'tronics 4K Graphics ROM + 4K RAM.

Darknior commented 4 years ago