mirror of https://github.com/nmlgc/ReC98.git
15 lines
250 B
PHP
15 lines
250 B
PHP
|
; ReC98
|
||
|
; -----
|
||
|
; PC-98 hardware constants not covered by master.lib
|
||
|
|
||
|
; Graphics
|
||
|
; ========
|
||
|
RES_X = 640
|
||
|
RES_Y = 400
|
||
|
ROW_SIZE = (RES_X / 8)
|
||
|
; Collides with master.lib's bfnt_entry_pat.asm
|
||
|
; PLANE_SIZE = (ROW_SIZE * RES_Y)
|
||
|
|
||
|
GAIJI_TRAM_W = 2
|
||
|
; ========
|