- 0 replies
- 1,131 views
- Add Reply
- 0 replies
- 1,365 views
- Add Reply
- 1 reply
- 2,690 views
- Add Reply
Ville Linde's MAME WIP Update: Gradius 4!
Official DSEmu News Update!
DSEmu is a Nintendo DS Emulator for Windows that was originally made by Two9A.
It's been a little while since I last posted, that's true. Fact of the matter is that other matters have pressed their attention on me, which has forced DSemu-ng temporarily out of the foreground. However, a little more progress has been made. Plugins are now able to generate their own subwindows, and draw to them in any manner they choose, just so long as it all ends up as a simple framebuffer. That makes perfect sense for all my subwindows, since all they were in DSemu of old was framebuffers dumped to a DC.
One of the major problems with having a subwindow that's merely a framebuffer dump is that it can't have any controls within it. I've tried to maintain cross-platform compatibility in the superstructure as much as possible, and that means making the GUI plugin API-neutral. That entails that no subwindows created by plugins can even talk about widgets or controls, since they'd have to refer to a specific toolkit. Instead, options are added to the main application menu, which pass their values on to the plugins. It's a change to the interface, I know, but that's the price one pays for cross-platform code.
Furthermore, I've finally hit that fateful point at which I've made more progress in -ng than I did before. That point came at the implementation of timers. As of this moment, I have the simple prescalar timers tested as working fine; IRQ triggers and countup are present, but not tested as of right now, and their implementation is very likely to be wrong.
In summary, progress is slow, but progress exists.
»» Homepage
xmame/xmess Release 0.101
# Everything from MAME 0.101 (changes-mame.html) andMESS 0.101 (changes-mess.html).
# The messtest application builds again.
# When the LIRC configuration cannot be read, the joystick polling code
no longer tries to use LIRC. This fixes a crash that occurs under
memory pressure. (Paul "TBBle" Hampson)
# Enabling full keyboard emulation in the classic MESS UI once again
prevents keys such as P and Esc from being intercepted by the
emulation core.
# Added support for BGR visuals to the blit core for, e.g., Solaris.
(Hans de Goede)
Emulation News For October 22nd!
Some small news items:
* XRoar v0.14 (Dragon 32/64)
* EmuLinker Kaillera Server 0.98
* PC6001VW Ver 203a (PC6000v)
* PC2E relaunched as compatible hardware (PCE/TG16)
* SSF ver 0.07 alpha 13 (Saturn)
* MacMess 0.101 binary and source