diff options
| author | Duncan Smith | 2010-06-20 23:45:44 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-20 23:45:44 -0700 |
| commit | 9596670d0c404f8c88e99ef9bb4dbc2d3243f8be (patch) | |
| tree | 8f628f7e056cfee52ce1b78e0008c06677349581 /video.c | |
| parent | 39eda22388b404b9e0dd6409c252f52c1e4aed98 (diff) | |
Forgot to pop the ROM_CALL arguments ...
Diffstat (limited to 'video.c')
| -rw-r--r-- | video.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ */ #include <graph.h> -#include <nostub.h> + #define VIDEO_ROWMODE 0x01 #define VIDEO_COLMODE 0x00 |
