lscharen / iigs-game-engine

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

Inconsistent units in API #14

Open lscharen opened 2 years ago

lscharen commented 2 years ago

Some of the toolbox APIs like GTESetScreenMode take a horizontal value in pixels, while most of the other APIs use bytes as the horizontal unit. These should be made consistent.