Diff for /np2/bios/bios12.c between versions 1.4 and 1.6
|
version 1.4, 2004/01/29 10:04:05
|
version 1.6, 2005/02/07 14:46:07
|
|
Line 3
|
Line 3
|
| #include "pccore.h" |
#include "pccore.h" |
| #include "iocore.h" |
#include "iocore.h" |
| #include "bios.h" |
#include "bios.h" |
| |
#include "biosmem.h" |
| |
|
| |
|
| #define baseport 0x00c8 |
#define baseport 0x00c8 |
| |
|
| void bios0x12(void) { |
void bios0x12(void) { |
| |
|
| BYTE stat; |
UINT8 stat; |
| BYTE result; |
UINT8 result; |
| BYTE *p; |
UINT8 *p; |
| BYTE drv; |
UINT8 drv; |
| BYTE drvbit; |
UINT8 drvbit; |
| |
|
| // TRACE_("BIOS", 0x12); |
// TRACE_("BIOS", 0x12); |
| iocore_out8(0x08, 0x20); |
iocore_out8(0x08, 0x20); |
RetroPC.NET-CVS <cvs@retropc.net>