diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/video/ppu2c0x.h | 6 |
1 files 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; }; |