mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
pc9801: remove ide read multiple hack (nw)
This commit is contained in:
parent
c8ec6398c3
commit
5331f51ffb
@ -2171,14 +2171,6 @@ MACHINE_RESET_MEMBER(pc9801_state,pc9821)
|
||||
m_pc9821_window_bank = 0x08;
|
||||
}
|
||||
|
||||
void pc9801_state::device_reset_after_children()
|
||||
{
|
||||
driver_device::device_reset_after_children();
|
||||
ata_mass_storage_device *ide0 = machine().device<ata_mass_storage_device>("ide1:0:hdd");
|
||||
if(ide0)
|
||||
ide0->identify_device_buffer()[47] = 0;
|
||||
}
|
||||
|
||||
INTERRUPT_GEN_MEMBER(pc9801_state::vrtc_irq)
|
||||
{
|
||||
m_pic1->ir2_w(1);
|
||||
|
@ -320,7 +320,6 @@ public:
|
||||
protected:
|
||||
virtual void video_start() override;
|
||||
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
|
||||
virtual void device_reset_after_children() override;
|
||||
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user