Version 0.2003 - Some games are playables (games without mapper nor scrolling, like donkey - kong, tennis, popeye, donkey kong jr, donkey kong 3, ...)!!! - CPU code was updated to mame/mess 0.37b1 for 6502 and n2a03. - Added support for 6510 (anybody want to make a java C64 or atari800 emu ?). - Cpu are still lacking IRQ (but should be complete as soon as i port callback pointer in IRQ code. - Gamepad 1 and 2 are partially implemented (lacks signatures). - Gamepad 1 can be controlled with the keyboard (arrows and WXCV on an azerty keyboard)(i tried it with a qwerty one and key were located at the same place). - I plan to rewrite the graphics routine, to next implement the background color, and scrolling (super mario seems to works, but is not playable because my drawing code is wrong). - Added a compiled version for all jdk/jre, and one only for jdk/jre 1.3 (i hope to see the 1.3 under linux). - If people request it, i might add support for more cpu (come on it is not so hard, you can do it yourself, look i did it). - I think that mame/mess can be ported to java, but i am not thinking of doing it. - The cpu code is better now, it is easier to read and optimized a bit.