86F format handler updated to 86F version 2.0 and bit by bit handling;
FDI stream images are now also handled by the 86F handler; Both floppy drives' motors now spin separately; Added Plantronics ColorPlus emulation per patch from PCem forum; Applied all mainline PCem commits; Fixed several bugs.
This commit is contained in:
@@ -25,8 +25,6 @@ uint8_t memregs_read(uint16_t port, void *priv)
|
||||
|
||||
void memregs_init()
|
||||
{
|
||||
int i = 0;
|
||||
|
||||
pclog("Memory Registers Init\n");
|
||||
|
||||
io_sethandler(0x00e1, 0x0002, memregs_read, NULL, NULL, memregs_write, NULL, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user