summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
commit4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch)
treea63a55bcc180e342382e9c9a680f0c643fd05248 /src/mess/includes
parentf35b95a00e64c63422116039aeae272029b58e51 (diff)
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/aim65.h2
-rw-r--r--src/mess/includes/amstr_pc.h10
-rw-r--r--src/mess/includes/apple2gs.h12
-rw-r--r--src/mess/includes/avigo.h2
-rw-r--r--src/mess/includes/bbc.h4
-rw-r--r--src/mess/includes/c128.h2
-rw-r--r--src/mess/includes/c64.h2
-rw-r--r--src/mess/includes/c65.h2
-rw-r--r--src/mess/includes/cgenie.h4
-rw-r--r--src/mess/includes/cosmicos.h2
-rw-r--r--src/mess/includes/electron.h2
-rw-r--r--src/mess/includes/enterp.h2
-rw-r--r--src/mess/includes/europc.h8
-rw-r--r--src/mess/includes/gb.h2
-rw-r--r--src/mess/includes/gp32.h2
-rw-r--r--src/mess/includes/hp48.h2
-rw-r--r--src/mess/includes/kc.h2
-rw-r--r--src/mess/includes/lviv.h2
-rw-r--r--src/mess/includes/mac.h2
-rw-r--r--src/mess/includes/nascom1.h2
-rw-r--r--src/mess/includes/nc.h2
-rw-r--r--src/mess/includes/nes.h4
-rw-r--r--src/mess/includes/partner.h2
-rw-r--r--src/mess/includes/pc.h4
-rw-r--r--src/mess/includes/pcw.h12
-rw-r--r--src/mess/includes/pet.h4
-rw-r--r--src/mess/includes/plus4.h2
-rw-r--r--src/mess/includes/tandy1t.h14
-rw-r--r--src/mess/includes/tmc1800.h2
-rw-r--r--src/mess/includes/trs80m2.h2
-rw-r--r--src/mess/includes/tvc.h2
-rw-r--r--src/mess/includes/vc4000.h2
-rw-r--r--src/mess/includes/vidbrain.h2
-rw-r--r--src/mess/includes/x1.h2
-rw-r--r--src/mess/includes/x68k.h2
35 files changed, 63 insertions, 63 deletions
diff --git a/src/mess/includes/aim65.h b/src/mess/includes/aim65.h
index 11949515d87..37237085385 100644
--- a/src/mess/includes/aim65.h
+++ b/src/mess/includes/aim65.h
@@ -61,7 +61,7 @@ public:
virtual void machine_start();
TIMER_CALLBACK_MEMBER(aim65_printer_timer);
void aim65_pia();
-
+
DECLARE_WRITE16_MEMBER(aim65_update_ds1);
DECLARE_WRITE16_MEMBER(aim65_update_ds2);
DECLARE_WRITE16_MEMBER(aim65_update_ds3);
diff --git a/src/mess/includes/amstr_pc.h b/src/mess/includes/amstr_pc.h
index 20de12892dc..90b70b1e43c 100644
--- a/src/mess/includes/amstr_pc.h
+++ b/src/mess/includes/amstr_pc.h
@@ -14,7 +14,7 @@ class amstrad_pc_state : public pc_state
public:
amstrad_pc_state(const machine_config &mconfig, device_type type, const char *tag)
: pc_state(mconfig, type, tag)
- { m_mouse.x =0; m_mouse.y=0;}
+ { m_mouse.x =0; m_mouse.y=0;}
DECLARE_READ8_MEMBER( pc1640_port60_r );
DECLARE_WRITE8_MEMBER( pc1640_port60_w );
@@ -30,12 +30,12 @@ public:
DECLARE_READ8_MEMBER( pc1640_port3d0_r );
DECLARE_READ8_MEMBER( pc1640_port4278_r );
DECLARE_READ8_MEMBER( pc1640_port278_r );
-
+
DECLARE_DRIVER_INIT(pc1512);
- DECLARE_DRIVER_INIT(pc1640);
+ DECLARE_DRIVER_INIT(pc1640);
DECLARE_DRIVER_INIT(ppc512);
DECLARE_DRIVER_INIT(pc200);
-
+
private:
struct {
UINT8 x,y; //byte clipping needed
@@ -47,7 +47,7 @@ private:
UINT8 m_port62;
UINT8 m_port65;
- int m_dipstate;
+ int m_dipstate;
};
INPUT_PORTS_EXTERN( amstrad_keyboard );
diff --git a/src/mess/includes/apple2gs.h b/src/mess/includes/apple2gs.h
index efad208eb0d..dac1eaa8988 100644
--- a/src/mess/includes/apple2gs.h
+++ b/src/mess/includes/apple2gs.h
@@ -238,24 +238,24 @@ public:
UINT8 apple2gs_xxCxxx_r(address_space &space, offs_t address);
void apple2gs_xxCxxx_w(address_space &space, offs_t address, UINT8 data);
void apple2gs_setup_memory();
-
+
DECLARE_READ8_MEMBER( gssnd_r );
DECLARE_WRITE8_MEMBER( gssnd_w );
DECLARE_READ8_MEMBER( apple2gs_00Cxxx_r );
DECLARE_READ8_MEMBER( apple2gs_01Cxxx_r );
DECLARE_READ8_MEMBER( apple2gs_E0Cxxx_r );
DECLARE_READ8_MEMBER( apple2gs_E1Cxxx_r );
- DECLARE_WRITE8_MEMBER( apple2gs_00Cxxx_w );
- DECLARE_WRITE8_MEMBER( apple2gs_01Cxxx_w );
- DECLARE_WRITE8_MEMBER( apple2gs_E0Cxxx_w );
- DECLARE_WRITE8_MEMBER( apple2gs_E1Cxxx_w );
+ DECLARE_WRITE8_MEMBER( apple2gs_00Cxxx_w );
+ DECLARE_WRITE8_MEMBER( apple2gs_01Cxxx_w );
+ DECLARE_WRITE8_MEMBER( apple2gs_E0Cxxx_w );
+ DECLARE_WRITE8_MEMBER( apple2gs_E1Cxxx_w );
DECLARE_WRITE8_MEMBER( apple2gs_Exxxxx_w );
DECLARE_WRITE8_MEMBER( apple2gs_E004xx_w );
DECLARE_WRITE8_MEMBER( apple2gs_E02xxx_w );
DECLARE_WRITE8_MEMBER( apple2gs_E104xx_w );
DECLARE_WRITE8_MEMBER( apple2gs_E12xxx_w );
DECLARE_WRITE8_MEMBER( apple2gs_slowmem_w );
- DECLARE_READ8_MEMBER(apple2gs_bank_echo_r);
+ DECLARE_READ8_MEMBER(apple2gs_bank_echo_r);
};
diff --git a/src/mess/includes/avigo.h b/src/mess/includes/avigo.h
index 1f2e41f368e..bdbea2a00dd 100644
--- a/src/mess/includes/avigo.h
+++ b/src/mess/includes/avigo.h
@@ -107,7 +107,7 @@ public:
virtual void palette_init();
TIMER_DEVICE_CALLBACK_MEMBER(avigo_scan_timer);
TIMER_DEVICE_CALLBACK_MEMBER(avigo_1hz_timer);
-
+
DECLARE_QUICKLOAD_LOAD_MEMBER( avigo);
};
#endif /* AVIGO_H_ */
diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h
index 43e4196ebc1..63a8ffb2fcb 100644
--- a/src/mess/includes/bbc.h
+++ b/src/mess/includes/bbc.h
@@ -32,7 +32,7 @@ public:
m_trom(*this, "saa505x"),
m_cassette(*this, "cassette"),
m_acia(*this, "acia6850"),
- m_ACCCON_IRR(CLEAR_LINE),
+ m_ACCCON_IRR(CLEAR_LINE),
m_via_system_irq(CLEAR_LINE),
m_via_user_irq(CLEAR_LINE),
m_acia_irq(CLEAR_LINE),
@@ -374,7 +374,7 @@ protected:
void MC6850_Receive_Clock(int new_clock);
void BBC_Cassette_motor(unsigned char status);
void bbc_update_fdq_int(int state);
-public:
+public:
unsigned int calculate_video_address(int ma,int ra);
};
diff --git a/src/mess/includes/c128.h b/src/mess/includes/c128.h
index 9b9dd03fc51..1089afc0dd3 100644
--- a/src/mess/includes/c128.h
+++ b/src/mess/includes/c128.h
@@ -193,7 +193,7 @@ public:
DECLARE_INPUT_CHANGED_MEMBER( restore );
DECLARE_INPUT_CHANGED_MEMBER( caps_lock );
-
+
DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_c64 );
// memory state
int m_z80en;
diff --git a/src/mess/includes/c64.h b/src/mess/includes/c64.h
index 042bb1a980e..6cf0b902556 100644
--- a/src/mess/includes/c64.h
+++ b/src/mess/includes/c64.h
@@ -138,7 +138,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( exp_reset_w );
DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_c64 );
-
+
// memory state
int m_loram;
int m_hiram;
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h
index b87d8e12338..f003c0432fb 100644
--- a/src/mess/includes/c65.h
+++ b/src/mess/includes/c65.h
@@ -162,7 +162,7 @@ public:
DECLARE_READ8_MEMBER( c65_read_io );
DECLARE_READ8_MEMBER( c65_read_io_dc00 );
DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_c65 );
-
+
int c64_paddle_read( device_t *device, address_space &space, int which );
void c65_nmi( );
void c65_irq( int level );
diff --git a/src/mess/includes/cgenie.h b/src/mess/includes/cgenie.h
index 3aa7d6c1cf2..ab06d1a4856 100644
--- a/src/mess/includes/cgenie.h
+++ b/src/mess/includes/cgenie.h
@@ -85,7 +85,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<cassette_image_device> m_cassette;
required_device<ram_device> m_ram;
-
+
void cgenie_offset_xy();
int cgenie_get_register(int indx);
void cgenie_mode_select(int mode);
@@ -131,7 +131,7 @@ public:
DECLARE_WRITE8_MEMBER( cgenie_index_w );
DECLARE_WRITE8_MEMBER( cgenie_register_w );
-
+
};
diff --git a/src/mess/includes/cosmicos.h b/src/mess/includes/cosmicos.h
index 5ec6b9892ee..f631f2425d3 100644
--- a/src/mess/includes/cosmicos.h
+++ b/src/mess/includes/cosmicos.h
@@ -110,7 +110,7 @@ public:
DECLARE_DIRECT_UPDATE_MEMBER(cosmicos_direct_update_handler);
DECLARE_QUICKLOAD_LOAD_MEMBER( cosmicos );
-
+
void set_cdp1802_mode(int mode);
void clear_input_data();
void set_ram_mode();
diff --git a/src/mess/includes/electron.h b/src/mess/includes/electron.h
index cc817b31dd1..2fbdb5acea9 100644
--- a/src/mess/includes/electron.h
+++ b/src/mess/includes/electron.h
@@ -60,7 +60,7 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cassette(*this, "cassette"),
- m_beeper(*this, "beeper") { }
+ m_beeper(*this, "beeper") { }
ULA m_ula;
emu_timer *m_tape_timer;
diff --git a/src/mess/includes/enterp.h b/src/mess/includes/enterp.h
index 860cf5bf5ea..7d88614233c 100644
--- a/src/mess/includes/enterp.h
+++ b/src/mess/includes/enterp.h
@@ -64,7 +64,7 @@ public:
void Nick_UpdateLPT();
void Nick_ReloadLPT();
void Nick_DoLine();
- void Nick_DoScreen(bitmap_ind16 &bm);
+ void Nick_DoScreen(bitmap_ind16 &bm);
};
diff --git a/src/mess/includes/europc.h b/src/mess/includes/europc.h
index 0eb62f77f93..8e9f71f5ea7 100644
--- a/src/mess/includes/europc.h
+++ b/src/mess/includes/europc.h
@@ -15,8 +15,8 @@ class europc_pc_state : public pc_state
public:
europc_pc_state(const machine_config &mconfig, device_type type, const char *tag)
: pc_state(mconfig, type, tag),
- m_jim_state(0),
- m_port61(0) { }
+ m_jim_state(0),
+ m_port61(0) { }
DECLARE_WRITE8_MEMBER( europc_pio_w );
DECLARE_READ8_MEMBER( europc_pio_r );
@@ -27,9 +27,9 @@ public:
DECLARE_READ8_MEMBER( europc_rtc_r );
DECLARE_WRITE8_MEMBER( europc_rtc_w );
-
+
TIMER_CALLBACK_MEMBER(europc_rtc_timer);
-
+
DECLARE_DRIVER_INIT(europc);
void europc_rtc_set_time();
diff --git a/src/mess/includes/gb.h b/src/mess/includes/gb.h
index f1b1d604dd9..3656e23bea6 100644
--- a/src/mess/includes/gb.h
+++ b/src/mess/includes/gb.h
@@ -214,7 +214,7 @@ protected:
required_memory_region m_region_maincpu;
optional_memory_bank m_rambank; // cgb
required_ioport m_inputs;
- optional_device<ram_device> m_ram;
+ optional_device<ram_device> m_ram;
void gb_timer_increment();
void gb_timer_check_irq();
diff --git a/src/mess/includes/gp32.h b/src/mess/includes/gp32.h
index f84e685da49..ee0e0cf1195 100644
--- a/src/mess/includes/gp32.h
+++ b/src/mess/includes/gp32.h
@@ -229,7 +229,7 @@ protected:
void iic_resume();
void s3c240x_machine_start();
void s3c240x_machine_reset();
- inline rgb_t s3c240x_get_color_5551( UINT16 data);
+ inline rgb_t s3c240x_get_color_5551( UINT16 data);
UINT32 s3c240x_lcd_dma_read( );
void s3c240x_lcd_render_01( );
void s3c240x_lcd_render_02( );
diff --git a/src/mess/includes/hp48.h b/src/mess/includes/hp48.h
index fe9e72b6d2d..fd09d04deb9 100644
--- a/src/mess/includes/hp48.h
+++ b/src/mess/includes/hp48.h
@@ -110,7 +110,7 @@ public:
#define HP48_IO_8(x) (m_io[(x)] | (m_io[(x)+1] << 4))
#define HP48_IO_12(x) (m_io[(x)] | (m_io[(x)+1] << 4) | (m_io[(x)+2] << 8))
#define HP48_IO_20(x) (m_io[(x)] | (m_io[(x)+1] << 4) | (m_io[(x)+2] << 8) | \
- (m_io[(x)+3] << 12) | (m_io[(x)+4] << 16))
+ (m_io[(x)+3] << 12) | (m_io[(x)+4] << 16))
/*----------- defined in machine/hp48.c -----------*/
diff --git a/src/mess/includes/kc.h b/src/mess/includes/kc.h
index 7b4ce9eb3d5..9f90f5cfcf2 100644
--- a/src/mess/includes/kc.h
+++ b/src/mess/includes/kc.h
@@ -149,7 +149,7 @@ public:
TIMER_CALLBACK_MEMBER(kc_cassette_oneshot_timer);
TIMER_CALLBACK_MEMBER(kc_cassette_timer_callback);
TIMER_DEVICE_CALLBACK_MEMBER(kc_scanline);
-
+
DECLARE_QUICKLOAD_LOAD_MEMBER( kc );
};
diff --git a/src/mess/includes/lviv.h b/src/mess/includes/lviv.h
index 7e792a6194c..fe72bb22e10 100644
--- a/src/mess/includes/lviv.h
+++ b/src/mess/includes/lviv.h
@@ -56,7 +56,7 @@ public:
void lviv_setup_snapshot (UINT8 * data);
void dump_registers();
int lviv_verify_snapshot (UINT8 * data, UINT32 size);
- DECLARE_SNAPSHOT_LOAD_MEMBER( lviv );
+ DECLARE_SNAPSHOT_LOAD_MEMBER( lviv );
};
diff --git a/src/mess/includes/mac.h b/src/mess/includes/mac.h
index 33a1d726f53..aad7792af8f 100644
--- a/src/mess/includes/mac.h
+++ b/src/mess/includes/mac.h
@@ -398,7 +398,7 @@ public:
DECLARE_WRITE_LINE_MEMBER(cuda_reset_w);
DECLARE_WRITE_LINE_MEMBER(adb_linechange_w);
-
+
DECLARE_WRITE_LINE_MEMBER(mac_scsi_irq);
DECLARE_DIRECT_UPDATE_MEMBER(overlay_opbaseoverride);
diff --git a/src/mess/includes/nascom1.h b/src/mess/includes/nascom1.h
index 18dfee41fe3..4f35b2cb3e1 100644
--- a/src/mess/includes/nascom1.h
+++ b/src/mess/includes/nascom1.h
@@ -63,7 +63,7 @@ public:
DECLARE_DEVICE_IMAGE_UNLOAD_MEMBER( nascom1_cassette );
required_device<cpu_device> m_maincpu;
required_device<cassette_image_device> m_cassette;
- required_device<ram_device> m_ram;
+ required_device<ram_device> m_ram;
DECLARE_SNAPSHOT_LOAD_MEMBER( nascom1 );
};
diff --git a/src/mess/includes/nc.h b/src/mess/includes/nc.h
index 0e63cf18d15..94ca1749fbd 100644
--- a/src/mess/includes/nc.h
+++ b/src/mess/includes/nc.h
@@ -110,7 +110,7 @@ public:
required_device<ram_device> m_ram;
required_device<beep_device> m_beeper1;
required_device<beep_device> m_beeper2;
-
+
void nc200_video_set_backlight(int state);
void nc_card_save(device_image_interface &image);
int nc_card_calculate_mask(int size);
diff --git a/src/mess/includes/nes.h b/src/mess/includes/nes.h
index d673c09b77e..102d96f7202 100644
--- a/src/mess/includes/nes.h
+++ b/src/mess/includes/nes.h
@@ -249,7 +249,7 @@ static SLOT_INTERFACE_START(nes_cart)
SLOT_INTERFACE_INTERNAL("gs2004", NES_GS2004)
SLOT_INTERFACE_INTERNAL("gs2013", NES_GS2013)
SLOT_INTERFACE_INTERNAL("tf9in1", NES_TF9IN1)
- SLOT_INTERFACE_INTERNAL("3dblock", NES_3DBLOCK) // NROM + IRQ?
+ SLOT_INTERFACE_INTERNAL("3dblock", NES_3DBLOCK) // NROM + IRQ?
SLOT_INTERFACE_INTERNAL("racermate", NES_RACERMATE) // mapper 168
SLOT_INTERFACE_INTERNAL("agci_50282", NES_AGCI_50282)
SLOT_INTERFACE_INTERNAL("dreamtech01", NES_DREAMTECH01)
@@ -283,7 +283,7 @@ static SLOT_INTERFACE_START(nes_cart)
SLOT_INTERFACE_INTERNAL("tobidase", NES_TOBIDASE) // mapper 120
SLOT_INTERFACE_INTERNAL("mmalee2", NES_MMALEE) // mapper 55?
SLOT_INTERFACE_INTERNAL("unl_2708", NES_2708) // mapper 103
- SLOT_INTERFACE_INTERNAL("unl_lh32", NES_LH32) // used by Monty no Doki Doki Daidassou FDS conversion
+ SLOT_INTERFACE_INTERNAL("unl_lh32", NES_LH32) // used by Monty no Doki Doki Daidassou FDS conversion
SLOT_INTERFACE_INTERNAL("unl_lh10", NES_LH10) // used in Fuuun Shaolin Kyo (FDS Conversion)
SLOT_INTERFACE_INTERNAL("unl_ac08", NES_AC08) // used by Green Beret FDS conversion
SLOT_INTERFACE_INTERNAL("unl_bb", NES_UNL_BB) // used by a few FDS conversions
diff --git a/src/mess/includes/partner.h b/src/mess/includes/partner.h
index 453ff22117b..a518f8bb013 100644
--- a/src/mess/includes/partner.h
+++ b/src/mess/includes/partner.h
@@ -34,7 +34,7 @@ public:
void partner_window_2(UINT8 bank_num, UINT16 offset,UINT8 *rom);
void partner_iomap_bank(UINT8 *rom);
void partner_bank_switch();
- required_device<ram_device> m_ram;
+ required_device<ram_device> m_ram;
};
diff --git a/src/mess/includes/pc.h b/src/mess/includes/pc.h
index 36b9e111c23..b992d20cb80 100644
--- a/src/mess/includes/pc.h
+++ b/src/mess/includes/pc.h
@@ -166,14 +166,14 @@ public:
int m_turbo_cur_val;
double m_turbo_off_speed;
double m_turbo_on_speed;
-
+
// keyboard
void init_pc_common(void (*set_keyb_int_func)(running_machine &, int));
TIMER_CALLBACK_MEMBER( pc_keyb_timer );
void pc_keyboard();
UINT8 pc_keyb_read();
void pc_keyb_set_clock(int on);
- void pc_keyb_clear();
+ void pc_keyb_clear();
void (*m_pc_keyb_int_cb)(running_machine &, int);
emu_timer *m_pc_keyb_timer;
UINT8 m_pc_keyb_data;
diff --git a/src/mess/includes/pcw.h b/src/mess/includes/pcw.h
index b64ade497fc..a1b449994ca 100644
--- a/src/mess/includes/pcw.h
+++ b/src/mess/includes/pcw.h
@@ -28,11 +28,11 @@ class pcw_state : public driver_device
public:
pcw_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
- m_maincpu(*this, "maincpu"),
- m_screen(*this, "screen"),
- m_fdc(*this, "upd765"),
- m_ram(*this, RAM_TAG),
- m_beeper(*this, "beeper")
+ m_maincpu(*this, "maincpu"),
+ m_screen(*this, "screen"),
+ m_fdc(*this, "upd765"),
+ m_ram(*this, RAM_TAG),
+ m_beeper(*this, "beeper")
{ }
int m_boot;
@@ -122,7 +122,7 @@ public:
required_device<upd765a_device> m_fdc;
required_device<ram_device> m_ram;
required_device<beep_device> m_beeper;
-
+
inline void pcw_plot_pixel(bitmap_ind16 &bitmap, int x, int y, UINT32 color);
void pcw_update_interrupt_counter();
void pcw_update_irqs();
diff --git a/src/mess/includes/pet.h b/src/mess/includes/pet.h
index 97f268f0c39..2881e73c6c2 100644
--- a/src/mess/includes/pet.h
+++ b/src/mess/includes/pet.h
@@ -128,9 +128,9 @@ public:
DECLARE_WRITE_LINE_MEMBER( pia2_irqb_w );
TIMER_DEVICE_CALLBACK_MEMBER( sync_tick );
-
+
DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_pet );
-
+
enum
{
SEL0 = 0,
diff --git a/src/mess/includes/plus4.h b/src/mess/includes/plus4.h
index 92618223736..12f51fbf372 100644
--- a/src/mess/includes/plus4.h
+++ b/src/mess/includes/plus4.h
@@ -120,7 +120,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( acia_irq_w );
DECLARE_WRITE_LINE_MEMBER( exp_irq_w );
-
+
DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_c16 );
enum
diff --git a/src/mess/includes/tandy1t.h b/src/mess/includes/tandy1t.h
index d0751786485..4b4d83b3d93 100644
--- a/src/mess/includes/tandy1t.h
+++ b/src/mess/includes/tandy1t.h
@@ -23,18 +23,18 @@ public:
DECLARE_READ8_MEMBER( tandy1000_bank_r );
DECLARE_WRITE8_MEMBER( tandy1000_bank_w );
- int tandy1000_read_eeprom();
+ int tandy1000_read_eeprom();
void tandy1000_write_eeprom(UINT8 data);
void tandy1000_set_bios_bank();
-
- DECLARE_MACHINE_RESET(tandy1000rl);
-
+
+ DECLARE_MACHINE_RESET(tandy1000rl);
+
struct
{
UINT8 low, high;
- } m_eeprom_ee[0x40]; /* only 0 to 4 used in hx, addressing seems to allow this */
-
-private:
+ } m_eeprom_ee[0x40]; /* only 0 to 4 used in hx, addressing seems to allow this */
+
+private:
int m_eeprom_state;
int m_eeprom_clock;
UINT8 m_eeprom_oper;
diff --git a/src/mess/includes/tmc1800.h b/src/mess/includes/tmc1800.h
index 52a768dbbaa..cf7550e7066 100644
--- a/src/mess/includes/tmc1800.h
+++ b/src/mess/includes/tmc1800.h
@@ -29,7 +29,7 @@ public:
m_maincpu(*this, CDP1802_TAG),
m_cassette(*this, "cassette"),
m_rom(*this, CDP1802_TAG),
- m_run(*this, "RUN"),
+ m_run(*this, "RUN"),
m_ram(*this, RAM_TAG),
m_beeper(*this, "beeper")
{ }
diff --git a/src/mess/includes/trs80m2.h b/src/mess/includes/trs80m2.h
index 615274c8d12..a27c0e25a41 100644
--- a/src/mess/includes/trs80m2.h
+++ b/src/mess/includes/trs80m2.h
@@ -127,7 +127,7 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);
DECLARE_READ8_MEMBER(io_read_byte);
- DECLARE_WRITE8_MEMBER(io_write_byte);
+ DECLARE_WRITE8_MEMBER(io_write_byte);
};
class trs80m16_state : public trs80m2_state
diff --git a/src/mess/includes/tvc.h b/src/mess/includes/tvc.h
index 67ff580b283..2d6b324778f 100644
--- a/src/mess/includes/tvc.h
+++ b/src/mess/includes/tvc.h
@@ -116,7 +116,7 @@ public:
DECLARE_READ8_MEMBER(tvc_expansion_r);
DECLARE_READ8_MEMBER(tvc_exp_id_r);
DECLARE_WRITE8_MEMBER(tvc_expint_ack_w);
-
+
DECLARE_QUICKLOAD_LOAD_MEMBER( tvc64);
tvcexp_slot_device * m_expansions[4];
diff --git a/src/mess/includes/vc4000.h b/src/mess/includes/vc4000.h
index 40163a5f60d..c13ea301e06 100644
--- a/src/mess/includes/vc4000.h
+++ b/src/mess/includes/vc4000.h
@@ -90,7 +90,7 @@ public:
#else
m_joys(*this, "JOYS"),
m_config(*this, "CONFIG") { }
-#endif
+#endif
DECLARE_WRITE8_MEMBER(vc4000_sound_ctl);
DECLARE_READ8_MEMBER(vc4000_key_r);
diff --git a/src/mess/includes/vidbrain.h b/src/mess/includes/vidbrain.h
index 3c5ee381e9e..358bd6e7fd0 100644
--- a/src/mess/includes/vidbrain.h
+++ b/src/mess/includes/vidbrain.h
@@ -97,7 +97,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( ext_int_w );
DECLARE_WRITE_LINE_MEMBER( hblank_w );
DECLARE_READ8_MEMBER(memory_read_byte);
-
+
IRQ_CALLBACK_MEMBER(vidbrain_int_ack);
diff --git a/src/mess/includes/x1.h b/src/mess/includes/x1.h
index b1cdd0663bc..43cc3314fd3 100644
--- a/src/mess/includes/x1.h
+++ b/src/mess/includes/x1.h
@@ -223,7 +223,7 @@ public:
int priority_mixer_pri(int color);
void cmt_command( UINT8 cmd );
UINT16 jis_convert(int kanji_addr);
-
+
DECLARE_READ8_MEMBER(memory_read_byte);
DECLARE_WRITE8_MEMBER(memory_write_byte);
DECLARE_READ8_MEMBER(io_read_byte);
diff --git a/src/mess/includes/x68k.h b/src/mess/includes/x68k.h
index 7e8b87bf6d7..eca1787935a 100644
--- a/src/mess/includes/x68k.h
+++ b/src/mess/includes/x68k.h
@@ -382,7 +382,7 @@ private:
void x68k_draw_gfx_scanline(bitmap_ind16 &bitmap, rectangle cliprect, UINT8 priority);
void x68k_draw_gfx(bitmap_ind16 &bitmap,rectangle cliprect);
void x68k_draw_sprites(bitmap_ind16 &bitmap, int priority, rectangle cliprect);
-public:
+public:
required_device<cpu_device> m_maincpu;
required_device<okim6258_device> m_okim6258;
required_device<ram_device> m_ram;