trunk/src/emu/bus/sms_ctrl/graphic.c
| r242536 | r242537 | |
| 77 | 77 | //------------------------------------------------- |
| 78 | 78 | |
| 79 | 79 | sms_graphic_device::sms_graphic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 80 | | : device_t(mconfig, SMS_GRAPHIC, "Graphic Board", tag, owner, clock, "sms_joypad", __FILE__) |
| 80 | : device_t(mconfig, SMS_GRAPHIC, "Graphic Board", tag, owner, clock, "sms_graphic", __FILE__) |
| 81 | 81 | , device_sms_control_port_interface(mconfig, *this) |
| 82 | 82 | , m_buttons(*this, "BUTTONS") |
| 83 | 83 | , m_x(*this, "X") |
trunk/src/emu/video/315_5124.c
| r242536 | r242537 | |
| 190 | 190 | |
| 191 | 191 | |
| 192 | 192 | sega315_5378_device::sega315_5378_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 193 | | : sega315_5124_device( mconfig, SEGA315_5378, "Sega 315-5378", tag, owner, clock, SEGA315_5378_CRAM_SIZE, 0x10, true, "sega315_5378", __FILE__, X_SCROLL_HPOS_5378) |
| 193 | : sega315_5124_device( mconfig, SEGA315_5378, "Sega 315-5378 VDP", tag, owner, clock, SEGA315_5378_CRAM_SIZE, 0x10, true, "sega315_5378", __FILE__, X_SCROLL_HPOS_5378) |
| 194 | 194 | { |
| 195 | 195 | } |
| 196 | 196 | |
trunk/src/emu/video/315_5313.c
| r242536 | r242537 | |
| 13 | 13 | const device_type SEGA315_5313 = &device_creator<sega315_5313_device>; |
| 14 | 14 | |
| 15 | 15 | sega315_5313_device::sega315_5313_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 16 | | : sega315_5124_device( mconfig, SEGA315_5246, "Sega 315-5313 (Genesis VDP)", tag, owner, clock, SEGA315_5124_CRAM_SIZE, 0, true, "sega315_5313", __FILE__), |
| 16 | : sega315_5124_device( mconfig, SEGA315_5313, "Sega 315-5313 Megadrive VDP", tag, owner, clock, SEGA315_5124_CRAM_SIZE, 0, true, "sega315_5313", __FILE__), |
| 17 | 17 | m_sndirqline_callback(*this), |
| 18 | 18 | m_lv6irqline_callback(*this), |
| 19 | 19 | m_lv4irqline_callback(*this), |
trunk/src/mame/machine/315_5296.c
| r242536 | r242537 | |
| 30 | 30 | //------------------------------------------------- |
| 31 | 31 | |
| 32 | 32 | sega_315_5296_device::sega_315_5296_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 33 | | : device_t(mconfig, SEGA_315_5296, "Sega 315-5296", tag, owner, clock, "315-5296", __FILE__), |
| 33 | : device_t(mconfig, SEGA_315_5296, "Sega 315-5296 I/O", tag, owner, clock, "315-5296", __FILE__), |
| 34 | 34 | m_in_pa_cb(*this), |
| 35 | 35 | m_in_pb_cb(*this), |
| 36 | 36 | m_in_pc_cb(*this), |