Projects tagged ‘6502’ and ‘java’


Jump to tag:

Projects tagged ‘6502’ and ‘java’

Filtered by Project Tags 6502 java

Refine results Project Tags nes (2) emulator (2) omf (1) assembler (1) disassembler (1) illinois (1) chicago (1) ppu (1) 65816 (1) ines (1) iigs (1) uic (1)

[3 total ]

1 Users

JnesBR Another-Yet-NES-Emulator-DebuggerAnother project about coding a NES (Famicom) emulator. This project have been developed using Java as language. A debug system is one of goals from this project ... [More] too. The PPU documentation (still WIP) http://docs.google.com/Doc?id=dgkczz7v_8cwncmfcn . News You can check it out the earlier screenshots http://code.google.com/p/jnesbr/wiki/screenshots The ideas behind the JNesBR CuriosityWith the beauty title OO - The other end of the spectrum you can read some opinions at address http://forums.thedailywtf.com/forums/p/11143/193235.aspx and they're think my project could be claimed as one WTF. (if you have some time read it,is realy good, people discussing about oo is always great) Linkshttp://nesdev.parodius.com http://code.google.com/p/jnesbr http://en.wikipedia.org/wiki/Picture_processing_unit http://bobrost.com/nes/lectures/ http://mdb.classicgaming.gamespy.com/m1/lvldata.htm http://emutalk.net/ http://forums.ngemu.com/ http://nocash.emubase.de/everynes.htm http://nesdev.parodius.com/NESDoc.pdf http://www.brgames.org/tutoriais/nesasmbyOdin.pdf (portuguese) http://en.wikibooks.org/wiki/NES_Programming http://nesdev.parodius.com/nesgfx.txt http://nesdev.parodius.com/NES%20emulator%20development%20guide.txt http://nesdev.parodius.com/2C02%20technical%20reference.TXT http://code.google.com/p/juicynes/ http://6502.org/ http://6502.org/tutorials/compare_instructions.html Logging04-12-2009 15:03 The OAM (sprite ram) viewer. Sprite DMA and normal sprite handling. General fixes (absolute indexed store.). Better colors for name table/attribute table. 04-09-2009 15:03 The palette viewer was implemented. The multi pattern table was implemented. (reading pattern tables from rom too!) The name table was implemented. 04-05-2009 21:41 All legal opcodes and opcoes were implemented. PPU emulations starts with force. Palette Windows already shows the first drafts. 04-04-2009 14:34 Almost all opcodes and some illegal opcoes were implemented. 03-28-2009 16:12 Addition of special comment at IO mapped memory (ppu, apu, joystick). 03-23-2009 10:36 Refactoring and reviewing all instructions classes. 03-07-2009 15:34 Unique way to handle memory. Dec and inx instructions, a lot of fix for comparison instruction. Run n steps implemented on debug system. 02-24-2009 11:25 More refactorings. All branches relatives implemented. Ppu status and more debugger gui for ppu state view. Pallete location on memory map. 02-16-2009 22:56 Gui icons. Start ppu debug windows. Ppu registers now change the state of ppu. 02-07-2009 15:01 Pattern Table viewer & Video Memory Viewer. 01-30-2009 23:20 Simpler and functional debugger. Memory viewer now is working. More instructions implemented (btw the addressing modes too). General fixes, around wraparound, endianess, signed byte ... 01-25-2009 21:30 Rom reader , shows the header of iNes rom. Memory viewer is visible and seems to works (at least with no mapper games). Some few (around three) insctructions was implemented. The base architecture is already done. The initial debug system was started. [Less]
Created 10 months ago.

0 Users

The sixty502IntroductionWelcome! This is the home of project 'sixty502', a Nintendo Entertainment System(c) emulator written in Java 1.6. AuthorsChris Pable (pkgingo@google.com) Chris Erickson ... [More] (neoscriptor@google.com) GoalOur goal for this project is to successfully emulate the Rockwell 6502 processor contained inside the NES. This goal includes: Parsing 6502 assembly source code files. Translation of 6502 instructions into Java methods. Representing a physical memory using a data structure. Memory-mapped input/output. To be expanded upon.. DocumentationPlease see the Wiki section for a detailed look at our implementation. [Less]
Created 7 months ago.

0 Users

A 6502/65c02/65816 assembler written in java. The current goal is to support ORCA/M syntax (within reason). Eventually, MPW IIgs and Merlin syntax should also be supported. This depends on the java ... [More] omf lib (http://code.google.com/p/libomf/), which is not included. [Less]
Created 11 months ago.