Home
last modified time | relevance | path

Searched refs:xbox_state (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dxbox.cpp30 class xbox_state : public xbox_base_state class
33 xbox_state(const machine_config &mconfig, device_type type, const char *tag) in xbox_state() function in xbox_state
57 void xbox_state::video_start() in video_start()
61 void xbox_state::xbox_map(address_map &map) in xbox_map()
123 void xbox_state::hack_eeprom() in DEF_STR()
133 void xbox_state::machine_start() in machine_start()
140 void xbox_state::machine_reset() in machine_reset()
165 void xbox_state::xbox(machine_config &config) in xbox()
168 m_maincpu->set_addrmap(AS_PROGRAM, &xbox_state::xbox_map); in xbox()
220 CONS( 2001, xbox, 0, 0, xbox, xbox, xbox_state, empty_init, "Microsoft", "XBOX", MACHINE_IS_SKELET…
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dxbox.cpp30 class xbox_state : public xbox_base_state class
33 xbox_state(const machine_config &mconfig, device_type type, const char *tag) in xbox_state() function in xbox_state
57 void xbox_state::video_start() in video_start()
61 void xbox_state::xbox_map(address_map &map) in xbox_map()
123 void xbox_state::hack_eeprom() in DEF_STR()
133 void xbox_state::machine_start() in machine_start()
140 void xbox_state::machine_reset() in machine_reset()
165 void xbox_state::xbox(machine_config &config) in xbox()
168 m_maincpu->set_addrmap(AS_PROGRAM, &xbox_state::xbox_map); in xbox()
220 CONS( 2001, xbox, 0, 0, xbox, xbox, xbox_state, empty_init, "Microsoft", "XBOX", MACHINE_IS_SKELET…