Ejemplo n.º 1
0
 public m52_state(machine_config mconfig, device_type type, string tag)
     : base(mconfig, type, tag)
 {
     m_videoram     = new required_shared_ptr_uint8_t(this, "videoram");
     m_colorram     = new required_shared_ptr_uint8_t(this, "colorram");
     m_spriteram    = new optional_shared_ptr_uint8_t(this, "spriteram");
     m_maincpu      = new required_device <cpu_device>(this, "maincpu");
     m_sp_gfxdecode = new required_device <gfxdecode_device>(this, "sp_gfxdecode");
     m_tx_gfxdecode = new required_device <gfxdecode_device>(this, "tx_gfxdecode");
     m_bg_gfxdecode = new required_device <gfxdecode_device>(this, "bg_gfxdecode");
     m_screen       = new required_device <screen_device>(this, "screen");
     m_sp_palette   = new required_device <palette_device>(this, "sp_palette");
     m_tx_palette   = new required_device <palette_device>(this, "tx_palette");
     m_bg_palette   = new required_device <palette_device>(this, "bg_palette");
 }
Ejemplo n.º 2
0
 public pacman_state(machine_config mconfig, device_type type, string tag)
     : base(mconfig, type, tag)
 {
     m_maincpu            = new required_device <cpu_device>(this, "maincpu");
     m_mainlatch          = new optional_device <ls259_device>(this, "mainlatch");
     m_namco_sound        = new optional_device <namco_device>(this, "namco");
     m_watchdog           = new required_device <watchdog_timer_device>(this, "watchdog");
     m_spriteram          = new optional_shared_ptr_uint8_t(this, "spriteram");
     m_spriteram2         = new optional_shared_ptr_uint8_t(this, "spriteram2");
     m_s2650_spriteram    = new optional_shared_ptr_uint8_t(this, "s2650_spriteram");
     m_videoram           = new required_shared_ptr_uint8_t(this, "videoram");
     m_colorram           = new optional_shared_ptr_uint8_t(this, "colorram");
     m_s2650games_tileram = new optional_shared_ptr_uint8_t(this, "s2650_tileram");
     m_rocktrv2_prot_data = new optional_shared_ptr_uint8_t(this, "rocktrv2_prot");
     m_gfxdecode          = new required_device <gfxdecode_device>(this, "gfxdecode");
     m_palette            = new required_device <palette_device>(this, "palette");
 }
Ejemplo n.º 3
0
 public centiped_state(machine_config mconfig, device_type type, string tag)
     : base(mconfig, type, tag)
 {
     m_rambase                = new optional_shared_ptr_uint8_t(this, "rambase");
     m_videoram               = new required_shared_ptr_uint8_t(this, "videoram");
     m_spriteram              = new required_shared_ptr_uint8_t(this, "spriteram");
     m_paletteram             = new optional_shared_ptr_uint8_t(this, "paletteram");
     m_bullsdrt_tiles_bankram = new optional_shared_ptr_uint8_t(this, "bullsdrt_bank");
     m_maincpu                = new required_device <cpu_device>(this, "maincpu");
     m_outlatch               = new required_device <ls259_device>(this, "outlatch");
     m_earom     = new optional_device <er2055_device>(this, "earom");
     m_eeprom    = new optional_device <eeprom_serial_93cxx_device>(this, "eeprom");
     m_gfxdecode = new required_device <gfxdecode_device>(this, "gfxdecode");
     m_screen    = new required_device <screen_device>(this, "screen");
     m_palette   = new required_device <palette_device>(this, "palette");
     m_aysnd     = new optional_device <ay8910_device>(this, "aysnd");
 }
Ejemplo n.º 4
0
 public galaga_state(machine_config mconfig, device_type type, string tag)
     : base(mconfig, type, tag)
 {
     m_videoram    = new optional_shared_ptr_uint8_t(this, "videoram");
     m_galaga_ram1 = new optional_shared_ptr_uint8_t(this, "galaga_ram1");
     m_galaga_ram2 = new optional_shared_ptr_uint8_t(this, "galaga_ram2");
     m_galaga_ram3 = new optional_shared_ptr_uint8_t(this, "galaga_ram3");
     m_videolatch  = new optional_device <ls259_device>(this, "videolatch");
     m_maincpu     = new required_device <cpu_device>(this, "maincpu");
     m_subcpu      = new required_device <cpu_device>(this, "sub");
     m_subcpu2     = new required_device <cpu_device>(this, "sub2");
     m_namco_sound = new required_device <namco_device>(this, "namco");
     m_gfxdecode   = new required_device <gfxdecode_device>(this, "gfxdecode");
     m_screen      = new required_device <screen_device>(this, "screen");
     m_palette     = new required_device <palette_device>(this, "palette");
     m_leds        = new output_manager.output_finder(2, this, "led{0}", 0U);
 }
Ejemplo n.º 5
0
 public galaxian_state(machine_config mconfig, device_type type, string tag)
     : base(mconfig, type, tag)
 {
     m_maincpu           = new required_device <cpu_device>(this, "maincpu");
     m_audiocpu          = new optional_device <cpu_device>(this, "audiocpu");
     m_audio2            = new optional_device <cpu_device>(this, "audio2");
     m_dac               = new optional_device <dac_byte_interface>(this, "dac");
     m_ay8910            = new optional_device_array_ay8910_device(3, this, "8910.{0}", 0); // "8910.%u"
     m_ay8910_cclimber   = new optional_device <ay8910_device>(this, "cclimber_audio:aysnd");
     m_digitalker        = new optional_device <digitalker_device>(this, "digitalker");
     m_ppi8255           = new optional_device_array_i8255_device(3, this, "ppi8255_{0}", 0); // ppi8255_%u
     m_gfxdecode         = new required_device <gfxdecode_device>(this, "gfxdecode");
     m_screen            = new required_device <screen_device>(this, "screen");
     m_palette           = new required_device <palette_device>(this, "palette");
     m_soundlatch        = new optional_device <generic_latch_8_device>(this, "soundlatch");
     m_discrete          = new optional_device <discrete_device>(this, "konami");
     m_fake_select       = new optional_ioport(this, "FAKE_SELECT");
     m_tenspot_game_dsw  = new optional_ioport_array(10, this, "IN2_GAME{0}", 0); //{"IN2_GAME0", "IN2_GAME1", "IN2_GAME2", "IN2_GAME3", "IN2_GAME4", "IN2_GAME5", "IN2_GAME6", "IN2_GAME7", "IN2_GAME8", "IN2_GAME9"});
     m_spriteram         = new required_shared_ptr_uint8_t(this, "spriteram");
     m_videoram          = new required_shared_ptr_uint8_t(this, "videoram");
     m_decrypted_opcodes = new optional_shared_ptr_uint8_t(this, "decrypted_opcodes");
     m_lamps             = new output_manager.output_finder(2, this, "lamp{0}", 0U); //"lamp%u"
 }