From 78c1564a60a270cfce84f1b289c0bf24d32dfa48 Mon Sep 17 00:00:00 2001 From: JanNeuendorf <75676159+JanNeuendorf@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:16:22 +0100 Subject: [PATCH] changed ROM to game --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61b45ce..509e86e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It is also not intended to be as simple and elegant as it could possibly be. This repo contains an emulator to run games or programs. It can be installed with cargo: I do not want to provide an assembler, any kind of compiler or even any ideas about things like call conventions. -The idea is that you have to build that yourself. You can play a ROM from the example folder to get an idea of what can be build. +The idea is that you have to build that yourself. You can play a game from the example folder to get an idea of what can be build. ## Quick Overview