diff options
author | 2008-03-02 02:38:20 +0000 | |
---|---|---|
committer | 2008-03-02 02:38:20 +0000 | |
commit | 807d71db768de57e47c39b56846f4cbaca64ed88 (patch) | |
tree | 7a46e5e3bf2e7561e2641219bcbb4791aa4c0030 /src/emu/deprecat.h | |
parent | 6ab989af82d544447778cf58c996d8c41f352039 (diff) |
Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_number(int scrnum)
Updates all callers
Diffstat (limited to 'src/emu/deprecat.h')
-rw-r--r-- | src/emu/deprecat.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/emu/deprecat.h b/src/emu/deprecat.h index 5884d9efb23..9f25f95ae21 100644 --- a/src/emu/deprecat.h +++ b/src/emu/deprecat.h @@ -54,22 +54,6 @@ extern running_machine *Machine; /************************************* * - * Video timing - * - * These functions are no longer considered - * to be the authority on scanline timing. - * Please use the video_screen_* functions - * in video.c for newer drivers. - * - *************************************/ - -/* Returns the number of the video frame we are currently playing */ -int cpu_getcurrentframe(void); - - - -/************************************* - * * Core timing * *************************************/ |