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
|
@ -43,7 +43,7 @@ static struct {
|
|||
bool update_ended;
|
||||
} cmos;
|
||||
|
||||
static void cmos_timerevent(void) {
|
||||
static void cmos_timerevent(Bitu val) {
|
||||
PIC_ActivateIRQ(8);
|
||||
if(cmos.timer.enabled) PIC_AddEvent(cmos_timerevent,cmos.timer.micro);
|
||||
if (cmos.ack) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue