mirror of https://github.com/stella-emu/stella.git
Updated VS 2005 project files for Chetiry class addition.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2478 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
aa544ecfe9
commit
fd34439d8d
|
@ -38,8 +38,6 @@ NTSCFilter::~NTSCFilter()
|
|||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
void NTSCFilter::setTIAPalette(const uInt32* palette)
|
||||
{
|
||||
// The TIA palette consists of 128 colours, but the palette array actually
|
||||
// contains 256 entries, where only every second value is a valid colour
|
||||
uInt8* ptr = myTIAPalette;
|
||||
for(int i = 0; i < 256; i++)
|
||||
{
|
||||
|
|
|
@ -172,7 +172,7 @@ void WindowsFilesystemNode::addFile(AbstractFSList& list, ListMode mode,
|
|||
{
|
||||
WindowsFilesystemNode entry;
|
||||
char* asciiName = toAscii(find_data->cFileName);
|
||||
bool isDirectory;
|
||||
bool isDirectory, isFile;
|
||||
|
||||
// Skip local directory (.) and parent (..)
|
||||
if (!strncmp(asciiName, ".", 1) || !strncmp(asciiName, "..", 2))
|
||||
|
|
|
@ -304,6 +304,10 @@
|
|||
RelativePath="..\emucore\CartCM.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartCTY.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartCV.cxx"
|
||||
>
|
||||
|
@ -1142,6 +1146,14 @@
|
|||
RelativePath="..\emucore\CartCM.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartCTY.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartCTYTunes.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\emucore\CartCV.hxx"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue