From 7ede5aeafaf47099216d758ec586981597601684 Mon Sep 17 00:00:00 2001 From: Cole Landers Date: Sat, 31 Jan 2026 16:38:26 -0600 Subject: [PATCH] add program aquasition info --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4925848..4fb6341 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@
  • Usage
  • @@ -112,21 +113,28 @@ This is an example of how to list things you need to use the software and how to Choose the method that best fits your needs. If you just want to use the emulator, I recommend using the **Pre-built Binaries**. +#### Prerequisity - Obtaining a Chip8 Rom +*Note - as of now the project only supports chip8 programs. Chip8 extensions such as SUPER-Chip or XO-Chip will not work with v1* +This emulator requires you either: +A) Create your own ROM using a tool like [Octo](https://johnearnest.github.io/Octo/) +B) Download a ROM made by the community [here](https://johnearnest.github.io/chip8Archive/?sort=platform) + * Navigate to link provided above + * Click on a chip8 platform game that seems interesting + * Click "Download Rom" + #### 🚀 Option 1: Pre-built Binaries (Fastest) **WIP** #### 🛠️ Option 2: Build Locally (From Source) **WIP** -

    (back to top)

    - - ## Usage **WIP** +