From e6e3ff95d0a583b90c170a60e80cf14721031003 Mon Sep 17 00:00:00 2001 From: jimmystones Date: Fri, 2 Jul 2021 22:44:23 +0100 Subject: [PATCH] Update README.MD --- README.MD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index f9bd754..ad241a2 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ ## Overview -A custom mini-system running an input test utility. Shows all standard HPS sourced inputs (joystick, analog, paddle, spinner) simultaneously. +A custom mini-system running an input test utility. Shows all standard HPS sourced inputs (joystick, analog, paddle, spinner) simultaneously as well as a ps2 keyboard console. ## Hardware @@ -44,9 +44,14 @@ Start|End|Length|Name ## Software -/src contains a C program compiled to Z80 assembly using sdcc. It reads and displays all available input values once every vblank, and also does some other things ;) +/src contains a C program compiled to Z80 assembly using sdcc. It reads and displays all available input values once every vblank, and has a ps2 keyboard console. It also does some other things ;) -All required ROMs (compiled program and default MiSTer font) are built into this core. It also supports hot loading of binary OS ROM files for easier development. +*Currently there is no ps2 mouse support* + +All required ROMs (compiled program and default MiSTer font) are built into this core. + +Selecting Load BIOS in the core allows hot loading of binary OS ROM files for easier development. +Selecting Load Font in the core allows hot loading of MiSTer .pf font files (https://github.com/MiSTer-devel/Fonts_MiSTer). ### Building the OS