forked from len0rd/rockbox
yet more code cleanup, quick snapshot feature,sound should no longer crash,light optimizations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11041 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
52f4c4c82b
commit
ec2a5cce1a
21 changed files with 125 additions and 2033 deletions
|
|
@ -25,11 +25,10 @@
|
|||
#include <time.h>
|
||||
#include "zxconfig.h"
|
||||
#include "helpers.h"
|
||||
Z80 PRNM(proc);
|
||||
|
||||
byte PRNM(inports)[PORTNUM];
|
||||
byte PRNM(outports)[PORTNUM];
|
||||
Z80 PRNM(proc) IBSS_ATTR;
|
||||
|
||||
byte PRNM(inports)[PORTNUM] IBSS_ATTR;
|
||||
byte PRNM(outports)[PORTNUM] IBSS_ATTR;
|
||||
|
||||
#ifdef SPECT_MEM
|
||||
#define NUM64KSEGS 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue