0 Members and 2 Guests are viewing this topic.
Great work as always! Can't wait to see what comes out of this? Are you planning to release a tutorial/the source for your mono-to-color method at some point?
Do you use parctial redraw? Because different screen sizes run at different speeds, it seems to me you are notAnyhow, this is coolThis reminds me i need to start working on my mincraft port to the CE
Hey James, this is pretty awesome. Honestly, it doesn't look too bad at 3x resolution speed wise. I wonder what the bottle neck is though since the processor is a lot faster?
Hey James, those new features sound awesome! Also nice to hear that @MateoConLechuga was able to lend you a hand. Great work guys! Maybe you can add a splash of colour now?
With some assistance from MateoConLechuga, the 3x scaling/drawing routine is now running substantially faster on the TI-84+CE. Thanks Mateo!
It seems like it'd be nicer if it showed more of the map, instead of scaling everything up.
; bit 7 exx ld a,(hl) ;hl' points to palette array exx sla d \ adc a,a
; bit 7 ld a,(de) ;de points to palette array sla c \ adc a,a