etc.
Added stub for Cart0840 bankswitching. The code is mostly ready; I'm just
waiting for the go-ahead to release it.
Updated ROM properties for those ROMs affected by the keypad fixes in the
last commit.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1279 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
works (i.e., Alpha Beam with Ernie, Oscar's Trash Race, and Magicard).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1278 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Bumper Bash ROM.
Updated ROM properties for some keypad games. It seems 'Alpha Beam' and
'Oscars Trash Race' still don't work, though.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1277 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
was a bit too specific (didn't always work on older systems).
Fixed crash in ROM browser when selecting a ROM with the 'Select' button.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1276 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Fixed graphics corruption when toggling phosphor mode in OpenGL.
Made ROM launcher and debugger ignore the 'gl_fsmax' argument in
fullscreen mode, since it only scaled the text and made it hard to read.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1273 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Fixed bug in FileSnap Dialog where the reload was shown in emulation mode.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1272 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
TIA reset isn't required in this case, and isn't always correct. Instead,
only the frame parameters should be reset.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1271 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
a console was actually created. It's now specified as part of the console
initialization, and updated values are seen everywhere.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1270 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
without resetting the whole system. This means that a game can continue
running while these values are being changed. Eventually, I'd like all
such options to be configurable in-game, and not have to reload a ROM
for them to take effect.
Updated yet more ROM properties, which were found with the help of the
above feature.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1269 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
adding TrakBall support (pushed to the 2.4 release).
Final batch of ROM properties updates. At least 6 or 7 games that didn't
work before now function correctly.
Once the OSX OpenGL crashes are worked out (which looks promising), we'll
be ready for a 2.3.5 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1268 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
(or at least until I can figure out how to bypass it entirely when
testing whether a ROM is NTSC or PAL).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1267 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
original code compiled and ran on the exact same machine a few weeks ago??
Updated OSX build so it actually compiles again.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1266 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
really worked right anyway.
Bumped version number for beta testing.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1262 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Updated copyright info for 2007 (might as well get it taken care of
early in the year).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1261 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
ROM launcher window, and takes a value of 1 (320x240), 2 (400x300) and
3 (512x384). Stella must be restarted for this to take effect.
Added 'uipalette' commandline argument, which selects between the palettes
to use for the UI (1 - classic, 2 - GP2X). We'll probably add more of these
in the future.
Added UIDialog, accessible from the Options dialog, and populated with the
above items.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1258 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
cheats were being evaluated even after the console was deleted. Also
moved saving of cheats out of the Console d'tor. I never liked that
required functionality was in a d'tor; it felt sort of hacky.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1257 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
It wasn't worth adding another bankswitch type for these, since they're
basically an anomoly, and I don't think any others exist like it.
Updated "Air Raid" ROM properties. This is a PAL ROM, no matter what
the other emulators say. The only way I'll change it at this point is to
see the real cartridge in action.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1256 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
After much request, added ability to access the settings menu from the
ROM browser dialog. This menu now contains almost all items that can
be selected in Stella, and can be accessed in-game as before.
Completely removed pause functionality from the core code. It made
sense back when Stella was a single-mode program: there were two modes;
emulation and pause. Now that there are other event modes, the
EventHandler state machine is getting too complicated. If you want to
pause, you can simply enter one of the in-game menus. Related to this,
when the app is minimized, Stella enters the menu dialog state.
Previously, minimizing the app caused a pause, but since there was no
onscreen feedback, many people assumed the app locked up.
Added centering to all Dialog boxes, which is done dynamically, as they're
placed on the dialog stack to be drawn to the screen.
Cleaned up the API of Console/FrameBuffer/OSystem classes wrt to palettes
and timing. Parts of each were being done in different classes; now it
should be more consistent.
Started infrastructure for user-selectable UI palettes. For now, there's
no way to change it in the GUI, and it defaults to the normal palette.
Eventually, there will be several choices selectable from an in-game
menu.
Removed '-channels' commandline argument, since that feature can be
set from the ROM properties.
Added '128' to the choices for fragment size in AudioDialog.
Tweaked the OpenGL dynamic loading code to test both the given GL
lib, and if that fails to use auto-detection. It seems in the OSX port,
the first approach works for some people, and not the other (and vice-versa),
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1255 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
having any effect.
Finished removing all TIA tweaks from ROM properties; the defaults should
now me much more authentic. Related to this, completely removed the
'tiadefaults' argument and all functionality.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1247 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Fixed annoying timing bug that's bothered me since the 2.0 release.
Exiting a ROM and starting another one was causing the new ROM to not
start playing sound from the beginning. This was made worse by the new
display format auto-detection logic. Basically, the main event loop
wasn't being reset from one ROM to another.
Moved OSystem::mainLoop() back into the actual OSystem class, and
removed it from the UNIX/OSX/Win32/GP2X ports. It's still virtual,
though, just in case a port wants to handle all timing itself.
Started a massive purge of all enhanced XStart/YStart values from
the internal properties. I'll also be removing the 'tiadefaults'
argument, and leaning towards a more authentic emulation look
and feel.
Second pass at image centering in the GP2X port. Now we only
do vertical centering, and only on images that won't be scaled
in hardware.
Reworked creating a new Console. It now takes in the properties and
Cartridge required for operation.
Re-added changeWidth() and changeHeight() console functionality, since
it's proved to be very beneficial.
Cleaned up getting info about a cartridge. It was sort of hacky before.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1246 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
is almost always a '3F' cart as well, it makes sense to only test for it
when we already know the cart is probably '3F'. As well, the pattern for
a '3F' cart results in a lot less false-positives than '3E'.
Added '-colorloss' commandline argument and 'Ctrl-l' key shortcut. This
enables or disables the PAL color-loss effect, and will default to off
(similar to z26 functionality). Still TODO is add a UI entry for it.
Fixed a bug in the calculation of PAL color-loss values; it wasn't actually
giving grayscale data, but something with a greenish tint.
Updated PAL autodetection code to run for 60 test frames instead of 20,
and ignore the first 30. This helps when loading SuperCharger games,
since the BIOS code always runs at NTSC rates, even if the ROM really
should be PAL. For now, this means it only works when 'fastscbios' is
enabled, and the BIOS runs in 30 frames or less (vs. needing 250+ frames
for normal speed!). I'm strongly leaning to just making 'fastscbios'
a non-editable default.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1242 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
of scanlines in a 20-frame run of the Console. This should finally quiet
those idiots that say 'Stella sucks' because it's too slow (when in fact
it just didn't know a ROM was PAL). This will only detect NTSC and PAL;
PAL60 will be autodetected as NTSC. AFAIK, there's no way to detect
this, so it will still need to be defined in the properties.
Added autodetection logic for E0 and E7 bankswitching types.
Added '-rominfo' commandline argument, which gives a semi-detailed
description of the given ROM, including cart type and display format.
Yes, I'm a geek; this is what I spend Christmas day doing :)
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1238 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
and I'm not sure if some of the remaining types can even be autodetected.
I only wish I'd had time to include this in the 2.3 release.
Bumped version number to 2.3.01, and starting all over again. Hopefully
more help will find its way to me this time :(
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1237 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
each different Expression class in a separate file, especially since they're
mostly only one-line methods. So now all the classes are placed in
DebuggerExpressions.hxx.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1234 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba