lscharen / iigs-game-engine

A tile-based game engine for the Apple IIgs written in 65816 asssembly language
32 stars 1 forks source link

Specialize core blitter based on ENGINE_MODE #19

Closed lscharen closed 1 year ago

lscharen commented 1 year ago

The core blitter template can be more aggressively tweaked when being instantiated based on the ENGINE_MODE.

Planned optimizations are

lscharen commented 1 year ago

Both of these improvements have landed in the eight-bit-hal branch