Added PS/1 Audio Card emulation.

This commit is contained in:
SarahW 2016-04-13 21:56:15 +01:00
commit 61d7cf2276
13 changed files with 239 additions and 15 deletions

View file

@ -1,6 +1,8 @@
#ifndef _TIMER_H_
#define _TIMER_H_
#include "cpu.h"
extern int timer_start;
#define timer_start_period(cycles) \