Tim Follin ZX Spectrum 1 bit tunes are awesome.
By the way any news on a possible release before Christmas ?
By the way any news on a possible release before Christmas ?
OMG! ZIRIA! ZIRIA!!! IT ACTUALLY HAPPENED!! 34 YEARS LATER!! The epic/legendary Tengai Makyou/Far East of Eden: Ziria JRPG has finally been localized! Supper the Subtitler struck again! Simply unstoppable, NOTHING can prevent him from TOTAL PCECD localization domination!!!! WHACHA GONNA DO BROTHER?!?! |
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu[hu7d]
filename=hu7.asm
type=code
bank=0
org=f243
size=d9
ldy #high(HERE)
lda #low(HERE)
bne skip
dey
skip:
dec A
phy
pha
jmp [vector]
HERE:
dummy_interrupt_vector:
; some code
jsr user_code ; push pc-1 into the stack an jump to user_code
; the 'rts' in the code pointed by vector will bring us back here
rti ; end of the interrupt vector
user_code:
jmp [vector] ; let's jump to user defined code