diff options
| author | Michael Pavone <pavone@retrodev.com> | 2017-03-25 11:31:43 -0700 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2017-03-25 11:31:43 -0700 |
| commit | aade30756a9a806d7fea41b8e44023ae1bce9212 (patch) | |
| tree | 67cd2e33d313a1ec7ce94bd1a5eeea6adf53ccfe /Makefile | |
| parent | 61204637be41f75cfa67997b30f4820871c956b5 (diff) | |
Fix latching of V32 mode bit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -82,8 +82,7 @@ CFLAGS+= -DZ80_LOG_ADDRESS endif ifdef PROFILE -CFLAGS+= -pg -LDFLAGS+= -pg +LDFLAGS+= -Wl,--no-as-needed -lprofiler -Wl,--as-needed endif ifdef NOGL CFLAGS+= -DDISABLE_OPENGL |
