From 4a35d4696e8f2db36f04563d847c3b92d735f29e Mon Sep 17 00:00:00 2001 From: Shadly Salahuddin Date: Mon, 16 May 2022 01:06:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 611f22d..f5728db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NesUEFI - A bootable NES Emulator running on UEFI -![alt text](/splash.bmp "splash") +![NesUEFI](/splash.bmp "splash") **NesUEFI** is a **NES Emulator running without an operating system** directly on **Unified Extensible Firmware Interface (UEFI).** Simply place **NesUEFI** and nes roms in a pendrive and play. **NesUEFI file browser** will show the available roms. The core drivers (Graphics, File System, Timer) are written in c using **GNU-EFI** and the emulator part is a port of [LiteNES](https://github.com/NJU-ProjectN/LiteNES). Adafruit GFX Graphics Library is ported for GNU-EFI ecosystem in C for high level graphics operations and text rendering.