AVR Emulator of IC AY-8910, AY-3-8910, AY-3-8912 for Atmega8
Version 19.2 (15.07.2015 21:17) 2 channel version !!!
BLOCKING TIMER INTERRUPT VERSION

New serial protocol from version 14.0
- Baud Rate: 57600
- Data Bits: 8
- Stop Bits: 1
- Parity: NONE
- Registers sent as 2 values 1) Register number 0-13, 2) Register value
- To synchronize, just send 0xFF at start of sending

Features:

- Complete chip emulation
- Parallel mode support (Read mode also supported)
- Serial mode support using pin 2 (RX) at speed 57600
- Very fast INT interrupts for parallel mode
- Very fast timer interrupt

Uploading:

	Use avrdude and USBAsp programmer

	avrdude -b 19200 -p atmega8 -c USBasp -U flash:w:emul27mhz.hex -U lfuse:w:0xCE:m -U hfuse:w:0xC5:m

	or

	avrdude -b 19200 -p atmega8 -c USBasp -U flash:w:emul27mhz.hex -U lfuse:w:0x7E:m -U hfuse:w:0xC5:m


files emulXXmhz_p.hex 		- versions PARALLEL mode only support!!!

files emulXXmhz_s.hex 		- versions SERIAL mode only support!!!

files emulXXmhz_alt_p.hex	- alternate versions with swapped D6 & D5 data bits
				  (made for 256K upgrade PCB) PARALLEL mode only support!!!


ORIGIN: http://www.avray.ru