Search found 656 matches

by jedie
Fri Oct 11, 2013 3:06 pm
Forum: Dragon General
Topic: XRoar 0.30 released
Replies: 47
Views: 22382

Re: XRoar 0.30 released

@sixxie: Under the point http://www.6809.org.uk/dragon/xroar-man ... -shortcuts is Control+V for trace missing ;)
by jedie
Fri Oct 11, 2013 3:04 pm
Forum: Hints and Tips
Topic: BASIC: byte value to bits...
Replies: 15
Views: 11647

Re: BASIC: byte value to bits...

Yes, looks good!
by jedie
Thu Oct 10, 2013 10:19 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93853

Re: Dragon emulator written in Python ???

xroar -trace is really helpfull! I hacked a compare function in DragonPy: Compare line for line with the xroar trace file... So i have found some bugs and fixed them. But there are still some leaved... Looks like this: fffe| b3b4 [RESET] b3b4| 31 LEAY Y=0000 ea:b39b cc=50 a=00 b=00 dp=00 x=0000 y=b3...
by jedie
Thu Oct 10, 2013 3:31 pm
Forum: Hints and Tips
Topic: Emulate Floppy with a Raspberry Pi ?
Replies: 22
Views: 17655

Re: Emulate Floppy with a Raspberry Pi ?

On http://virtualfloppy.blogspot.ca/ are some new blog articles. Very interesting!
by jedie
Thu Oct 10, 2013 2:11 pm
Forum: Hints and Tips
Topic: Emulate Floppy with a Raspberry Pi ?
Replies: 22
Views: 17655

Re: Emulate Floppy with a Raspberry Pi ?

Maybe the new FPGA for Raspberry Pi can help:
pif is a Field Programmable Gate Array (FPGA) add-on board for the Raspberry Pi.
-> http://www.bugblat.com/products/pif/
by jedie
Thu Oct 10, 2013 12:01 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93853

Re: Dragon emulator written in Python ???

xroar -trace is great. I tweak the DragonPy debug output with --verbosity=20 to a similar format. xraor: fffe| b3b4 [RESET] b3b4| 318ce4 LEAY -$1c,PCR cc=50 a=00 b=00 dp=00 x=0000 y=b39b u=0000 s=0000 b3b7| 7e8000 JMP $8000 cc=50 a=00 b=00 dp=00 x=0000 y=b39b u=0000 s=0000 8000| 7ebb40 JMP $bb40 cc...
by jedie
Thu Oct 10, 2013 11:12 am
Forum: Dragon General
Topic: XRoar 0.30 released
Replies: 47
Views: 22382

Re: XRoar 0.30 released

Ah! Yes, the stdout.txt is full of content. Great!

EDIT: I would have liked to know that earlier -> viewtopic.php?f=5&t=4308&p=9574#p9574
by jedie
Thu Oct 10, 2013 9:15 am
Forum: Dragon General
Topic: XRoar 0.30 released
Replies: 47
Views: 22382

Re: XRoar 0.30 released

Starting xroar with -trace should print a disassembly of every instruction on console, isn't it? On windows with xroar-0.30.2-gtk-w32.exe and the normal non-GTK version it does nothing on console. But it runs slower. EDIT: btw. on http://www.6809.org.uk/dragon/xroar.shtml should be inserted this: Th...
by jedie
Thu Oct 10, 2013 8:19 am
Forum: Hints and Tips
Topic: BASIC: byte value to bits...
Replies: 15
Views: 11647

Re: BASIC: byte value to bits...

Thanks! Yes, it's faster. But why? Are Arrays slow? My test script looks now: 120 CLS 130 LINE INPUT "START ADDRESS (DEZ) >";BY$ 140 IF BY$ = "" THEN 1000 145 BY=VAL(BY$) 146 IF BY<0 OR BY>255 THEN 120 150 CLS 160 FOR X = 1 TO 15 180 ' CREATE BITS 190 T = BY 200 B0=0:B1=0:B2=0:B3=0:B4=0:B5=0:B6=0:B7...
by jedie
Thu Oct 10, 2013 8:07 am
Forum: Hints and Tips
Topic: BASIC code editor...
Replies: 5
Views: 7189

BASIC code editor...

Does anyone knowns a good BASIC code editor for linux/windows with this features:

* automatic line numbering / renumbering lines
* variable unique checking