From 1563f182d52007d96e80159ec9e24cdec641fcb1 Mon Sep 17 00:00:00 2001 From: John Brandwood Date: Wed, 13 Mar 2024 00:00:49 -0400 Subject: [PATCH] Add rom-core-hugerom example project to the examples/asm/elmer README. --- examples/asm/elmer/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/asm/elmer/README.md b/examples/asm/elmer/README.md index 5b1b163a..4ff79bb5 100644 --- a/examples/asm/elmer/README.md +++ b/examples/asm/elmer/README.md @@ -47,6 +47,9 @@ The "CORE(not TM)" PC Engine library is a small and configurable set of library * rom-core-hello - A simple example of creating a HuCARD ROM. +* rom-core-hugerom + - A simple example of creating a HuCARD ROM for the Street Fighter II mapper. + * cd-core-1stage - A simple example of creating an ISO for a CD-ROM, and loading the "CORE(not TM)" kernel code from the overlay program.