unified menu wip and some reorganization for it

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@638 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-02-22 22:58:59 +00:00
parent 217d08bc39
commit 1fb0dd88aa
11 changed files with 487 additions and 115 deletions

View file

@ -3,19 +3,6 @@
// For commercial use, separate licencing terms must be obtained.
// engine states
enum TPicoGameState {
PGS_Paused = 1,
PGS_Running,
PGS_Quit,
PGS_KeyConfig,
PGS_ReloadRom,
PGS_Menu,
PGS_RestartRun,
};
extern unsigned char gfx_buffer[321*240*2*2];
extern char romFileName[];
extern int engineState;