mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
win32 Pico mostly finished
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@452 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7a87643e07
commit
2cb51c3c62
4 changed files with 42 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
unsigned short *EmuScreen=NULL;
|
||||
int EmuWidth=320,EmuHeight=224;
|
||||
RECT EmuScreenRect = { 0, 0, 320, 224 };
|
||||
int picohw_pen_pressed = 0;
|
||||
int PicoPadAdd = 0;
|
||||
|
||||
static int EmuScan(unsigned int num);
|
||||
unsigned char *PicoDraw2FB = NULL;
|
||||
|
@ -59,7 +59,7 @@ int EmuFrame()
|
|||
}
|
||||
|
||||
PicoPad[0]=input;
|
||||
if (picohw_pen_pressed) PicoPad[0] |= 0x20;
|
||||
PicoPad[0]|=PicoPadAdd;
|
||||
|
||||
PsndOut=(short *)DSoundNext;
|
||||
PicoFrame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue