From b4b1bd83d0e734a00fe19ae417a2a72e3b9b57ee Mon Sep 17 00:00:00 2001 From: Godzil Date: Fri, 25 Feb 2022 12:51:43 +0000 Subject: [PATCH] Fix a typo --- source/rom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/rom.h b/source/rom.h index ae01973..dc92d27 100644 --- a/source/rom.h +++ b/source/rom.h @@ -50,10 +50,10 @@ typedef struct ws_romHeaderStruct { /* Miss "Fixed Data" (F5h) */ - uint8_t developperId; /* Maker Code L */ + uint8_t developperId; /* Maker Code L */ uint8_t minimumSupportSystem; /* Maker Code H */ uint8_t cartId; /* Title code */ - uint8_t gameVertion; /* Version */ + uint8_t gameVersion; /* Version */ uint8_t romSize; /* ROM Size */ uint8_t saveSize; /* XROM/XEROM Size */ uint8_t cartFlags; /* Boot loader */