Changed event and ticker handlers.
Removed the micro timers. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1657
This commit is contained in:
parent
3001a346b2
commit
44464a2a53
9 changed files with 51 additions and 97 deletions
|
@ -525,7 +525,7 @@ static void GenerateSound(Bitu size) {
|
|||
}
|
||||
}
|
||||
|
||||
static void END_DMA_Event(void) {
|
||||
static void END_DMA_Event(Bitu val) {
|
||||
GenerateDMASound(sb.dma.left);
|
||||
}
|
||||
|
||||
|
@ -551,7 +551,7 @@ static void DSP_ChangeMode(DSP_MODES mode) {
|
|||
sb.mode=mode;
|
||||
}
|
||||
|
||||
static void DSP_RaiseIRQEvent(void) {
|
||||
static void DSP_RaiseIRQEvent(Bitu val) {
|
||||
SB_RaiseIRQ(SB_IRQ_8);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue