Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmsx.cpp22 void msx_state::machine_reset() in machine_reset()
29 void msx_state::machine_start() in machine_start()
38 msx_state::machine_start(); in machine_start()
169 void msx_state::driver_start() in driver_start()
188 void msx_state::device_post_load() in device_post_load()
212 uint8_t msx_state::msx_psg_port_a_r() in msx_psg_port_a_r()
258 uint8_t msx_state::msx_psg_port_b_r() in msx_psg_port_b_r()
342 uint8_t msx_state::msx_ppi_port_b_r() in msx_ppi_port_b_r()
377 void msx_state::msx_memory_init() in msx_memory_init()
405 void msx_state::msx_memory_reset () in msx_memory_reset()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmsx.cpp22 void msx_state::machine_reset() in machine_reset()
29 void msx_state::machine_start() in machine_start()
38 msx_state::machine_start(); in machine_start()
169 void msx_state::driver_start() in driver_start()
188 void msx_state::device_post_load() in device_post_load()
212 uint8_t msx_state::msx_psg_port_a_r() in msx_psg_port_a_r()
258 uint8_t msx_state::msx_psg_port_b_r() in msx_psg_port_b_r()
342 uint8_t msx_state::msx_ppi_port_b_r() in msx_ppi_port_b_r()
377 void msx_state::msx_memory_init() in msx_memory_init()
405 void msx_state::msx_memory_reset () in msx_memory_reset()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dmsx.cpp543 map(0x0000, 0xfffe).rw(FUNC(msx_state::msx_mem_read), FUNC(msx_state::msx_mem_write)); in msx_memory_map()
544 map(0xffff, 0xffff).rw(FUNC(msx_state::msx_sec_slot_r), FUNC(msx_state::msx_sec_slot_w)); in msx_memory_map()
548 void msx_state::msx_io_map(address_map &map) in msx_io_map()
559 map(0xd8, 0xd9).rw(FUNC(msx_state::msx_kanji_r), FUNC(msx_state::msx_kanji_w)); in msx_io_map()
1352 void msx_state::msx(machine_config &config) in msx()
1706 void msx_state::mx10(machine_config &config) in CRC()
1772 void msx_state::pv7(machine_config &config) in CRC()
2123 void msx_state::fmx(machine_config &config) in CRC()
4267 void msx_state::hc5(machine_config &config) in CRC()
4289 void msx_state::hc6(machine_config &config) in CRC()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dmsx.cpp543 map(0x0000, 0xfffe).rw(FUNC(msx_state::msx_mem_read), FUNC(msx_state::msx_mem_write)); in msx_memory_map()
544 map(0xffff, 0xffff).rw(FUNC(msx_state::msx_sec_slot_r), FUNC(msx_state::msx_sec_slot_w)); in msx_memory_map()
548 void msx_state::msx_io_map(address_map &map) in msx_io_map()
559 map(0xd8, 0xd9).rw(FUNC(msx_state::msx_kanji_r), FUNC(msx_state::msx_kanji_w)); in msx_io_map()
1352 void msx_state::msx(machine_config &config) in msx()
1706 void msx_state::mx10(machine_config &config) in CRC()
1772 void msx_state::pv7(machine_config &config) in CRC()
2123 void msx_state::fmx(machine_config &config) in CRC()
4267 void msx_state::hc5(machine_config &config) in CRC()
4289 void msx_state::hc6(machine_config &config) in CRC()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dmsx.h46 class msx_state : public driver_device
49 msx_state(const machine_config &mconfig, device_type type, const char *tag) in msx_state() function
351 class msx2_state : public msx_state
355 : msx_state(mconfig, type, tag) in msx2_state()
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dmsx.h46 class msx_state : public driver_device
49 msx_state(const machine_config &mconfig, device_type type, const char *tag) in msx_state() function
351 class msx2_state : public msx_state
355 : msx_state(mconfig, type, tag) in msx2_state()