mirror of https://github.com/stella-emu/stella.git
Updated Visual Studio project files for RiotDebug class.
Removed debug message from TIA which were mistakenly committed. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1480 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
735144457d
commit
3020cd3a38
|
@ -13,10 +13,10 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: TIA.cxx,v 1.89 2008-04-17 13:39:14 stephena Exp $
|
||||
// $Id: TIA.cxx,v 1.90 2008-04-19 22:49:00 stephena Exp $
|
||||
//============================================================================
|
||||
|
||||
#define DEBUG_HMOVE
|
||||
//#define DEBUG_HMOVE
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
|
|
|
@ -741,6 +741,10 @@
|
|||
RelativePath="..\debugger\gui\RamWidget.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\RiotDebug.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\RomListWidget.cxx"
|
||||
>
|
||||
|
@ -1323,6 +1327,10 @@
|
|||
RelativePath="..\debugger\gui\RamWidget.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\RiotDebug.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\debugger\gui\RomListWidget.hxx"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue