Home
last modified time | relevance | path

Searched refs:msx2_state (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmsx.cpp564 void msx2_state::msx2_io_map(address_map &map) in msx2_io_map()
568 map(0x40, 0x4f).rw(FUNC(msx2_state::msx_switched_r), FUNC(msx2_state::msx_switched_w)); in msx2_io_map()
577 map(0xb5, 0xb5).rw(FUNC(msx2_state::msx_rtc_reg_r), FUNC(msx2_state::msx_rtc_reg_w)); in msx2_io_map()
578 map(0xd8, 0xd9).rw(FUNC(msx2_state::msx_kanji_r), FUNC(msx2_state::msx_kanji_w)); in msx2_io_map()
583 void msx2_state::msx2p_io_map(address_map &map) in msx2p_io_map()
587 map(0x40, 0x4f).rw(FUNC(msx2_state::msx_switched_r), FUNC(msx2_state::msx_switched_w)); in msx2p_io_map()
596 map(0xb5, 0xb5).rw(FUNC(msx2_state::msx_rtc_reg_r), FUNC(msx2_state::msx_rtc_reg_w)); in msx2p_io_map()
597 map(0xd8, 0xd9).rw(FUNC(msx2_state::msx_kanji_r), FUNC(msx2_state::msx_kanji_w)); in msx2p_io_map()
1222 WRITE_LINE_MEMBER(msx2_state::turbo_w) in DEF_STR()
1416 void msx2_state::msx2(machine_config &config) in msx2()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmsx.cpp564 void msx2_state::msx2_io_map(address_map &map) in msx2_io_map()
568 map(0x40, 0x4f).rw(FUNC(msx2_state::msx_switched_r), FUNC(msx2_state::msx_switched_w)); in msx2_io_map()
577 map(0xb5, 0xb5).rw(FUNC(msx2_state::msx_rtc_reg_r), FUNC(msx2_state::msx_rtc_reg_w)); in msx2_io_map()
578 map(0xd8, 0xd9).rw(FUNC(msx2_state::msx_kanji_r), FUNC(msx2_state::msx_kanji_w)); in msx2_io_map()
583 void msx2_state::msx2p_io_map(address_map &map) in msx2p_io_map()
587 map(0x40, 0x4f).rw(FUNC(msx2_state::msx_switched_r), FUNC(msx2_state::msx_switched_w)); in msx2p_io_map()
596 map(0xb5, 0xb5).rw(FUNC(msx2_state::msx_rtc_reg_r), FUNC(msx2_state::msx_rtc_reg_w)); in msx2p_io_map()
597 map(0xd8, 0xd9).rw(FUNC(msx2_state::msx_kanji_r), FUNC(msx2_state::msx_kanji_w)); in msx2p_io_map()
1222 WRITE_LINE_MEMBER(msx2_state::turbo_w) in DEF_STR()
1416 void msx2_state::msx2(machine_config &config) in msx2()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmsx.cpp36 void msx2_state::machine_start() in machine_start()
290 void msx2_state::msx_rtc_latch_w(uint8_t data) in msx_rtc_latch_w()
295 void msx2_state::msx_rtc_reg_w(uint8_t data) in msx_rtc_reg_w()
300 uint8_t msx2_state::msx_rtc_reg_r() in msx_rtc_reg_r()
491 uint8_t msx2_state::msx_switched_r(offs_t offset) in msx_switched_r()
503 void msx2_state::msx_switched_w(offs_t offset, uint8_t data) in msx_switched_w()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmsx.cpp36 void msx2_state::machine_start() in machine_start()
290 void msx2_state::msx_rtc_latch_w(uint8_t data) in msx_rtc_latch_w()
295 void msx2_state::msx_rtc_reg_w(uint8_t data) in msx_rtc_reg_w()
300 uint8_t msx2_state::msx_rtc_reg_r() in msx_rtc_reg_r()
491 uint8_t msx2_state::msx_switched_r(offs_t offset) in msx_switched_r()
503 void msx2_state::msx_switched_w(offs_t offset, uint8_t data) in msx_switched_w()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmsx.h351 class msx2_state : public msx_state
354 msx2_state(const machine_config &mconfig, device_type type, const char *tag) in msx2_state() function
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmsx.h351 class msx2_state : public msx_state
354 msx2_state(const machine_config &mconfig, device_type type, const char *tag) in msx2_state() function