amalgamation

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@227 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-08-25 18:06:54 +00:00
parent a4f0cc8647
commit eff55556cf
35 changed files with 607 additions and 363 deletions

View file

@ -8,7 +8,6 @@
#include "PicoInt.h"
#include "sound/sound.h"
#include "sound/ym2612.h"
int PicoVer=0x0110;
@ -218,8 +217,8 @@ static int dma_bsycles[] = {
(488<<8)/9, (488<<8)/18, (488<<8)/17, (488<<8)/9
};
//static
int CheckDMA(void)
PICO_INTERNAL int CheckDMA(void)
{
int burn = 0, bytes_can = 0, dma_op = Pico.video.reg[0x17]>>6; // see gens for 00 and 01 modes
int bytes = Pico.m.dma_bytes;