HxC SD: Mounting a tiny LCD and slimming it down
Hey my friends.
Since a really long time (long before HxC Rev.F and Slim Edition), I wanted to take my Rev.C HxC SD Floppy emulator and slim it down as much as possible in order to make it moddable for my taste :)
The one thing I didn't like much was the big (lol) LCD screen that occupied a lot of space.
While searching the bay, I managed to get a really Tiny 16x2 LCD Screen that was really nice for my needs but instead of having pins, it had a ribbon as it's meant for embedded projects.
AGA/OCS (planar) vs 8BIT CLUT (chunky)
Friday after work, and yester day I did some experimentation, people keep on saying how great AGA and OCS are for demos, is this really true? Does planar really have a advantage over 8bit CLUT chunky graphics. I think it does not, its just that planar modes, makes easier to do layering, and graphic card does the rest, so my experiment was simple implement some sort of layering in 8bit CLUT, should not be too hard.
So here is my main code, not so complicated.
Α600: Final overclock. ACA630@37.5MHz
Hey peepz.
As I said in previous articles, my ACA630 was unable to operate stable @ 40MHz alas I putted an oscillator of 72MHz to have a speed of 36MHz. I always wanted to try an 75MHz so I bought one from a fellow Amigan (altcomputing) which arrived yesterday :)
After replacing my former 72MHz oscillator and putting the new 75MHz one... Amiga booted just fine so I tried first some benchmarks via latest version of SysInfo...
X1K Temp Docky on X1000
Today I wanted to take a look at the recently released X1K Temp Docky for the X1000.
The release of excalibur is eminent
The release of Excalibur is eminent
V1.2.5
Welcome
p-uae v0.1
I decided to do a quick alpha release of my p-uae port, grab it from the aros-archives / aminet, as soon as is accepted there.
This alpha release of P-UAE for AROS is based on the sources at http://github.com/GnoStiC/PUAE from the 31st January 2013.
This is a *real* alpha version, don't expect anything: It *will* crash, it *will* miss features and so on.
As PUAE is based on the merged WinUAE version, it means, that P-UAE v0.1 is based on WinUAE 2.6.0.
Amiga Juggler Wallpaper
Amiga Juggler
Paused Again
After another bump on the bumpy road
I have spent some time fixing bugs and improving the performance of the compiled code and the JIT emulation overall. As a result here is the recent update:
White Rabbits
I started writing this blog while travelling back to New Zealand. It's been a busy and productive couple of weeks but it will be good to get back home to the summer down under. Actually the weather in Northern Europe was quite good until the Arctic blast which hit just as I was leaving the UK. I arrived back in New Zealand to sunshine, a water shortage and hosepipe ban.
Visiting the Magic Kingdom
Happy Easter
Brussels, March 31, 2013
Easter seems like an appropriate time to provide a short update on the development status of a few key components of the upcoming AmigaOS 4.2.
.. and in 24 Bit
SDL can force a 32bit mode, so on a 24bit screen we do a:
SDL_SetVideoMode (current_width, current_height, 32, uiSDLVidModFlags);
And with this magic, PUAE also works in my 24-bit AROS/linux hosted environment :)!