Removed old comment

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@28 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-17 04:41:05 +00:00
parent 9e84116826
commit 5afcfd4056
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ int main(int argc, const char * argv[])
v6502_reset(cpu);
// printSingleInstruction(cpu, cpu->pc);
FILE *asmfile = fopen("runtime.s", "w");
while (!faulted) {
v6502_step(cpu);