<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/dgen/news/" rel="alternate"/><link href="https://sourceforge.net/p/dgen/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/dgen/news/</id><updated>2014-07-27T00:55:41.826000Z</updated><subtitle>Recent posts to news</subtitle><entry><title>DGen/SDL 1.33</title><link href="https://sourceforge.net/p/dgen/news/2014/07/dgensdl-133/" rel="alternate"/><published>2014-07-27T00:55:41.826000Z</published><updated>2014-07-27T00:55:41.826000Z</updated><author><name>A. Normal</name><uri>https://sourceforge.net/u/zamaz/</uri></author><id>https://sourceforge.net2d964cc904bfd72e90778c75976c5e16b1f46f61</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This release mostly contains internal bugfixes. Unfortunately the VDP has not improved a bit. Most remaining known bugs are related to VDP emulation.&lt;/p&gt;
&lt;p&gt;New features:&lt;br /&gt;
- New bindings to switch between previous/next save slots.&lt;br /&gt;
- M68K debugger works with any M68K core (StarScream and Cyclone in addition to Musashi).&lt;br /&gt;
- Z80 debugger and disassembler (also works with any Z80 core).&lt;br /&gt;
- Performance improvements for CZ80 and Musashi.&lt;br /&gt;
- Common API for scalers and pre/postscale filters.&lt;br /&gt;
- Stretching filter to fit window size even if not a multiple of the original resolution. Useful when OpenGL or hardware acceleration is not available.&lt;br /&gt;
- HQX+strech and scale2x+strech stacked filters.&lt;br /&gt;
- config_save and config_load commands to save/restore configuration files at will. Can be used to store controller profiles.&lt;br /&gt;
- VGM dumping (vgmdump command).&lt;br /&gt;
- Improved DAC rendering. Sound rate is now 44100Hz by default for better quality.&lt;br /&gt;
- Multiple buttons bindings to perform a given action by pressing several buttons simultaneously.&lt;br /&gt;
- Mouse input support.&lt;br /&gt;
- Specific workarounds for Linux framebuffer SDL driver (fbcon) issues.&lt;/p&gt;
&lt;p&gt;Bugfixes:&lt;br /&gt;
- Joystick hat is finally handled correctly.&lt;br /&gt;
- Various issues related to the calibration screen.&lt;br /&gt;
- ROM corruption when using Musashi.&lt;br /&gt;
- Z80 registers endianness problems in the debugger.&lt;br /&gt;
- CPU dump/restore routines crashing games when switching between CPU emulators.&lt;br /&gt;
- Save/restore are not supposed to work when no ROM is loaded.&lt;br /&gt;
- DAC data type causing distorted sound with Cyclone.&lt;br /&gt;
- Sound initialization issues.&lt;/p&gt;
&lt;p&gt;Emulation:&lt;br /&gt;
- Proper Z80 BUSREQ/RESET IO read emulation.&lt;br /&gt;
- Proper interrupt mode 0 emulation in CZ80.&lt;br /&gt;
- Preliminary support for Sega Pico and its pen.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen/SDL 1.32</title><link href="https://sourceforge.net/p/dgen/news/2013/02/dgensdl-132/" rel="alternate"/><published>2013-02-09T21:20:31Z</published><updated>2013-02-09T21:20:31Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.netb5ed3eb3cdc5080d6d7625eda4891b2ae6a678e2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Many enhancements since v1.31. I've copied a larger chunk of the ChangeLog than usual , see below.&lt;/p&gt;
&lt;p&gt;- The M68K debugger has been improved, with the ability to step over multiple instructions, display them while they are executed, and modify registers and memory.&lt;br /&gt;
- Breakpoints now work as expected and disassembler displays instructions properly.&lt;br /&gt;
- 6-button controller emulation has also been fixed, it wasn't working correctly.&lt;br /&gt;
- OpenGL now byte-swaps 32-bit textures by default on big endian machines.&lt;br /&gt;
- Fixed infinite loop introduced in v1.31, which prevented DGen/SDL from exiting.&lt;br /&gt;
- Imported Cyclone 68000, a highly optimized M68K core written in pure ARM assembly. It is much faster than Musashi, especially on low-spec machines such as the Raspberry Pi.&lt;br /&gt;
- Imported DrZ80, a Z80 core also written in pure ARM assembly (from PicoDrive).&lt;br /&gt;
- These two CPU cores are now used by default on ARM-based machines.&lt;br /&gt;
- Implemented MJazz, a feature present in the original Win32 version of DGen. Enabling bool_mjazz initializes three FM chips instead of one. Each additional chip runs at twice the rate of the previous one, causing the MJazz sound effect.&lt;br /&gt;
- Updated Musashi to version 3.31. This new version fixes many games.&lt;br /&gt;
- Made DGen/SDL more responsive on slow machines by checking input events after each dropped frame.&lt;br /&gt;
- Double-buffering can now be disabled, useful on slow machines.&lt;br /&gt;
- Added an optional separate thread (bool_screen_thread) for displaying frames. Only useful on slower machines where flipping video buffers takes time, especially when V-sync is enabled and doing so blocks DGen/SDL until the next frame without consuming CPU time (such as the case of Dispmanx on the Raspberry Pi when bool_doublebuffer is also enabled).&lt;br /&gt;
- Optimized Musashi to access memory regions directly without going through callbacks. This idea was taken from Genesis Plus GX. Although not as fast as Cyclone 68000 on ARM, it is noticeably faster than before.&lt;br /&gt;
- VDP: implemented VDP interrupts properly.&lt;br /&gt;
- VDP: added the ability to switch VDP planes on and off.&lt;br /&gt;
- VDP: improved sprites priority bit handling to fix sprites glitches in a lot of games.&lt;br /&gt;
- VDP: implemented sprites limitations (per-line, per-frame, dot overflow), and enhanced masking (DGen/SDL now passes Nemesis' sprite masking test ROM).&lt;br /&gt;
- VDP: implemented sprites boxing, the ability to draw boxes around sprites for debugging purposes.&lt;br /&gt;
- VDP: implemented 2-cell vertical column scrolling mode. This fixes video glitches in several games.&lt;br /&gt;
- VDP: optimized tiles blitting (but it's hard to notice).&lt;br /&gt;
- VDP: implemented sprite overflow and collision bits.&lt;br /&gt;
- VDP: forced data offset from the name table to wrap at 8K to fix video glitches in some games.&lt;br /&gt;
- Updated StarScream to version 0.26d (was previously 0.26a).&lt;br /&gt;
- Joysticks support has been reworked. They are now managed like the keyboard, with similar names in the configuration file (joy_* instead of key_*). Because of this, some configuration variables have been removed and no longer work in DGen/SDL 1.32. Configuration files must be updated manually.&lt;br /&gt;
- Implemented the ability to bind/unbind keys and joystick/joypad buttons to arbitrary commands using bind_* variables. This replaces the similar feature that only worked with joystick buttons.&lt;br /&gt;
- "calibrate_js" has been renamed "calibrate" and now works with both keyboard and joystick events. Makes controllers configuration straightforward.&lt;br /&gt;
- Implemented "bool_buttons" to display each pressed button in the status bar. Helpful when configuring buttons manually.&lt;br /&gt;
- Updated user and code documentation (Doxygen).&lt;br /&gt;
- Screenshot files names are now prefixed with the ROM name so they are easier to find.&lt;br /&gt;
- Many other minor bugfixes.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen 1.31</title><link href="https://sourceforge.net/p/dgen/news/2012/11/dgen-131/" rel="alternate"/><published>2012-11-17T22:06:03Z</published><updated>2012-11-17T22:06:03Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.net9d5bc462814d19977980017a1c980a273d5c5d6f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It's been a while! Here's the changelog since v1.30.&lt;/p&gt;
&lt;p&gt;- Joystick axes can now be configured for controllers with more than two. They can also be reversed.&lt;br /&gt;
- Implemented command "calibrate_js" to configure joystick buttons interactively.&lt;br /&gt;
- Fixed a bug in the debugger prompt handler.&lt;br /&gt;
- Implemented FM2612 debugging support.&lt;br /&gt;
- Refactored SDL keyboard handling.&lt;br /&gt;
- Removed Linux-specific joystick code which no one uses (not even in Linux, where the SDL version has always been preferred).&lt;br /&gt;
- Implemented the ability to bind arbitrary commands to joystick buttons. This makes DGen fully controllable from a joystick/joypad.&lt;br /&gt;
- Implemented proper sprite masking. This fixes annoying priority glitches in a number of games.&lt;br /&gt;
- Fixed half-submitted commands support in the VDP. This finally fixes the mangled EA logo.&lt;br /&gt;
- Some code refactoring and documentation.&lt;br /&gt;
- Improved region settings. The single "region" variable can be used to switch interactively from one region settings to another (identifier, resolution, PAL/NTSC mode and frame rate).&lt;br /&gt;
- Improved region auto detection with the ability to specify a preference order ("str_region_order" variable).&lt;br /&gt;
- Fixed other miscellaneous bugs (NASM on non-x86 targets, uninitialized variables, other warnings and errors).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>IRC channel</title><link href="https://sourceforge.net/p/dgen/news/2012/03/irc-channel/" rel="alternate"/><published>2012-03-11T02:31:19Z</published><updated>2012-03-11T02:31:19Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.netcce3c0d9db289c5309738b621c25a0e7dd911f1b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;DGen/SDL also has an IRC channel,  #dgen on Freenode (http://freenode.net/).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen 1.30</title><link href="https://sourceforge.net/p/dgen/news/2012/03/dgen-130/" rel="alternate"/><published>2012-03-11T02:00:17Z</published><updated>2012-03-11T02:00:17Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.net7ca1ed6c0e409f1f425a83e5f536245801622315</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This release features mostly UI-related enhancements.&lt;/p&gt;
&lt;p&gt;- M68K debugger support (contributed by Edd Barrett).&lt;br /&gt;
- Screen initialization has been completely rewritten.&lt;br /&gt;
- Improved archived ROMs support, ZIP files can now be read properly.&lt;br /&gt;
- Interactive prompt support which enables DGen to be reconfigured and to load/unload ROMs on the fly.&lt;br /&gt;
- International (read: non-US/QWERTY) keyboards support.&lt;br /&gt;
- Screenshots can be generated from the rendered screen (now the default).&lt;br /&gt;
- scale2x filters, those are much faster than hqx.&lt;br /&gt;
- CTV filters can now be stacked.&lt;br /&gt;
- The "swab" CTV filter which replaces "bool_opengl_swap".&lt;br /&gt;
- Key bindings can be unbound.&lt;br /&gt;
- New RC variables (video Hz, PAL mode, region and more).&lt;br /&gt;
- Configuration is automatically saved in a separate file at exit time.&lt;br /&gt;
- A nice splash screen when no ROM is loaded.&lt;br /&gt;
- A FPS counter can now be displayed.&lt;br /&gt;
- Sound volume control.&lt;br /&gt;
- Various bugfixes, like in all other releases.&lt;/p&gt;
&lt;p&gt;Also, Windows binaries are now available. The Win32 version requires a CPU with SSE2 support (Intel Pentium 4+). The Win64 version obviously only works with x86_64 CPUs. They're full featured and even have debugger support enabled.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen 1.29</title><link href="https://sourceforge.net/p/dgen/news/2012/01/dgen-129/" rel="alternate"/><published>2012-01-29T22:00:02Z</published><updated>2012-01-29T22:00:02Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.net0ce3e17b5b026625ec649d3b4c1335397eac6d85</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;What's new?&lt;/p&gt;
&lt;p&gt;- Reduced CPU usage. Laptop owners should like this.&lt;br /&gt;
- Fixed OpenGL regressions from v1.28.&lt;br /&gt;
- Improved save files handling again.&lt;br /&gt;
- Major refactoring of memory handling and associated routines, more games can run as a result.&lt;br /&gt;
- Fixed remaining bugs in M68K and Z80 cores hot-swapping.&lt;br /&gt;
- Included hqx (hq2x, hq3x and hq4x) filters for nicer graphics.&lt;br /&gt;
- Improved filters API.&lt;br /&gt;
- Merged OpenGL and normal fonts rendering code. OpenGL modes aren't restricted to the old 5x5 font anymore.&lt;br /&gt;
- Various other bugfixes, the usual thing.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen 1.28</title><link href="https://sourceforge.net/p/dgen/news/2011/11/dgen-128/" rel="alternate"/><published>2011-11-17T22:31:34Z</published><updated>2011-11-17T22:31:34Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.netb88c1c23d084de351a5effdf76d05c1c25ef2b68</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Another major release!&lt;/p&gt;
&lt;p&gt;- Use libarchive (when available) for ROMs decompression.&lt;br /&gt;
- The "tobin" utility has been renamed "dgen_tobin".&lt;br /&gt;
- Fixed CZ80 emulation bug from v1.27 (weird sound).&lt;br /&gt;
- Improved runtime switching between CZ80 and MZ80.&lt;br /&gt;
- Improved save files handling, they are now compatible with Gens v5.&lt;br /&gt;
- YM2612 emulator has been upgraded from version 0.35f to 1.4b.&lt;br /&gt;
- Improved sound buffer management (again).&lt;br /&gt;
- 8-bit sound output support has been dropped.&lt;br /&gt;
- Game Genie codes can now be entered while in stopped mode.&lt;br /&gt;
- YM2612 and SN76496 clock frequencies have been corrected.&lt;br /&gt;
- There's a new command-line option to select the console region.&lt;br /&gt;
- OpenGL output now uses a single, bigger texture instead of two.&lt;br /&gt;
- As usual, many other bugfixes.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen 1.27</title><link href="https://sourceforge.net/p/dgen/news/2011/10/dgen-127/" rel="alternate"/><published>2011-10-24T19:14:59Z</published><updated>2011-10-24T19:14:59Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.net9b28d1b72819aec0fb5fde617878286d568e3e49</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;- Imported CZ80 0.91, also found in DGen PSP. This Z80 core works better than the C version of MZ80. This means that there's now sound in Sonic 2 on non-x86/32 bit machines. Finally!&lt;br /&gt;
- CZ80 and Musashi are now used by default even when MZ80 and StarScream are available, unless the configuration says otherwise.&lt;br /&gt;
- F10 can be used to switch between MZ80, CZ80 or neither.&lt;br /&gt;
- Game Genie codes can now be entered interactively by pressing F9. Enter them twice to disable them.&lt;/p&gt;
&lt;p&gt;As usual, it was tested under FreeBSD/sparc64, Linux/x86_64, Linux/x86, cross-compiled using MinGW (x86) and tested in Wine and Windows. Don't hesitate to try it on all the hardware you can find and fill bug reports or provide patches.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CVS has been disabled</title><link href="https://sourceforge.net/p/dgen/news/2011/10/cvs-has-been-disabled/" rel="alternate"/><published>2011-10-11T22:52:03Z</published><updated>2011-10-11T22:52:03Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.net4ba1d7ec5ab54e2abc57660684fa7b1d94302ce1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There's no point in keeping it around any longer, goodbye CVS.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>DGen 1.26 is out!</title><link href="https://sourceforge.net/p/dgen/news/2011/10/dgen-126-is-out/" rel="alternate"/><published>2011-10-11T22:42:38Z</published><updated>2011-10-11T22:42:38Z</updated><author><name>Bertrand Janin</name><uri>https://sourceforge.net/u/tamentis/</uri></author><id>https://sourceforge.net2cae6dabb53eefb319812f3bfdc9eb77d4787696</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Many improvements for this release:&lt;/p&gt;
&lt;p&gt;- Musashi core upgraded from version 2.0 to 3.3.1, this fixes a bunch of emulation bugs.&lt;br /&gt;
- Complete rework of autoconf/automake scripts to improve portability by supporting cross compilation, out of tree and parallel builds.&lt;br /&gt;
- MingGW support, DGen/SDL can now officially run in Windows.&lt;br /&gt;
- Improved big endian support, DGen was tested and works properly on FreeBSD/sparc64.&lt;br /&gt;
- OpenGL improvements (endian swapping, 16/32 bits textures option, linear filtering is back too). It's now also enabled by default when supported.&lt;br /&gt;
- Generic Crap TV filters so they are now available in all modes and for OpenGL.&lt;br /&gt;
- Main loop and some SDL refactoring for a smooth frame rate when sound is enabled, and gapless audio on slow machines.&lt;br /&gt;
- Improved A/V synchronization.&lt;br /&gt;
- OpenGL screenshots.&lt;/p&gt;
&lt;p&gt;Check the ChangeLog or git history for more information. Have fun!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>