From 74e522ba66140e0d496d3113c136a1f0faea5970 Mon Sep 17 00:00:00 2001 From: jhusak Date: Mon, 18 May 2020 23:00:06 +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 8e6abfb..3a992c0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ after each access. This will let the system think as cartridge never was switche flashwritelib.asx - 6502 code library for formatting flash/formatting sector and write byte. -flashsrite.asx - 6502 code for generate flasher (when compiled, it contains either flash routines and cartridge image itself) +flashwrite.asx - 6502 code for generate flasher (when compiled, it contains either flash routines and cartridge image itself) crc16_v2.asm - crc16 library for fast checking every sector (when flash is damaged, sometimes it happens that write sector damages another)