Page 1 of 2

XRoar 0.22

Posted: Tue Dec 23, 2008 12:27 pm
by sixxie
Is... sort-of released. I wanted to get something out before Christmas, so I've thrown the source tarball up, along with the new manual and a Mac OS X build, as I have a Mac here.

If I get time before I have to get the train tonight, I'll try for some other builds, otherwise it'll have to be next week! Hope somebody can get some use out of this, anyway.

Here as usual: http://www.6809.org.uk/dragon/xroar.shtml

Edit: ok, managed to find some time, and Windows and DS builds are now up. GP32 one is failing for some reason - that one will have to wait.

Re: XRoar 0.22

Posted: Tue Dec 23, 2008 10:43 pm
by admin
Just played with the windows build and... wow! you seem to be doing an amazing job!
The documentation looked pretty good in the PDF format!

One feature that I was looking forward to was the read/write cas and snapshot files - and it worked really nicely. One thing you should include for eager people like me is that writing to a file using "Control-W" you need to add the .cas file extension otherwise you will get confused.

Really good work! Looks like XRoar is ready for some interesting and fun ideas!

Re: XRoar 0.22

Posted: Wed Dec 24, 2008 10:24 am
by sixxie
Thanks! Though the PDF is really thanks to Texinfo - LaTeX for lazy people!

Re: XRoar 0.22

Posted: Wed Dec 24, 2008 10:13 pm
by zephyr
Thanks Ciaran! 8-)

Merry Christmas to you and your family. :)

Re: XRoar 0.22

Posted: Thu Dec 25, 2008 12:46 am
by Alastair
Thank you so very much, and have a very merry Christmas.

Re: XRoar 0.22

Posted: Thu Dec 25, 2008 10:03 am
by admin
Thanks very much for your amazing work (as usual), Ciaran... the ".pdf" doc is a most welcome addition to the package.
And I wish you all a Merry Christmas !

Re: XRoar 0.22

Posted: Thu Dec 25, 2008 10:15 am
by sixxie
Happy christmas to all!

Sorry I didn't get you a card...

Re: XRoar 0.22

Posted: Tue Dec 30, 2008 5:53 pm
by zephyr
sixxie wrote:Due to insufficient address decoding, writes to the upper 32K in map type 1 on an unexpanded Dragon 32 cause both the ROM and RAM to be selected. This results in whatever would be in the ROM at that address to appear on the data bus while the RAM is selected for write, causing ROM data to be copied into RAM.

http://www.6809.org.uk/dragon/hardware.shtml
Does XROAR still emulate this behaviour?

Re: XRoar 0.22

Posted: Tue Dec 30, 2008 6:59 pm
by sixxie
zephyr wrote:
sixxie wrote:Due to insufficient address decoding, writes to the upper 32K in map type 1 on an unexpanded Dragon 32 cause both the ROM and RAM to be selected. This results in whatever would be in the ROM at that address to appear on the data bus while the RAM is selected for write, causing ROM data to be copied into RAM.
Does XROAR still emulate this behaviour?
It should - the code is still there. Must admit it's not been part of my regression testing though. A job to add.

Re: XRoar 0.22

Posted: Tue Dec 30, 2008 11:06 pm
by zephyr
It doesn't seem to be working. :(