atarimacosx / Atari800MacX

Atari800 Emulator for Mac OSX
http://www.atarimac.com
GNU General Public License v2.0
72 stars 17 forks source link

1020 Plotter Support #10

Closed savetz closed 4 years ago

savetz commented 5 years ago

Atari 1020 Plotter emulation seems to be broken :(

pedgarcia commented 5 years ago

Hey Kevin, can you give me an example on how to test it? I just tried a simple LIST"P:" and it was "printing" a basic listing, but I believe you tried some graphics, right?

savetz commented 5 years ago

Since submitting the ticket, I did get it to plot with the Atari demos.

However when I plot with Renderific, it doesn't work in the emulator. The same code works on a real Atari. https://github.com/savetz/Renderific/blob/master/renderific-10.atr

I'm willing to admit the problem is my code, but something is weird when it works on real hardware but not in the emulator.

pedgarcia commented 4 years ago

@savetz It has been a while (almost 1 year!) but looks like the recent changes in the emulator, including a new version of SDL made the plotter work, or at least I assume that is the case.

Using the upcoming version 5.0.4, this is what I've got if your program:

1020atariplotter

Is that what we should expect?

Cheers

Paulo

savetz commented 4 years ago

That looks beautiful. Well done.

pedgarcia commented 4 years ago

Glad it is working as expected :) We don't know how that got fixed but I know when you send your disk image I tried (last year) and it wasn't working indeed :).

Fixed by luck is the best :)