summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i6300esb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/i6300esb.h')
-rw-r--r--src/emu/machine/i6300esb.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/i6300esb.h b/src/emu/machine/i6300esb.h
index 912b3eb4780..78c807fbce3 100644
--- a/src/emu/machine/i6300esb.h
+++ b/src/emu/machine/i6300esb.h
@@ -37,12 +37,12 @@ private:
DECLARE_ADDRESS_MAP(internal_io_map, 32);
UINT32 pmbase, gpio_base, fwh_sel1, gen_cntl, etr1, rst_cnt2, gpi_rout;
- UINT16 bios_cntl, pci_dma_cfg, gen1_dec, lpc_en, gen2_dec, fwh_sel2, func_dis, gen_pmcon_1, gen_pmcon_2;
+ UINT16 bios_cntl, pci_dma_cfg, gen1_dec, lpc_en, gen2_dec, fwh_sel2, func_dis, gen_pmcon_1;
UINT16 mon_trp_rng[4], mon_trp_msk;
UINT8 pirq_rout[8];
UINT8 acpi_cntl, tco_cntl, gpio_cntl, serirq_cntl, d31_err_cfg, d31_err_sts, gen_sta, back_cntl, rtc_conf;
UINT8 lpc_if_com_range, lpc_if_fdd_lpt_range, lpc_if_sound_range, fwh_dec_en1, fwh_dec_en2, siu_config_port;
- UINT8 gen_pmcon_3, apm_cnt, apm_sts, mon_fwd_en, nmi_sc;
+ UINT8 gen_pmcon_2, gen_pmcon_3, apm_cnt, apm_sts, mon_fwd_en, nmi_sc;
int siu_config_state;
DECLARE_WRITE8_MEMBER (nop_w);
@@ -74,8 +74,8 @@ private:
DECLARE_WRITE16_MEMBER(pci_dma_cfg_w);
DECLARE_READ16_MEMBER (gen_pmcon_1_r); // a0
DECLARE_WRITE16_MEMBER(gen_pmcon_1_w);
- DECLARE_READ16_MEMBER (gen_pmcon_2_r); // a2
- DECLARE_WRITE16_MEMBER(gen_pmcon_2_w);
+ DECLARE_READ8_MEMBER (gen_pmcon_2_r); // a2
+ DECLARE_WRITE8_MEMBER(gen_pmcon_2_w);
DECLARE_READ8_MEMBER (gen_pmcon_3_r); // a4
DECLARE_WRITE8_MEMBER (gen_pmcon_3_w);
DECLARE_READ32_MEMBER (rst_cnt2_r); // ac