Removed some leftovers from the conversion to a modern device (nw)

This commit is contained in:
Wilbert Pol 2012-04-09 19:22:46 +00:00
parent 7f5529c2cd
commit 49f47372a8

View File

@ -168,9 +168,9 @@ public:
void render_scanline();
void update_scanline();
void spriteram_dma(address_space *space, const UINT8 page ) ATTR_NONNULL(1);
void render( bitmap_ind16 &bitmap, int flipx, int flipy, int sx, int sy ) ATTR_NONNULL(1);
int get_pixel( int x, int y ) ATTR_NONNULL(1);
void spriteram_dma(address_space *space, const UINT8 page );
void render( bitmap_ind16 &bitmap, int flipx, int flipy, int sx, int sy );
int get_pixel( int x, int y );
int get_colorbase() { return m_color_base; };
int get_current_scanline() { return m_scanline; };