trunk/src/mame/includes/stv.h
| r21326 | r21327 | |
| 14 | 14 | m_workram_h(*this, "workram_h"), |
| 15 | 15 | m_sound_ram(*this, "sound_ram"), |
| 16 | 16 | m_fake_comms(*this, "fake") |
| 17 | | { } |
| 17 | { |
| 18 | } |
| 18 | 19 | |
| 19 | 20 | required_shared_ptr<UINT32> m_workram_l; |
| 20 | 21 | required_shared_ptr<UINT32> m_workram_h; |
| r21326 | r21327 | |
| 648 | 649 | class stv_state : public saturn_state |
| 649 | 650 | { |
| 650 | 651 | public: |
| 652 | stv_state(const machine_config &mconfig, device_type type, const char *tag) |
| 653 | : saturn_state(mconfig, type, tag) |
| 654 | { |
| 655 | } |
| 656 | |
| 651 | 657 | DECLARE_DRIVER_INIT(astrass); |
| 652 | 658 | DECLARE_DRIVER_INIT(batmanfr); |
| 653 | 659 | DECLARE_DRIVER_INIT(finlarch); |