From 2c3bd9c16f7b32c715d4262884798a4aa7563e8c Mon Sep 17 00:00:00 2001 From: nmlgc Date: Tue, 17 Oct 2023 11:03:41 +0200 Subject: [PATCH] [Maintenance] `tram_cell_amount_t` can also be used for heights Part of P0258, funded by [Anonymous] and Blue Bolt. --- pc98.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc98.h b/pc98.h index a36c2362..4710ce52 100644 --- a/pc98.h +++ b/pc98.h @@ -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; /// ------