From 49f47372a86a4cb9de3ef74b0010c0f1465cf9e1 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Mon, 9 Apr 2012 19:22:46 +0000 Subject: [PATCH] Removed some leftovers from the conversion to a modern device (nw) --- src/mame/video/ppu2c0x.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/video/ppu2c0x.h b/src/mame/video/ppu2c0x.h index ba90caa2a65..392fa48bccc 100644 --- a/src/mame/video/ppu2c0x.h +++ b/src/mame/video/ppu2c0x.h @@ -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; };