Wrote four different output modes for Matt Heffernan's 8-bit (mandelbrot) Battle Royale. Making use of the TMS9918A's Graphics I, Graphics II and Multicolor modes. All tests are run on my 65C02 @ 3.6864MHz. I think the seldom-used Multicolor mode at 64x48 looks alright for this.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
It looks great. I've got a TMS9918 board for a 68000 computer i've built but other than a few simple tests i've mostly been using the text mode for it. It would be interesting to try something like this to test all the graphics modes on there
Are you sure? yes | no
Absolutely. My 65C02 / TMS9918A code is here: https://github.com/visrealm/hbc-56/tree/master/code/6502/mandlebrot . Matt has core 68000 code here: https://github.com/SlithyMatt/multi-mandlebrot/tree/main/68000 and there is a Sinclair QL example here too: https://github.com/SlithyMatt/multi-mandlebrot/tree/main/ql
Would just be a matter of combining them into something for your machine I guess.
Are you sure? yes | no
Thanks for the links, will have a look at those.
Are you sure? yes | no
Hi Troy, I've been following your project for some time and your results are really amazing. Congrats!
Are you sure? yes | no
Thanks, Augusto. I appreciate it.
Are you sure? yes | no