Well I think I found the easter egg location in the ROM kernel in the source...
EGG_LOC .EQU $F000 ; EASTER EGG
EGG_SIZ .EQU $0200
EGG_END .EQU EGG_LOC + EGG_SIZ
Don't know what's there yet
Edit: It's the Mandlebrot generator
Well I think I found the easter egg location in the ROM kernel in the source...
`EGG_LOC .EQU $F000 ; EASTER EGG
EGG_SIZ .EQU $0200
EGG_END .EQU EGG_LOC + EGG_SIZ`
Don't know what's there yet
Edit: It's the Mandlebrot generator
(post is archived)