From a52b3131504348576967e989f462038b8ff1d5e5 Mon Sep 17 00:00:00 2001 From: ole00 Date: Sun, 24 Mar 2019 00:26:21 +0000 Subject: [PATCH] updated README.md updated support for Win32/64, Mac OSX64 --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8cacdf..f4ad3a6 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ from various manfucaturers. It is based on work of several other people: who did the most of the hard work of deciphering and publishing the programming protocol of these chips. Their programs were Windows based and relied on -presence of parallel port (LPT). Afterburner was written for Linux OS, and -requires serial connection to Arduio UNO, which does the programming -of the chip. +presence of parallel port (LPT). Afterburner was written for Linux OS +(also works on Win32/64, Mac OSX64), and requires serial connection to +Arduio UNO, which does the programming of the chip. Supported GAL chips: @@ -199,6 +199,11 @@ Troubleshooting: * usual places: ebay, aliexpress +- how to run afterburner on Win32, Win64 or MacOSX ? + * the same way as on Linux: compile the source code + * OR use pre-compiled afterburner binaries located in 'releases' directory + * then run afterburner in terminal (use 'cmd' on WinXX) as described above + - what are the .jed files and how to produce them * Use WinCupl software from Atmel. Works under Wine as well.