summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/20pacgal.h4
-rw-r--r--src/mame/includes/4enraya.h2
-rw-r--r--src/mame/includes/8080bw.h2
-rw-r--r--src/mame/includes/alpha68k.h2
-rw-r--r--src/mame/includes/amiga.h2
-rw-r--r--src/mame/includes/armedf.h2
-rw-r--r--src/mame/includes/btime.h2
-rw-r--r--src/mame/includes/carpolo.h2
-rw-r--r--src/mame/includes/cps3.h2
-rw-r--r--src/mame/includes/deco32.h2
-rw-r--r--src/mame/includes/eolith.h2
-rw-r--r--src/mame/includes/galaga.h10
-rw-r--r--src/mame/includes/galaxian.h6
-rw-r--r--src/mame/includes/itech32.h1
-rw-r--r--src/mame/includes/itech8.h2
-rw-r--r--src/mame/includes/ladybug.h2
-rw-r--r--src/mame/includes/n64.h2
-rw-r--r--src/mame/includes/stv.h5
-rw-r--r--src/mame/includes/tecmosys.h1
19 files changed, 24 insertions, 29 deletions
diff --git a/src/mame/includes/20pacgal.h b/src/mame/includes/20pacgal.h
index 5e1f5143da0..29b5cefdde7 100644
--- a/src/mame/includes/20pacgal.h
+++ b/src/mame/includes/20pacgal.h
@@ -63,8 +63,8 @@ public:
void draw_chars(bitmap_rgb32 &bitmap);
void draw_stars(bitmap_rgb32 &bitmap, const rectangle &cliprect );
void draw_sprite(bitmap_rgb32 &bitmap, int y, int x,
- UINT8 code, UINT8 color, int flip_y, int flip_x);
-
+ UINT8 code, UINT8 color, int flip_y, int flip_x);
+
};
diff --git a/src/mame/includes/4enraya.h b/src/mame/includes/4enraya.h
index 049582e02e8..a840ef6954b 100644
--- a/src/mame/includes/4enraya.h
+++ b/src/mame/includes/4enraya.h
@@ -15,7 +15,7 @@ public:
m_snd_latch_bit(4)
{ }
-
+
required_device<ay8910_device> m_ay;
/* memory pointers */
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index bf098f8fe4e..e02bc004aa3 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -131,7 +131,7 @@ public:
DECLARE_WRITE8_MEMBER(polaris_sh_port_1_w);
DECLARE_WRITE8_MEMBER(polaris_sh_port_2_w);
DECLARE_WRITE8_MEMBER(polaris_sh_port_3_w);
-
+
void schaser_reinit_555_time_remain();
void invadpt2_get_pens( pen_t *pens );
void sflush_get_pens( pen_t *pens );
diff --git a/src/mame/includes/alpha68k.h b/src/mame/includes/alpha68k.h
index 44460b650cc..48a9041c336 100644
--- a/src/mame/includes/alpha68k.h
+++ b/src/mame/includes/alpha68k.h
@@ -123,5 +123,3 @@ enum
ALPHA68K_JONGBOU, // used in kyros_alpha_trigger_r & kyros_draw_sprites
ALPHA68K_KYROS // used in kyros_draw_sprites
};
-
-
diff --git a/src/mame/includes/amiga.h b/src/mame/includes/amiga.h
index 2d9e5b748cd..77e7735d58b 100644
--- a/src/mame/includes/amiga.h
+++ b/src/mame/includes/amiga.h
@@ -410,7 +410,7 @@ public:
optional_ioport m_p2joy_port;
optional_memory_bank m_bank1;
-
+
const amiga_machine_interface *m_intf;
autoconfig_device *m_autoconfig_list;
diff --git a/src/mame/includes/armedf.h b/src/mame/includes/armedf.h
index 066e0e17f18..52bc259962e 100644
--- a/src/mame/includes/armedf.h
+++ b/src/mame/includes/armedf.h
@@ -84,7 +84,7 @@ public:
void armedf_drawgfx(bitmap_ind16 &dest_bmp,const rectangle &clip,gfx_element *gfx,
UINT32 code,UINT32 color, UINT32 clut,int flipx,int flipy,int offsx,int offsy,
int transparent_color);
-
+
};
class bigfghtr_state : public armedf_state
diff --git a/src/mame/includes/btime.h b/src/mame/includes/btime.h
index e0659320301..23b66a3dcf8 100644
--- a/src/mame/includes/btime.h
+++ b/src/mame/includes/btime.h
@@ -121,5 +121,5 @@ public:
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 color,
UINT8 sprite_y_adjust, UINT8 sprite_y_adjust_flip_screen,
UINT8 *sprite_ram, offs_t interleave );
-
+
};
diff --git a/src/mame/includes/carpolo.h b/src/mame/includes/carpolo.h
index eb1215b860f..4b95ae40e03 100644
--- a/src/mame/includes/carpolo.h
+++ b/src/mame/includes/carpolo.h
@@ -98,7 +98,7 @@ public:
int check_sprite_sprite_collision(int x1, int y1, int code1, int flipy1,
int x2, int y2, int code2, int flipy2,
int *col_x, int *col_y);
-
+
};
diff --git a/src/mame/includes/cps3.h b/src/mame/includes/cps3.h
index 7b3e2258c62..9a846ec4260 100644
--- a/src/mame/includes/cps3.h
+++ b/src/mame/includes/cps3.h
@@ -127,7 +127,7 @@ public:
unsigned int code,unsigned int color,int flipx,int flipy,int sx,int sy,
int transparency,int transparent_color,
int scalex, int scaley,bitmap_ind8 *pri_buffer,UINT32 pri_mask);
-
+
};
diff --git a/src/mame/includes/deco32.h b/src/mame/includes/deco32.h
index 1ea6df6fae8..fca13a018c5 100644
--- a/src/mame/includes/deco32.h
+++ b/src/mame/includes/deco32.h
@@ -151,7 +151,7 @@ public:
DECLARE_VIDEO_START(lockload);
UINT32 screen_update_dragngun(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void screen_eof_dragngun(screen_device &screen, bool state);
- void dragngun_draw_sprites( bitmap_rgb32 &bitmap, const rectangle &cliprect, const UINT32 *spritedata);
+ void dragngun_draw_sprites( bitmap_rgb32 &bitmap, const rectangle &cliprect, const UINT32 *spritedata);
};
/*----------- defined in video/deco32.c -----------*/
diff --git a/src/mame/includes/eolith.h b/src/mame/includes/eolith.h
index 17ce9f6db73..2042f04c61a 100644
--- a/src/mame/includes/eolith.h
+++ b/src/mame/includes/eolith.h
@@ -35,7 +35,7 @@ public:
optional_ioport m_penx2port;
optional_ioport m_peny2port;
optional_memory_bank m_sndbank;
-
+
DECLARE_READ32_MEMBER(eolith_custom_r);
DECLARE_WRITE32_MEMBER(systemcontrol_w);
diff --git a/src/mame/includes/galaga.h b/src/mame/includes/galaga.h
index 0b64315d2a5..000a39011d7 100644
--- a/src/mame/includes/galaga.h
+++ b/src/mame/includes/galaga.h
@@ -116,7 +116,7 @@ public:
DECLARE_WRITE8_MEMBER( xevious_vh_latch_w );
DECLARE_WRITE8_MEMBER( xevious_bs_w );
DECLARE_READ8_MEMBER( xevious_bb_r );
-
+
// Custom I/O
void battles_customio_init();
@@ -132,7 +132,7 @@ public:
DECLARE_WRITE8_MEMBER( battles_customio_data3_w );
DECLARE_WRITE8_MEMBER( battles_CPU4_coin_w );
DECLARE_WRITE8_MEMBER( battles_noise_sound_w );
-
+
UINT8 m_customio[16];
char m_battles_customio_command;
char m_battles_customio_prev_command;
@@ -170,11 +170,11 @@ public:
DECLARE_PALETTE_INIT(bosco);
UINT32 screen_update_bosco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_bosco(screen_device &screen, bool state);
-
+
inline void get_tile_info_bosco(tile_data &tileinfo,int tile_index,int ram_offs);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_bullets(bitmap_ind16 &bitmap, const rectangle &cliprect);
- void draw_stars(bitmap_ind16 &bitmap, const rectangle &cliprect, int flip);
+ void draw_stars(bitmap_ind16 &bitmap, const rectangle &cliprect, int flip);
DECLARE_WRITE8_MEMBER( bosco_videoram_w );
DECLARE_WRITE8_MEMBER( bosco_scrollx_w );
DECLARE_WRITE8_MEMBER( bosco_scrolly_w );
@@ -207,7 +207,7 @@ public:
UINT32 screen_update_digdug(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE8_MEMBER( digdug_videoram_w );
- DECLARE_WRITE8_MEMBER( digdug_PORT_w );
+ DECLARE_WRITE8_MEMBER( digdug_PORT_w );
};
/*----------- defined in audio/galaga.c -----------*/
diff --git a/src/mame/includes/galaxian.h b/src/mame/includes/galaxian.h
index f45881c5e8d..a37d0daba4d 100644
--- a/src/mame/includes/galaxian.h
+++ b/src/mame/includes/galaxian.h
@@ -64,18 +64,18 @@ public:
int m_tenspot_current_game;
UINT8 m_frogger_adjust;
UINT8 m_sfx_tilemap;
-
+
/* video extension callbacks */
typedef void (galaxian_state::*galaxian_extend_tile_info_func)(UINT16 *code, UINT8 *color, UINT8 attrib, UINT8 x);
typedef void (galaxian_state::*galaxian_extend_sprite_info_func)(const UINT8 *base, UINT8 *sx, UINT8 *sy, UINT8 *flipx, UINT8 *flipy, UINT16 *code, UINT8 *color);
typedef void (galaxian_state::*galaxian_draw_bullet_func)(bitmap_rgb32 &bitmap, const rectangle &cliprect, int offs, int x, int y);
typedef void (galaxian_state::*galaxian_draw_background_func)(bitmap_rgb32 &bitmap, const rectangle &cliprect);
-
+
galaxian_extend_tile_info_func m_extend_tile_info_ptr;
galaxian_extend_sprite_info_func m_extend_sprite_info_ptr;
galaxian_draw_bullet_func m_draw_bullet_ptr;
galaxian_draw_background_func m_draw_background_ptr;
-
+
tilemap_t *m_bg_tilemap;
UINT8 m_flipscreen_x;
UINT8 m_flipscreen_y;
diff --git a/src/mame/includes/itech32.h b/src/mame/includes/itech32.h
index 125379b8485..ad8f11ba454 100644
--- a/src/mame/includes/itech32.h
+++ b/src/mame/includes/itech32.h
@@ -184,4 +184,3 @@ public:
void install_timekeeper();
void init_gt_common();
};
-
diff --git a/src/mame/includes/itech8.h b/src/mame/includes/itech8.h
index e182d543e7b..a6c4dab6ebd 100644
--- a/src/mame/includes/itech8.h
+++ b/src/mame/includes/itech8.h
@@ -18,7 +18,7 @@ public:
m_tlc34076(*this, "tlc34076"),
m_visarea(0, 0, 0, 0){ }
- required_device<tlc34076_device> m_tlc34076;
+ required_device<tlc34076_device> m_tlc34076;
rectangle m_visarea;
UINT8 m_grom_bank;
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index 251c67114b4..57294ee6080 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -96,7 +96,7 @@ public:
void redclash_set_stars_enable(UINT8 on);
void redclash_update_stars_state();
void redclash_set_stars_speed(UINT8 speed);
- void redclash_draw_stars(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 palette_offset, UINT8 sraider, UINT8 firstx, UINT8 lastx);
+ void redclash_draw_stars(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 palette_offset, UINT8 sraider, UINT8 firstx, UINT8 lastx);
void redclash_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void redclash_draw_bullets( bitmap_ind16 &bitmap, const rectangle &cliprect );
};
diff --git a/src/mame/includes/n64.h b/src/mame/includes/n64.h
index fbcdec359fc..8651c5b3069 100644
--- a/src/mame/includes/n64.h
+++ b/src/mame/includes/n64.h
@@ -24,7 +24,7 @@ public:
virtual void machine_reset();
virtual void video_start();
void n64_machine_stop();
-
+
UINT32 screen_update_n64(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index 9c0e5e24e9c..ff2db978995 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -297,7 +297,7 @@ public:
void drawpixel_4bpp_trans(int x, int y, int patterndata, int offsetcnt);
void drawpixel_generic(int x, int y, int patterndata, int offsetcnt);
void vdp1_fill_slope(const rectangle &cliprect, int patterndata, int xsize,
- INT32 x1, INT32 x2, INT32 sl1, INT32 sl2, INT32 *nx1, INT32 *nx2,
+ INT32 x1, INT32 x2, INT32 sl1, INT32 sl2, INT32 *nx1, INT32 *nx2,
INT32 u1, INT32 u2, INT32 slu1, INT32 slu2, INT32 *nu1, INT32 *nu2,
INT32 v1, INT32 v2, INT32 slv1, INT32 slv2, INT32 *nv1, INT32 *nv2,
INT32 _y1, INT32 y2);
@@ -390,7 +390,7 @@ public:
void stv_vdp2_draw_basic_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void draw_4bpp_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void draw_8bpp_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
-// void draw_11bpp_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
+// void draw_11bpp_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void draw_rgb15_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
void draw_rgb32_bitmap(bitmap_rgb32 &bitmap, const rectangle &cliprect);
@@ -714,4 +714,3 @@ public:
#define IRQ_DMAILL 1 << 12
#define IRQ_VDP1_END 1 << 13
#define IRQ_ABUS 1 << 15
-
diff --git a/src/mame/includes/tecmosys.h b/src/mame/includes/tecmosys.h
index cbdfb0285db..f414870ff89 100644
--- a/src/mame/includes/tecmosys.h
+++ b/src/mame/includes/tecmosys.h
@@ -83,4 +83,3 @@ public:
void tecmosys_prot_init(int which);
void tecmosys_prot_reset();
};
-