diff options
Diffstat (limited to 'src/devices/video/ef9365.h')
-rw-r--r-- | src/devices/video/ef9365.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9365.h b/src/devices/video/ef9365.h index fde027e22c3..567a70d175f 100644 --- a/src/devices/video/ef9365.h +++ b/src/devices/video/ef9365.h @@ -58,7 +58,7 @@ protected: // inline helper private: - void draw_character( unsigned char c ); + void draw_character( unsigned char c, int block, int smallblock ); void screen_scanning( int force_clear ); void set_busy_flag(int period); void set_video_mode(void); |