1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-02 07:41:32 +00:00
erc-c/src/apple2/grid.c
2018-04-06 20:27:47 -05:00

12 lines
333 B
C

/*
* apple2.grid.c
*
* Each of the display modes in the Apple II work off of a grid, but the
* grids are generally interleaved, so there's no simple formula to
* follow.
*
* In here we define tables which map addresses to rows or columns
* within a grid, and some functions to pull that information from those
* tables.
*/