[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JACE: Finally usable for a change



On Jan 26, 11:13 pm, mmphosis <mmpho...@yahoo.com> wrote:
> Awesome!
>
> I am running jace on Mac OS X 10.6.6 (Snow Leopard.)
>
> $ java -version
> java version "1.6.0_22"
> Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
> Java HotSpot(TM) Client VM (build 17.1-b03-307, mixed mode)
>
> "It is a faithful cycle-accurate emulation of an apple //e computer."
>
> http://hoop-la.ca/apple2/2011/images/screenshot2011-01-26at8.45pm.png

Well, the video is only accurate within 4 cycles for efficiency but I
can improve on that. ;-)

I just posted an updated build that fixes some configuration UI bugs
(you can now set numerical values without errors) and also fixes an
odd bug where you might BLOAD an image into memory from a hard drive
and it doesn't show up on the screen (because it wasn't triggering
memory listeners and therefore not dirtying the scanline bits...)

-B