summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k007121.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k007121.h')
-rw-r--r--src/mame/video/k007121.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/k007121.h b/src/mame/video/k007121.h
index 7f84ea7114d..596903e0d53 100644
--- a/src/mame/video/k007121.h
+++ b/src/mame/video/k007121.h
@@ -7,20 +7,20 @@ class k007121_device : public device_t
public:
k007121_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~k007121_device() {}
-
+
DECLARE_READ8_MEMBER( ctrlram_r );
DECLARE_WRITE8_MEMBER( ctrl_w );
/* shall we move source in the interface? */
/* also notice that now we directly pass *gfx[chip] instead of **gfx !! */
- void sprites_draw( bitmap_ind16 &bitmap, const rectangle &cliprect, gfx_element *gfx, colortable_t *ctable, const UINT8 *source, int base_color, int global_x_offset, int bank_base, UINT32 pri_mask );
+ void sprites_draw( bitmap_ind16 &bitmap, const rectangle &cliprect, gfx_element *gfx, colortable_t *ctable, const UINT8 *source, int base_color, int global_x_offset, int bank_base, UINT32 pri_mask );
protected:
// device-level overrides
virtual void device_config_complete();
virtual void device_start();
virtual void device_reset();
-
+
private:
// internal state
UINT8 m_ctrlram[8];