aap / pdp6

PDP-6 Emulator
MIT License
59 stars 9 forks source link

SDL2? #2

Closed larsbrinkhoff closed 8 years ago

larsbrinkhoff commented 8 years ago

Are you interested in porting to SDL2?

I made an attempt to wrap some functions in order to support both SDL1 and SDL2. But it's not working fully; it seems some blits are made to the wrong coordinates.

https://github.com/larsbrinkhoff/pdp6/tree/sdl2

aap commented 8 years ago

Not that interested honestly and I'm not very happy with the SDL code and the interface to the APR yet anyway... The real goal is to build a front panel replica and use that instead: http://aap.pdp10.org/pdp6.html If you get it to work completely I'll gladly merge it though.

larsbrinkhoff commented 8 years ago

Thanks for the clarification!

aap commented 5 years ago

Done.