- 0 replies
- 1,645 views
- Add Reply
- 0 replies
- 1,983 views
- Add Reply
- 1 reply
- 1,614 views
- Add Reply
- 0 replies
- 1,155 views
- Add Reply
RPCemu 0.7 released

Acorn Archimedes emulator
16th June 2007RPCemu 0.7 released.
Changes since 0.6 :
* New dynamic recompiler CPU core - between 2 and 4 times the speed of the interpreter, depending on machine, applications etc
* RISC OS 4 now works properly with lazy task swapping on recompiler
* CD-ROM support. .ISO images on all platforms, direct drive access on Windows and Linux
* Now supports hard disc images above 2gb - the new limit is 32gb
* New DOS port
* Now compiles and (mostly) works on big-endian machines (eg PowerPC Macintosh)
* Source code improved a bit
SDL v1.2.9 for DS
The SDL port based off of SDL 1.2.9
todo:
add ds console specific features/optimizations
mouse/keyboard support
dual screen support
included is an arm9/arm7 template to allow for sound streaming support.
Updated 6/15/07 with streaming sound support for latest devkitARM and libnds r20.
Download source or precompiled libs/headers and arm7/arm9 template from (the link below.)
Enjoy, fix the source and share
Troy Davis(GPF)
Mame 0.116u1 related releases

EMULATORS
=========
DATS
====
AGEMAME
=======
NOTES
=====
The latest version is 0.116u1. SDL-wise this includes multithreading enhancements from Vas Crabb and Sven Gothel’s latest OpenGL code, which fixes the previous performance regressions and adds a few new tricks.
Mame 0.116u1

A quick turn of the crank and we have the first ‘u’ release of the 0.117 development cycle. There are a couple of significant changes this time that need some good testing. First off, Zsolt has taken the plunge and done a full rewrite of the Neo Geo driver based on Charles MacDonald’s detailed study of the hardware. I’m sure this will be fun and controversial! We also have newly-added support for multiple keyboards in the Windows code and a switch over to using the raw input APIs, thanks to Andrew Kuruhin. In addition, there are a number of nice SH-4 updates from Samuele Zannoli, some more progress on Match It II from Robiza, and a bunch of fixes for regressions that seeped into the final 0.116 release.
0.116u1---------
MAMETesters Bugs Fixed
----------------------------------------
shanghai0116red [Aaron Giles]
bldwolf061gre [Robiza]
superx0116gre [Robiza]
matchit2_0116ora [Robiza]
qix0116yel [Aaron Giles]
Source Changes
---------------------------
Fixed scanline address reporting in the qix driver. [Zsolt Vasvari]
Rewrote Neo-Geo driver again based on information from Charles MacDonald. This update fixes a number of issues with the previous attempt. [Zsolt Vasvari]
Added support for multiple keyboards: [Andrew Kuruhin]
- added multikeyboard input support through RAWINPUT mechanism (up to 8 simultaneous keyboard inputs)
- fixed RAWINPUT device registry enumeration bugs
Fixed the reset mode in CDP1802. [Curt Coder]
Fixed a number of errors and simplified the code significantly in the ptm6840 code. [Atari Ace]
Fixed offset for sprite and layers in fcrash driver. [Robiza]
SH4 CPU core improvements: [samuele Zannoli]
- corrected opcode decoding and decodes all opcodes of sh4
- corrected disassembly and added support for all instruction of sh4 not in sh2
- now disassembles all fpu instructions
- changed cpu to little-endian (sh4 can be either big or little)
- corrected which data is read and written from memory
- added registers fpul and dbr
- added (non-fpu) instructions of sh4 non present in sh2
- added four fpu instructions
- modified memory-mapped internal register management so that all internal registers can be actually used
- added file sh4regs.h with defines for all sh7750 internal registers
- implemented internal registers for memory refresh
- removed some internal registers of sh2 not present in sh4
- added preliminary support for internal cache used as ram
Updated CPS2 decryption bit order to match what is likely the original order. [Nicola Salmoria]
Fixed a few warnings that show up with -Wextra. [Atari Ace, Zsolt Vasvari]
Fixed toaplan2.c so that OKI6295 sample ROM bankswitching via one of the spare data lines on the coin mechanism port is only hooked up in the one game that's actually wired this way (shippumd). [AWJ]
Updated the scrambls protection implementation to use equations based on the implementation from fpgaarcade.com. [Mark McDougall]
Improved GCD computations in the rendlay.c code. [Christophe Jaillet]
Fixed numerous regressions in the 0.116 release. [Zsolt Vasvari, Aaron Giles]
Switched driver code to exclusively using mame_rand() instead of rand(), to improve consistency of results. [Aaron Giles]
Improved MCU timing and communication in the qix driver. Still a few issues remain. [Aaron Giles]
New games added or promoted from NOT_WORKING status
---------------------------------------------------------------------------------
Match It II [Robiza]