[Maintenance] `tram_cell_amount_t` can also be used for heights

Part of P0258, funded by [Anonymous] and Blue Bolt.
This commit is contained in:
nmlgc 2023-10-17 11:03:41 +02:00
parent 5876755977
commit 2c3bd9c16f
1 changed files with 1 additions and 1 deletions

2
pc98.h
View File

@ -28,7 +28,7 @@ typedef unsigned int uvram_byte_amount_t;
typedef unsigned int uvram_word_amount_t;
typedef unsigned int uvram_dword_amount_t;
// TRAM widths
// TRAM widths or heights
typedef int tram_cell_amount_t;
/// ------