SuperEGA: Implement row and vertical divide modes.

This commit is contained in:
OBattler
2025-03-22 23:57:05 +01:00
parent fb0704de99
commit 2151a6064f
2 changed files with 17 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ typedef struct ega_t {
int oddeven_page;
int oddeven_chain;
int vc;
int real_vc;
int sc;
int dispon;
int hdisp_on;