Return to
bios1c.c
CVS log
Up to
[RetroPC.NET]
/
np2
/
bios
Diff for /np2/bios/bios1c.c between versions 1.9 and 1.10
version 1.9
, 2004/03/19 00:30:00
version 1.10
, 2005/02/07 14:46:07
Line 11
Line 11
void bios0x1c(void) {
void bios0x1c(void) {
BYTE buf[6];
UINT8 buf[6];
switch(CPU_AH) {
switch(CPU_AH) {
case 0x00: // get system timer
case 0x00: // get system timer
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.9
changed lines
Added in v.1.10
RetroPC.NET-CVS <
cvs@retropc.net
>