mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
genpc: fix xt (nw)
This commit is contained in:
parent
5f3a093b4d
commit
b52aa647b8
@ -103,7 +103,6 @@ public:
|
||||
DECLARE_WRITE_LINE_MEMBER( pc_dack2_w );
|
||||
DECLARE_WRITE_LINE_MEMBER( pc_dack3_w );
|
||||
|
||||
DECLARE_WRITE_LINE_MEMBER( pc_cpu_line );
|
||||
DECLARE_WRITE_LINE_MEMBER( pc_speaker_set_spkrdata );
|
||||
|
||||
const char *m_cputag;
|
||||
|
@ -186,10 +186,6 @@ I8237_INTERFACE( pc_dma8237_config )
|
||||
* pic8259 configuration
|
||||
*
|
||||
*************************************************************/
|
||||
WRITE_LINE_MEMBER(ibm5160_mb_device::pc_cpu_line)
|
||||
{
|
||||
m_maincpu->set_input_line(INPUT_LINE_IRQ0, state);
|
||||
}
|
||||
|
||||
WRITE_LINE_MEMBER(ibm5160_mb_device::pc_speaker_set_spkrdata)
|
||||
{
|
||||
@ -473,7 +469,7 @@ static MACHINE_CONFIG_FRAGMENT( ibm5160_mb_config )
|
||||
|
||||
MCFG_I8237_ADD( "dma8237", XTAL_14_31818MHz/3, pc_dma8237_config )
|
||||
|
||||
MCFG_PIC8259_ADD( "pic8259", DEVWRITELINE(DEVICE_SELF_OWNER, ibm5160_mb_device, pc_cpu_line), VCC, NULL )
|
||||
MCFG_PIC8259_ADD( "pic8259", INPUTLINE(":maincpu", 0), VCC, NULL )
|
||||
|
||||
MCFG_I8255A_ADD( "ppi8255", pc_ppi8255_interface )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user