Search found 656 matches

by jedie
Thu Jul 24, 2014 8:39 pm
Forum: Dragon General
Topic: XRoar API ?!?
Replies: 6
Views: 2477

Re: XRoar API ?!?

GDB is very low level and more for debugging. Isn't it?

I mean something like:
* stop/resume machine
* read/write machine RAM/ROM
* raise software reset
by jedie
Thu Jul 24, 2014 7:06 pm
Forum: Dragon General
Topic: XRoar API ?!?
Replies: 6
Views: 2477

XRoar API ?!?

What's about to add a API in XRoar, so that e.g. a Python script can interact with the simulated machine?
by jedie
Thu Jul 24, 2014 4:30 pm
Forum: Dragon General
Topic: disassembled Dragon 32 ROM ?
Replies: 48
Views: 23968

Re: disassembled Dragon 32 ROM ?

OK. i tried the tools form http://www.6809.org.uk/dragon/ I used the ROM from "Dragon Data Ltd - Dragon 32 - IC17.zip" and do this: $ ./6809dasm.pl org=0x8000 d32.rom > d32.asm $ ./asm6809.pl --output=d32_asm6809.rom --listing=d32_asm6809.lst d32.asm Then i compare the origin "d32.rom" with the recr...
by jedie
Wed Jul 23, 2014 9:36 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93919

Re: Dragon emulator written in Python ???

I work on a better multiprocessing solution in a branch: https://github.com/jedie/DragonPy/compare/multiprocessing2 I have now merged the branch, because it seems to work good ;) It looks now like this: process_main.py process_sub.py +-------------------------+ +-----------------------+ | | | | | B...
by jedie
Mon Jul 21, 2014 1:03 pm
Forum: Hints and Tips
Topic: Video flickers
Replies: 6
Views: 6525

Re: Video flickers

You can also try to push a little bit all socket chips.
by jedie
Fri Jul 18, 2014 10:05 am
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93919

Re: Dragon emulator written in Python ???

Short update: I work on a better multiprocessing solution in a branch: https://github.com/jedie/DragonPy/compare/multiprocessing2 Only Simple6809 with Tkinter GUI works, yet. It seems that it is a good performance boost. The concept of the new implementation can be seen in these two files: https://g...
by jedie
Wed Jul 16, 2014 3:59 pm
Forum: Hints and Tips
Topic: Small assembler test programms...
Replies: 17
Views: 12900

Re: Small assembler test programms...

Hm. Interesting.
by jedie
Wed Jul 16, 2014 2:49 pm
Forum: Hints and Tips
Topic: Small assembler test programms...
Replies: 17
Views: 12900

Re: Small assembler test programms...

Exist there somewhere a small assembler prgramm, that used the SEX and MUL Instructions?
by jedie
Wed Jul 16, 2014 7:59 am
Forum: Hints and Tips
Topic: Text based adventures software
Replies: 4
Views: 4433

Re: Text based adventures software

Alastair wrote:I know of Windows software (see http://ifarchive.org/indexes/if-archive ... mming.html) but I do not know of anything that will port easily to a Dragon.
http://www.ifarchive.org/ is down for me.