From eb3feaf34c1fa8acb97aa9511b10bbd8774c1877 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 11 Jan 2026 14:31:32 +0200 Subject: [PATCH] Offloaded some NES routines to eznes.h --- nes/nescoundrel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nes/nescoundrel.c b/nes/nescoundrel.c index df68a0d..39ed712 100644 --- a/nes/nescoundrel.c +++ b/nes/nescoundrel.c @@ -499,7 +499,7 @@ s16 game() { return score; } -/* Entry pos16 */ +/* Entry point */ s16 main() { s16 score; game_startup();