summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/idectrl.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-16 06:14:18 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-16 06:14:18 +0000
commit061280b057b048b6788f6b300c744900d0f574ef (patch)
tree635b875f2ba1ee529888004537fb1544fc2912eb /src/emu/machine/idectrl.h
parent1fc759af692030f0b345069ea3628ba108d8139e (diff)
From: David Haywood [neohaze@nildram.co.uk]
Sent: Friday, July 10, 2009 11:02 AM To: Aaron Giles; Angelo Salese Subject: Otenami Haiken Final (V2.07JC) Note, I've talked this one through with him, and this is correct. Taito sold this on a 64Mb CF card, it *requires* the V2 bios which is where CF card support was added (it might be the reason the V2 bios exists) The supported bios is dumped from the PCB, I know we have the actual upgrade kit, but afaik MAME can't upgrade it properly. Only the new game uses this bios, as it's actually a less featured bios aside from the CF support. New Games added -------------------- Otenami Haiken Final (V2.07JC) [Joerg Hartenberger] Other changes -------------- - Added flashv2.u30 (v2 bios) to the taitogn driver [Joerg Hartenberger] - Added IDE Lock mechanism to the IDE Driver in MAME, so games on gnet v2 bios are working correct now (idectrl.c / idectrl.h) & taitogn.c [Joerg Hartenberger]
Diffstat (limited to 'src/emu/machine/idectrl.h')
-rw-r--r--src/emu/machine/idectrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/machine/idectrl.h b/src/emu/machine/idectrl.h
index 937a83fa799..f9515ecc4e1 100644
--- a/src/emu/machine/idectrl.h
+++ b/src/emu/machine/idectrl.h
@@ -60,6 +60,8 @@ UINT8 *ide_get_features(const device_config *device);
void ide_set_master_password(const device_config *device, const UINT8 *password);
void ide_set_user_password(const device_config *device, const UINT8 *password);
+void ide_set_gnet_readlock(const device_config *device, const UINT8 onoff);
+
int ide_bus_r(const device_config *config, int select, int offset);
void ide_bus_w(const device_config *config, int select, int offset, int data);