dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
351 stars 33 forks source link

barbarian 2 #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Freezes while peeking CIA register dd00

Original issue reported on code.google.com by dirk.hof...@gmail.com on 12 Dec 2008 at 1:22

GoogleCodeExporter commented 9 years ago
May be caused by a fast loader

Original comment by dirk.hof...@gmail.com on 21 Jan 2009 at 7:58

GoogleCodeExporter commented 9 years ago
Crashes in VirtualC64 0.9.1

1541 memory: PANIC: Wrong VC1541 IO memory address
Assertion failed: (0), function peekIO, file 
/Users/hoff/work/Software/VirtualC64/virtualc64/C64/VC1541Memory.cpp, line 156.
Program received signal:  “SIGABRT”.
sharedlibrary apply-load-rules all
(gdb) bt
#0  0x923f50fa in mach_msg_trap ()
#1  0x923f5867 in mach_msg ()
#2  0x98e9137f in __CFRunLoopRun ()
#3  0x98e90464 in CFRunLoopRunSpecific ()
#4  0x98e90291 in CFRunLoopRunInMode ()
#5  0x96d0cf9c in RunCurrentEventLoopInMode ()
#6  0x96d0cd51 in ReceiveNextEventCommon ()
#7  0x96d0cbd6 in BlockUntilNextEventMatchingListInMode ()
#8  0x900a278d in _DPSNextEvent ()
#9  0x900a1fce in -[NSApplication 
nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#10 0x90064247 in -[NSApplication run] ()
#11 0x9005c2d9 in NSApplicationMain ()
#12 0x00002b69 in start ()

Original comment by dirk.hof...@gmail.com on 30 Dec 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Crash fixed. 

Now, CPU is freezing due to an illegal instruction

Original comment by dirk.hof...@gmail.com on 30 Dec 2010 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by dirk.hof...@gmail.com on 30 Dec 2010 at 10:14

GoogleCodeExporter commented 9 years ago
Might be due to fast loaders.

Original comment by dirk.hof...@gmail.com on 18 Sep 2011 at 8:18