@Darrin,
The new core isn't any more compatible than the old one. The changes are mainly in the PIC18 firmware. But, I *think* that the bug I found in the floppy controller is largely responsible for the bad compatbility. If that is fixed, it is time to retest some games :-)
@AlexH
Yaqube's developments are very interesting. If you want some issues to put your teeth in:
* Supposedly (as reported by tobiflex) 68000 writes to ram/chipset take too long. This causes some graphic issues in some games/demos. If that is fixed, blitter timing can be made normal/standard again (read explanation in agnus.v/blitter.v)
* The bitplane dma engine is not right yet... Can you enable /disable dma in the middle of a line on a real amiga?
* Sprite engine is not right too, probably has something todo with memory slot allocation/timing relative to copper or the logic inside Denise.v. Superfrog shows partial sprites and is a good game to do some debugging.
* Collision detection is completely broken...
* Hardfile support!
Dennis