AVR Emulator of IC AY-8910, AY-3-8910, AY-3-8912 for Atmega8
Version 24.71L (28.01.2018) 2 channel versions Speccy2007 edition

This version has HI(instead of Z) and LOW levels on data BUS

Features:

- Complete chip emulation
- Parallel mode support (Read mode also supported)
- Very fast INT interrupts for parallel mode

Uploading/Programming:

	Use avrdude and USBAsp programmer
ATMEGA8 =====================================================
	avrdude -p m8 -c USBasp -U flash:w:AY_Emul_XXX_Nch_KK_MM.hex -U eeprom:w:Conf_XXX_YYMHz_ZZMhz.hex -U lfuse:w:0xCE:m -U hfuse:w:0xCF:m
Example:
	avrdude -p m8 -c USBasp -U flash:w:AY_Emul_247L_2ch_m8_ay.hex -U eeprom:w:Conf_parallel_27MHz_1_75Mhz.hex -U lfuse:w:0xCE:m -U hfuse:w:0xCF:m
=============================================================

Files:
>> Emulator -------
	AY_Emul_XXX_2ch_KK_MM.hex
		XXX - version number
		KK - MCU type (m8 - Atmega8, m48 - Atmega48, etc...)
		MM - volume table type ay or ym
	Examples:
	AY_Emul_2471L_2ch_m8_ay.hex 	- emulator HEX file to flash (2 channel version with AY volume table for Atmega8)
	
>> Config --------
	Conf_parallel_YYMHz_1_75Mhz.hex	- configuration file for emulator to write to EEPROM
		YY - Atmega oscillator frequency
ORIGIN: http://www.avray.ru