Home
Summeli.com
Cancel

AntSnes release 0.5 : It’s still silent

AntSnes is taking small steps to improve quality and get the audio working. I really have no idea why the audio isn’t working with current version, but it already has some nice updated, so I decide...

Bugs in S60 Dialogs

I found this when trying to get AntSnes remembering the last used directory. It was actually really simple and everything worked according to S60 documentation with N96, but N95-2 had some SW bugs ...

AntSnes release 0.4

Whats new it’s faster – a bit 🙂 Keys in Landscape mode are fixed Removed the P.I.P.S dependency. P.I.P.S installation isn’t required anymore, so it’s easier to install 🙂 Right softkey exi...

Collection of S60 UI tricks

I’m currently busy with the next AntSnes release. Here is some S60 UI ticks I used in the previous AntSnes v0.3 release. Starting a menupane at app startup. //at AppUI ConstructL CEikonEnv::Static...

AntSnes Release 0.3

The new AntSnes release 0.3 is now ready. The current release contains mainly minor bug fixes and improves usability. The sound support is still missing 🙁 Whats new: can load more than one rom,...

AntSnes release 0.2 : Support for all 3rd edition phones

The new AntSnes release 0.2 is ready. The current release 0.2 supports most S60 3rd edition phones. It’s currently tested with N73(3.0), N95(3.1) and N96(3.2). The new package also adds new setting...

Porting the ARM9 optimized asm code to ARM11

This is just a short post about my modifications to the Snes9x assembly sources. You can find the sources at the 0.1 release post. Actually there was only one modification required, which I will sh...

AntSnes going to Beta: speed optimizations

The new version is optimized for speed, which gives a huge performance boost for N96 (it’s nice for N95 too). I expect this binary to work with S60 3.1 and 3.2 phones, but I’m planning to add suppo...

Porting the Snes9x ASM core to S60

As you all saw the emulator is really slow and the sound is not supported because of too much frame skipping. I have been working with ASM core (written by notaz) some time now, and it’s very frust...

Compiling assembly sources in S60 project

Compiling assembly sources with different build options is not easy with Symbian OS MMP-files. You can add assembly files as normal sources, but then they will be compiled with same rules as all ot...