Search found 2 matches
- Sun Dec 01, 2013 9:09 pm
- Forum: Emulation and Simulation
- Topic: AVR Based Apple II Emulator
- Replies: 20
- Views: 17044
Re: AVR Based Apple II Emulator
Actually, I was thinking of creating another version featuring a real 6502 with RAM and ROM, and a separate AVR doing nothing but video signals on the side. This can be done using dual-port RAM for the video chunks of the memory, allowing the AVR do its magic without worrying about the computer's ...
- Fri Nov 29, 2013 7:22 am
- Forum: Emulation and Simulation
- Topic: AVR Based Apple II Emulator
- Replies: 20
- Views: 17044
Re: AVR Based Apple II Emulator
Looks like we had the same idea, even about the same time.
http://jmp.no/blog/apple-iie-on-avr-with-video
I started with porting my 6502 emulator to the ATmega128, which worked fine. I pushed it a little further and tried to emulate the video simultaneously, but that was a bit too much. Emulating ...
http://jmp.no/blog/apple-iie-on-avr-with-video
I started with porting my 6502 emulator to the ATmega128, which worked fine. I pushed it a little further and tried to emulate the video simultaneously, but that was a bit too much. Emulating ...