when trying to assemble the player with a song that contains events and ROM player selected I get these errors:
Pre-processing [EAASM.asm]
Assembling
[.\PlayerAkg.asm:681] expression [(PLY_AKG_EVENT)] keyword [PLY_AKG_EVENT] not found in variables, labels or aliases
[.\PlayerAkg.asm:853] expression [(PLY_AKG_EVENT)] keyword [PLY_AKG_EVENT] not found in variables, labels or aliases
2 errors
I saw that the label PLY_AKG_EVENT is present in the player source, but it is in way:
PLY_AKG_EVENT:
db 0
Probably you have to put PLY_AKG_EVENT in the RAM buffer for ROM player…
Let me know