Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fucking Awesome Spectrum Engine (FASE)
#3
Thank you very much

I am looking the bitfrost engine interface. The main 2 calls can be easy done by:

Code:
#define INIT        \
    asm             \
        call $fffc  \
    end asm

#define FRAME       \
    asm             \
        call $fff1  \
    end asm

But in the rest of the code I don't know if make a subroutine or a #define with a POKE.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)