Search found 656 matches

by jedie
Fri Jun 27, 2014 2:37 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93888

Re: Dragon emulator written in Python ???

Next questions: In some ops is half carry "undefined"... e.g.: ASL, NEG, SUBA etc. What does it mean on a real machine: Half Carry remains at the last value? EDIT: btw. there also only a few ops that affected the half carry are only ADCA, ADCB and ADDA, ADDB and ANDCC, ORCC All others are "undefined...
by jedie
Fri Jun 27, 2014 1:53 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93888

Re: Dragon emulator written in Python ???

Thx!
by jedie
Thu Jun 26, 2014 4:48 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93888

Re: Dragon emulator written in Python ???

One Question:

TST Extended $7D is it a 16Bit test or a 8Bit test with just a 16Bit address?

EDIT: Seems to be that it's only 8Bit with a 16Bit address, isn't it?
So this commit https://github.com/jedie/DragonPy/commi ... bd5ec14db6 is ok, or?
by jedie
Thu Jun 26, 2014 3:01 pm
Forum: Dragon General
Topic: List of good working TFT for PAL/NTSC?
Replies: 7
Views: 7150

Re: List of good working TFT for PAL/NTSC?

I have the Philips Brilliance 200P3, now.

Dragon 32 PAL works fine, color and clean.
Dragon 64 works not good: no color :(
Dragon Tano: not shown clean: Green color, but blured and some vertical lines missed.

I will add this on the Wiki page.
by jedie
Thu Jun 26, 2014 2:52 pm
Forum: Hints and Tips
Topic: sbc09 - Lennart Benschop 6809 Single Board Computer
Replies: 5
Views: 5920

Re: sbc09 - Lennart Benschop 6809 Single Board Computer

btw. your compiled version of v09 doesn't work for me. It doesn't display Welcome to BUGGY 1.0 :(
by jedie
Thu Jun 26, 2014 12:10 pm
Forum: Hints and Tips
Topic: asm80.com
Replies: 1
Views: 3166

Re: asm80.com

btw, the 6809 JS sourcecode is here: https://github.com/maly/6809js :D
by jedie
Thu Jun 26, 2014 9:45 am
Forum: Hints and Tips
Topic: sbc09 - Lennart Benschop 6809 Single Board Computer
Replies: 5
Views: 5920

Re: sbc09 - Lennart Benschop 6809 Single Board Computer

jedie wrote:Next step is IMHO to cleanup: Move files into sub directories to get a better overview.
I started this in a branch, see: https://github.com/jedie/sbc09/compare/move_files
by jedie
Thu Jun 26, 2014 9:10 am
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93888

Re: Dragon emulator written in Python ???

JeeK wrote:Take a look at http://klasek.at/hc/6809/
I have create a separate thread for this here: viewtopic.php?f=8&t=4880
by jedie
Thu Jun 26, 2014 9:09 am
Forum: Hints and Tips
Topic: sbc09 - Lennart Benschop 6809 Single Board Computer
Replies: 5
Views: 5920

sbc09 - Lennart Benschop 6809 Single Board Computer

"moved" from http://archive.worldofdragon.org/phpBB3/viewtopic.php?f=5&t=4308&p=11266#p11266 : I found http://lennartb.home.xs4all.nl/m6809.html there is a archive to download with GPL sources: http://lennartb.home.xs4all.nl/sbc09.tar.gz Very interesting stuff! [..] The Achive contains (C code) e.g....
by jedie
Wed Jun 25, 2014 12:07 pm
Forum: Hints and Tips
Topic: asm80.com
Replies: 1
Views: 3166

asm80.com

Nice page: http://www.asm80.com/ !

Info:
About ASM80

ASM80 is an Integrated Development Environment (IDE), aimed on assembler development for 8bit microprocessors, mainly 8080, 8085, Z80 and 6502.
and 6809 is added, too: http://www.uelectronics.info/2014/03/24 ... -for-6809/