diff options
Diffstat (limited to 'src/mess/includes')
| -rw-r--r-- | src/mess/includes/aim65.h | 2 | ||||
| -rw-r--r-- | src/mess/includes/amstr_pc.h | 4 | ||||
| -rw-r--r-- | src/mess/includes/dccons.h | 8 | ||||
| -rw-r--r-- | src/mess/includes/md_cons.h | 2 | ||||
| -rw-r--r-- | src/mess/includes/osi.h | 2 | ||||
| -rw-r--r-- | src/mess/includes/rmnimbus.h | 28 | ||||
| -rw-r--r-- | src/mess/includes/studio2.h | 2 |
7 files changed, 23 insertions, 25 deletions
diff --git a/src/mess/includes/aim65.h b/src/mess/includes/aim65.h index 313a9d66010..fec6d81df8c 100644 --- a/src/mess/includes/aim65.h +++ b/src/mess/includes/aim65.h @@ -77,7 +77,7 @@ public: DECLARE_WRITE16_MEMBER(aim65_update_ds3); DECLARE_WRITE16_MEMBER(aim65_update_ds4); DECLARE_WRITE16_MEMBER(aim65_update_ds5); - + void dl1416_update(dl1416_device *device, int index); DECLARE_DEVICE_IMAGE_LOAD_MEMBER(aim65_cart); diff --git a/src/mess/includes/amstr_pc.h b/src/mess/includes/amstr_pc.h index bd297e86b4a..ec37c30c8c5 100644 --- a/src/mess/includes/amstr_pc.h +++ b/src/mess/includes/amstr_pc.h @@ -18,10 +18,10 @@ public: m_lpt1(*this, "lpt_1"), m_lpt2(*this, "lpt_2") { m_mouse.x =0; m_mouse.y=0;} - + required_device<pc_lpt_device> m_lpt1; required_device<pc_lpt_device> m_lpt2; - + DECLARE_READ8_MEMBER( pc1640_port60_r ); DECLARE_WRITE8_MEMBER( pc1640_port60_w ); diff --git a/src/mess/includes/dccons.h b/src/mess/includes/dccons.h index 45b74bb6806..56d7b19a213 100644 --- a/src/mess/includes/dccons.h +++ b/src/mess/includes/dccons.h @@ -9,11 +9,11 @@ public: dc_cons_state(const machine_config &mconfig, device_type type, const char *tag) : dc_state(mconfig, type, tag), m_ata(*this, "ata") -// m_dcflash(*this, "dcflash") +// m_dcflash(*this, "dcflash") { } required_device<ata_interface_device> m_ata; -// required_device<macronix_29lv160tmc_device> m_dcflash; +// required_device<macronix_29lv160tmc_device> m_dcflash; DECLARE_DRIVER_INIT(dc); DECLARE_DRIVER_INIT(dcus); @@ -36,8 +36,8 @@ public: void dreamcast_atapi_init(); DECLARE_READ32_MEMBER( dc_mess_g1_ctrl_r ); DECLARE_WRITE32_MEMBER( dc_mess_g1_ctrl_w ); -// DECLARE_READ8_MEMBER( dc_flash_r ); -// DECLARE_WRITE8_MEMBER( dc_flash_w ); +// DECLARE_READ8_MEMBER( dc_flash_r ); +// DECLARE_WRITE8_MEMBER( dc_flash_w ); private: UINT64 PDTRA, PCTRA; diff --git a/src/mess/includes/md_cons.h b/src/mess/includes/md_cons.h index c6d746fc93d..ec0a779cef7 100644 --- a/src/mess/includes/md_cons.h +++ b/src/mess/includes/md_cons.h @@ -26,5 +26,3 @@ public: DECLARE_MACHINE_START( ms_megadriv ); // setup ioport_port + install cartslot handlers DECLARE_MACHINE_RESET( ms_megadriv ); }; - - diff --git a/src/mess/includes/osi.h b/src/mess/includes/osi.h index b6da6d79367..04a16a44836 100644 --- a/src/mess/includes/osi.h +++ b/src/mess/includes/osi.h @@ -74,7 +74,7 @@ public: /* floppy state */ int m_fdc_index; DECLARE_WRITE_LINE_MEMBER(osi470_index_callback); - + DECLARE_PALETTE_INIT(osi630); required_device<cpu_device> m_maincpu; diff --git a/src/mess/includes/rmnimbus.h b/src/mess/includes/rmnimbus.h index 1f27d8bb4a1..5405c16203b 100644 --- a/src/mess/includes/rmnimbus.h +++ b/src/mess/includes/rmnimbus.h @@ -411,7 +411,7 @@ public: required_device<ram_device> m_ram; UINT32 m_debug_machine; -// i186_state m_i186; +// i186_state m_i186; keyboard_t m_keyboard; nimbus_drives_t m_nimbus_drives; ipc_interface_t m_ipc_interface; @@ -429,8 +429,8 @@ public: UINT8 m_hs_count; UINT32 m_debug_video; UINT8 m_vector; -// DECLARE_READ16_MEMBER(nimbus_i186_internal_port_r); -// DECLARE_WRITE16_MEMBER(nimbus_i186_internal_port_w); +// DECLARE_READ16_MEMBER(nimbus_i186_internal_port_r); +// DECLARE_WRITE16_MEMBER(nimbus_i186_internal_port_w); DECLARE_READ8_MEMBER(nimbus_mcu_r); DECLARE_WRITE8_MEMBER(nimbus_mcu_w); DECLARE_READ16_MEMBER(nimbus_io_r); @@ -461,8 +461,8 @@ public: virtual void palette_init(); UINT32 screen_update_nimbus(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); void screen_eof_nimbus(screen_device &screen, bool state); -// TIMER_CALLBACK_MEMBER(internal_timer_int); -// TIMER_CALLBACK_MEMBER(dma_timer_callback); +// TIMER_CALLBACK_MEMBER(internal_timer_int); +// TIMER_CALLBACK_MEMBER(dma_timer_callback); TIMER_CALLBACK_MEMBER(keyscan_callback); TIMER_CALLBACK_MEMBER(mouse_callback); DECLARE_WRITE_LINE_MEMBER(sio_interrupt); @@ -502,17 +502,17 @@ public: void write_reg_01E(); void write_reg_026(); void change_palette(UINT8 bank, UINT16 colours, UINT8 regno); -// void update_interrupt_state(); -// void handle_eoi(int data); +// void update_interrupt_state(); +// void handle_eoi(int data); void external_int(UINT16 intno, UINT8 vector); DECLARE_READ8_MEMBER(cascade_callback); -// void nimbus_recalculate_ints(); -// void internal_timer_sync(int which); -// void internal_timer_update(int which,int new_count,int new_maxA,int new_maxB,int new_control); -// void update_dma_control(int which, int new_control); -// void drq_callback(int which); -// void nimbus_cpu_init(); -// void nimbus_cpu_reset(); +// void nimbus_recalculate_ints(); +// void internal_timer_sync(int which); +// void internal_timer_update(int which,int new_count,int new_maxA,int new_maxB,int new_control); +// void update_dma_control(int which, int new_control); +// void drq_callback(int which); +// void nimbus_cpu_init(); +// void nimbus_cpu_reset(); void *get_dssi_ptr(address_space &space, UINT16 ds, UINT16 si); void nimbus_bank_memory(); void memory_reset(); diff --git a/src/mess/includes/studio2.h b/src/mess/includes/studio2.h index ec1b85e32f3..75d0bca2507 100644 --- a/src/mess/includes/studio2.h +++ b/src/mess/includes/studio2.h @@ -79,7 +79,7 @@ public: required_shared_ptr<UINT8> m_color1_ram; DECLARE_WRITE8_MEMBER( dma_w ); - + DECLARE_DEVICE_IMAGE_LOAD_MEMBER( visicom_cart_load ); }; |
