diff --git a/Docs/README.txt b/Docs/README.txt index 894b435..fc98fb7 100644 --- a/Docs/README.txt +++ b/Docs/README.txt @@ -71,6 +71,9 @@ still low. screen mode and selectable by pressing Alt-I. - Drive board and force feedback emulation for 'Scud Race', 'Daytona USA 2', and 'Sega Rally 2'. [Nik Henson] + - Viewable display area properly clipped. Ghost artifacts no longer + appear in border regions when the resolution exceeds the display + area. - Changed gear shifting: added a dedicated neutral gear and sequential shifting. - Console-based debugger (not enabled by default, must be diff --git a/Makefiles/Makefile.SDL.OSX.GCC b/Makefiles/Makefile.SDL.OSX.GCC index d1825e7..e7cb8a3 100644 --- a/Makefiles/Makefile.SDL.OSX.GCC +++ b/Makefiles/Makefile.SDL.OSX.GCC @@ -1,7 +1,7 @@ ## ## Supermodel ## A Sega Model 3 Arcade Emulator. -## Copyright 2011 Bart Trzynadlowski +## Copyright 2011 Bart Trzynadlowski, Nik Henson ## ## This file is part of Supermodel. ## diff --git a/Makefiles/Makefile.SDL.UNIX.GCC b/Makefiles/Makefile.SDL.UNIX.GCC index f9fafd2..1fb5f20 100644 --- a/Makefiles/Makefile.SDL.UNIX.GCC +++ b/Makefiles/Makefile.SDL.UNIX.GCC @@ -1,7 +1,7 @@ ## ## Supermodel ## A Sega Model 3 Arcade Emulator. -## Copyright 2011 Bart Trzynadlowski +## Copyright 2011 Bart Trzynadlowski, Nik Henson ## ## This file is part of Supermodel. ## diff --git a/Makefiles/Makefile.SDL.Win32.MSVC b/Makefiles/Makefile.SDL.Win32.MSVC index 56eedd3..df6624e 100644 --- a/Makefiles/Makefile.SDL.Win32.MSVC +++ b/Makefiles/Makefile.SDL.Win32.MSVC @@ -1,7 +1,7 @@ ## ## Supermodel ## A Sega Model 3 Arcade Emulator. -## Copyright 2011 Bart Trzynadlowski +## Copyright 2011 Bart Trzynadlowski, Nik Henson ## ## This file is part of Supermodel. ##