Renamed Video_OriginalColorTVMode.cpp to RGBMonitor.cpp
This commit is contained in:
parent
391336a383
commit
53af2a51b4
4 changed files with 10 additions and 10 deletions
|
@ -905,6 +905,14 @@
|
|||
RelativePath=".\source\NTSC_CharSet.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\RGBMonitor.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\RGBMonitor.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Video.cpp"
|
||||
>
|
||||
|
@ -913,14 +921,6 @@
|
|||
RelativePath=".\source\Video.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Video_OriginalColorTVMode.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\source\Video_OriginalColorTVMode.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Configuration"
|
||||
|
|
|
@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
#include "Frame.h"
|
||||
#include "Memory.h" // MemGetMainPtr() MemGetAuxPtr()
|
||||
#include "Video.h" // g_pFramebufferbits
|
||||
#include "Video_OriginalColorTVMode.h"
|
||||
#include "RGBMonitor.h"
|
||||
|
||||
#include "NTSC.h"
|
||||
#include "NTSC_CharSet.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "Frame.h"
|
||||
#include "Memory.h" // MemGetMainPtr() MemGetAuxPtr()
|
||||
#include "Video.h"
|
||||
#include "Video_OriginalColorTVMode.h"
|
||||
#include "RGBMonitor.h"
|
||||
|
||||
const int SRCOFFS_LORES = 0; // 0
|
||||
const int SRCOFFS_HIRES = (SRCOFFS_LORES + 16); // 16
|
Loading…
Add table
Reference in a new issue