no, it's really not that huge and momentarily the only thing i could show
you is the c64-screen with READY., because my first priority lies in fast
execution of emulated instructions.

i only achieve ~450k emulated opcodes per sec (shame on me :( ... but
didn't optimize as hell, most work went into learning stuff about the ds ...
i am still in the process of getting an inner feeling for the capabilities of
ARM9/ARM7, caches, RAM, etc etc).

until now, the 6502 is emulated only in opcode-level with some basic
VIC-emulation (with or without arm7-support as VIC)... basic-programs
would work, i guess :D

btw ... i need fpc as framework for assembler (makes life damn easy *g*)
for being able to use ITCM/DTCM and realtime binary translation
(don't know yet if i'll use the arm7 as support ... have tested various ways
of letting the arm7 control arm9-execution but they all failed pretty hard speedwise).

I could probably achieve this with normal pascal-code too, but haven't
tested that yet as i think it's better to use assembler directly.