Home
last modified time | relevance | path

Searched refs:fdc_w (Results 1 – 25 of 64) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/devices/bus/cpc/
H A Dddi1.cpp79 …gate(*this, FUNC(cpc_ddi1_device::fdc_r)), write8sm_delegate(*this, FUNC(cpc_ddi1_device::fdc_w))); in device_start()
114 void cpc_ddi1_device::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in cpc_ddi1_device
H A Dddi1.h27 void fdc_w(offs_t offset, uint8_t data);
/dports/emulators/mame/mame-mame0226/src/devices/bus/cpc/
H A Dddi1.cpp79 …gate(*this, FUNC(cpc_ddi1_device::fdc_r)), write8sm_delegate(*this, FUNC(cpc_ddi1_device::fdc_w))); in device_start()
114 void cpc_ddi1_device::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in cpc_ddi1_device
H A Dddi1.h27 void fdc_w(offs_t offset, uint8_t data);
/dports/emulators/mess/mame-mame0226/src/devices/bus/epson_sio/
H A Dpf10.cpp33 map(0x1000, 0x17ff).rw(FUNC(epson_pf10_device::fdc_r), FUNC(epson_pf10_device::fdc_w)); in cpu_mem()
173 void epson_pf10_device::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in epson_pf10_device
H A Dpf10.h57 void fdc_w(offs_t offset, uint8_t data);
/dports/emulators/mame/mame-mame0226/src/devices/bus/epson_sio/
H A Dpf10.cpp33 map(0x1000, 0x17ff).rw(FUNC(epson_pf10_device::fdc_r), FUNC(epson_pf10_device::fdc_w)); in cpu_mem()
173 void epson_pf10_device::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in epson_pf10_device
H A Dpf10.h57 void fdc_w(offs_t offset, uint8_t data);
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dkorgdss1.cpp78 void fdc_w(offs_t offset, u8 data);
122 void fdc_w(offs_t offset, u8 data);
195 void korg_dss1_state::fdc_w(offs_t offset, u8 data) in fdc_w() function in korg_dss1_state
204 void korg_dssmsrk_state::fdc_w(offs_t offset, u8 data) in fdc_w() function in korg_dssmsrk_state
358 map(0xdc00, 0xdc01).mirror(0x3fe).rw(FUNC(korg_dss1_state::fdc_r), FUNC(korg_dss1_state::fdc_w)); in cpu1_map()
396 …0xdc00, 0xdc01).mirror(0x3fe).rw(FUNC(korg_dssmsrk_state::fdc_r), FUNC(korg_dssmsrk_state::fdc_w)); in msrk_io_map()
H A Dsuper6.cpp214 void super6_state::fdc_w(uint8_t data) in fdc_w() function in super6_state
281 map(0x14, 0x14).rw(FUNC(super6_state::fdc_r), FUNC(super6_state::fdc_w)); in super6_io()
H A Dgimix.cpp98 void fdc_w(offs_t offset, uint8_t data);
171 map(0x0e3b4, 0x0e3b7).rw(FUNC(gimix_state::fdc_r), FUNC(gimix_state::fdc_w)); // FD1797 FDC in gimix_banked_mem()
407 void gimix_state::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in gimix_state
H A Dfccpu30.cpp274 void fdc_w(offs_t offset, uint8_t data);
348 …map(0xff803800, 0xff80397f).rw(FUNC(cpu30_state::fdc_r), FUNC(cpu30_state::fdc_w)).umask32(0x00000… in cpu30_mem()
403 void cpu30_state::fdc_w(offs_t offset, uint8_t data){ in fdc_w() function in cpu30_state
H A Ditt3030.cpp252 void fdc_w(offs_t offset, uint8_t data);
317 map(0x50, 0x53).rw(FUNC(itt3030_state::fdc_r), FUNC(itt3030_state::fdc_w)); in itt3030_io()
605 void itt3030_state::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in itt3030_state
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dkorgdss1.cpp78 void fdc_w(offs_t offset, u8 data);
122 void fdc_w(offs_t offset, u8 data);
195 void korg_dss1_state::fdc_w(offs_t offset, u8 data) in fdc_w() function in korg_dss1_state
204 void korg_dssmsrk_state::fdc_w(offs_t offset, u8 data) in fdc_w() function in korg_dssmsrk_state
358 map(0xdc00, 0xdc01).mirror(0x3fe).rw(FUNC(korg_dss1_state::fdc_r), FUNC(korg_dss1_state::fdc_w)); in cpu1_map()
396 …0xdc00, 0xdc01).mirror(0x3fe).rw(FUNC(korg_dssmsrk_state::fdc_r), FUNC(korg_dssmsrk_state::fdc_w)); in msrk_io_map()
H A Dsuper6.cpp214 void super6_state::fdc_w(uint8_t data) in fdc_w() function in super6_state
281 map(0x14, 0x14).rw(FUNC(super6_state::fdc_r), FUNC(super6_state::fdc_w)); in super6_io()
H A Dfccpu30.cpp274 void fdc_w(offs_t offset, uint8_t data);
348 …map(0xff803800, 0xff80397f).rw(FUNC(cpu30_state::fdc_r), FUNC(cpu30_state::fdc_w)).umask32(0x00000… in cpu30_mem()
403 void cpu30_state::fdc_w(offs_t offset, uint8_t data){ in fdc_w() function in cpu30_state
H A Dgimix.cpp98 void fdc_w(offs_t offset, uint8_t data);
171 map(0x0e3b4, 0x0e3b7).rw(FUNC(gimix_state::fdc_r), FUNC(gimix_state::fdc_w)); // FD1797 FDC in gimix_banked_mem()
407 void gimix_state::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in gimix_state
H A Ditt3030.cpp252 void fdc_w(offs_t offset, uint8_t data);
317 map(0x50, 0x53).rw(FUNC(itt3030_state::fdc_r), FUNC(itt3030_state::fdc_w)); in itt3030_io()
605 void itt3030_state::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in itt3030_state
/dports/emulators/mess/mame-mame0226/src/devices/bus/abcbus/
H A Dlux10828.h89 void fdc_w(offs_t offset, uint8_t data);
H A Dlux10828.cpp193 …xb0, 0xb3).mirror(0x0c).rw(FUNC(luxor_55_10828_device::fdc_r), FUNC(luxor_55_10828_device::fdc_w)); in luxor_55_10828_io()
690 void luxor_55_10828_device::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in luxor_55_10828_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/abcbus/
H A Dlux10828.h89 void fdc_w(offs_t offset, uint8_t data);
H A Dlux10828.cpp193 …xb0, 0xb3).mirror(0x0c).rw(FUNC(luxor_55_10828_device::fdc_r), FUNC(luxor_55_10828_device::fdc_w)); in luxor_55_10828_io()
690 void luxor_55_10828_device::fdc_w(offs_t offset, uint8_t data) in fdc_w() function in luxor_55_10828_device
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dsuper6.h56 void fdc_w(uint8_t data);
H A Dtrs80m2.h78 void fdc_w(offs_t offset, uint8_t data);
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dsuper6.h56 void fdc_w(uint8_t data);

123