MAMEWorld >> News
View all threads Index   Flat Mode Flat  

Stefano Teso
MAME Fan
Reged: 03/23/12
Posts: 6
Send PM
valkyrie source is now in the wild
06/02/12 01:35 PM


Hello all,

finally keeping my promise of releasing valkyrie, I've published the full source on github:

https://github.com/stefanoteso/valkyrie/

Feel free to grab a copy and mess with it :-)

A couple of very important points:

- There is a ton of documentation in the source. Pretty much every little detail I have found is annotated right there. The only exception are of course the manually annotated disassemblies, that AFAIK I'm restricted to keep for myself.

- I have made some serious updates to the GPU emulation and renderer since the last update; this means that the two RAM areas previously known as UNKRAM, are now finally assigned their real (hopefully) name: texture RAM. And the old Texture RAM area is now known as the frame buffer area. As a consequence, the boot menu texture now needs to be decoded properly, which is not implemented yet. The end result is that the menu text is currently unreadable.

- The aforementioned update also documents A LOT of previously unknown or under-documented GPU instructions. The renderer has not been updated to draw meshes properly according to the new findings, due to extreme lack of time on my part.

- Due again to lack of time, I have not fixed everything I could before the release. This means that some portions of the code are in a rather poor state, especially the ROM loading code. Feel free to blame me and fix the thing yourself. ;-)

Make sure to read the README, INSTALL, CONTRIBUTING, and TODO files for more details. If you want to contribute, feel welcomed. I won't have much time to spend on valkyrie until deep summer, and probably not even then; but I'll happily answer requests for clarification or guidance, and merge requests.

Also please, please, plese let me know if you find any embarrassing bug or traces of foul language in the source ;-)

Have fun!







Entire thread
Subject Posted by Posted on
* valkyrie source is now in the wild Stefano Teso 06/02/12 01:35 PM
. * Re: valkyrie source is now in the wild Cable  06/03/12 12:29 AM
. * Re: valkyrie source is now in the wild mesk  06/04/12 05:10 PM
. * Re: valkyrie source is now in the wild Solstar  06/02/12 11:00 PM
. * Re: valkyrie source is now in the wild Spelunker  06/02/12 11:16 PM
. * Re: valkyrie source is now in the wild Solstar  06/03/12 08:17 PM
. * Re: valkyrie source is now in the wild Anonymous  06/03/12 10:32 AM
. * Re: valkyrie source is now in the wild Vas Crabb  06/03/12 11:05 AM
. * Re: valkyrie source is now in the wild Anonymous  06/08/12 07:09 PM
. * Re: valkyrie source is now in the wild Vas Crabb  06/09/12 03:47 AM
. * Re: valkyrie source is now in the wild Anonymous  06/09/12 03:59 AM
. * Re: valkyrie source is now in the wild Vas Crabb  06/09/12 09:36 AM
. * Re: valkyrie source is now in the wild Anonymous  06/11/12 05:43 PM
. * Re: valkyrie source is now in the wild R. Belmont  06/08/12 08:34 PM
. * Re: valkyrie source is now in the wild Anonymous  06/09/12 04:21 AM
. * Re: valkyrie source is now in the wild AeroCityMayor  06/09/12 05:05 PM
. * Re: valkyrie source is now in the wild SmitdoggAdministrator  06/03/12 05:52 AM
. * Re: valkyrie source is now in the wild Spelunker  06/03/12 07:28 AM
. * Re: valkyrie source is now in the wild SmitdoggAdministrator  06/03/12 07:40 AM
. * Re: valkyrie source is now in the wild Spelunker  06/03/12 08:19 AM
. * Re: valkyrie source is now in the wild CTOJAH  06/02/12 03:46 PM
. * Re: valkyrie source is now in the wild R. Belmont  06/04/12 05:04 PM
. * Re: valkyrie source is now in the wild DoomSooth  06/04/12 05:39 PM
. * Re: valkyrie source is now in the wild Stefano Teso  06/02/12 04:17 PM
. * Re: valkyrie source is now in the wild Vas Crabb  06/02/12 05:22 PM
. * Re: valkyrie source is now in the wild R. Belmont  06/04/12 04:56 PM
. * Re: valkyrie source is now in the wild Vas Crabb  06/04/12 05:38 PM
. * Re: valkyrie source is now in the wild Olivier Galibert  06/03/12 04:13 PM
. * Re: valkyrie source is now in the wild Vas Crabb  06/03/12 04:36 PM
. * Re: valkyrie source is now in the wild Olivier Galibert  06/04/12 09:32 PM
. * Re: valkyrie source is now in the wild Spelunker  06/04/12 01:38 AM
. * Re: valkyrie source is now in the wild Matty_  06/04/12 02:49 AM
. * Re: valkyrie source is now in the wild Spelunker  06/04/12 04:40 AM
. * Re: valkyrie source is now in the wild Matty_  06/04/12 04:45 AM
. * Re: valkyrie source is now in the wild Spelunker  06/04/12 05:53 AM
. * Re: valkyrie source is now in the wild SmitdoggAdministrator  06/04/12 06:35 AM
. * Re: valkyrie source is now in the wild CrapBoardSoftware  06/11/12 02:15 PM
. * Re: valkyrie source is now in the wild mesk  06/11/12 03:42 PM
. * Re: valkyrie source is now in the wild Orochi_Kyo  06/04/12 02:13 AM
. * Re: valkyrie source is now in the wild Solstar  06/04/12 01:28 PM
. * Re: valkyrie source is now in the wild HowardC  06/03/12 08:10 PM
. * Re: valkyrie source is now in the wild Spelunker  06/04/12 02:12 AM
. * Re: valkyrie source is now in the wild Quantum Leaper  06/03/12 08:55 AM
. * Re: valkyrie source is now in the wild Vas Crabb  06/03/12 11:01 AM
. * Re: valkyrie source is now in the wild Spelunker  06/03/12 11:40 AM
. * Re: valkyrie source is now in the wild Stefano Teso  06/02/12 05:40 PM
. * Re: valkyrie source is now in the wild Spelunker  06/02/12 09:05 PM
. * Re: valkyrie source is now in the wild Stefano Teso  06/03/12 11:29 AM
. * Re: valkyrie source is now in the wild drewcifer  06/02/12 09:36 PM
. * Re: valkyrie source is now in the wild CTOJAH  06/02/12 04:46 PM
. * Re: valkyrie source is now in the wild Charles MacDonald  06/02/12 03:58 PM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
0 registered and 12 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 6402