12-08-2009, 12:51 PM
128K support (PLAY, for example) is planned. I own a +2 my self 
The problem is the lack of information about interrupts and play (AY chip) routines.
If I knew where to start...
Also Interrupts are also planed. Something like:
or
But this have to be implemented carefully. For example, an interrupt will "chain" the previous interrupt (by default, the +48 Timer counter and KeyB reader).
These are just ideas...

The problem is the lack of information about interrupts and play (AY chip) routines.

If I knew where to start...
Also Interrupts are also planed. Something like:
Code:
sub XXX interrupt
...
end sub
Code:
sub __INTERRUPT__ xxx
...
end sub
These are just ideas...
