estolberg
351469d1a1
new header for 64K Megaboy cart
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@35 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-18 16:02:30 +00:00
estolberg
4b63d245cc
new class for 64K Megaboy cart
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@34 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-18 16:01:43 +00:00
estolberg
0818aba023
new header for Commavid extra RAM carts
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@33 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-18 15:59:40 +00:00
estolberg
97d2e0fc34
new class for Commavid extra RAM carts
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@32 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-18 15:58:46 +00:00
stephena
97c2fc83b0
Removed these files since they should be automatically generated by the
...
tools that the user has.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@31 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-16 15:12:38 +00:00
stephena
f257327aa1
Removed all references to DefProps from the makefile and related classes.
...
There is no longer a builtin stella.pro file. You must supply one with
the program.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@30 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-16 15:09:21 +00:00
stephena
2f55b22d2b
Changes to the PropertiesSet class which give a choice between storing the
...
properties in memory or always reading from the .pro file. Removal of the
.pro file from the executable (now it MUST be included with the executable).
Typical improvements are 38% less memory usage and 46% reduction in
executable size.
Changes to all 4 frontends to accomodate changes made to the
PropertiesSet class.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@29 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-16 02:14:25 +00:00
bwmott
bf5cae4704
Updated PAL and NTSC palettes from Thomas Jentzsch. The NTSC palette
...
has been adjusted to make the colors look a bit stronger (more saturated).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@28 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-15 04:00:33 +00:00
bwmott
efa220b996
Incorporated a modified NTSC palette, provide by Thomas Jentzsch, which
...
is more like the real 2600 colors.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@27 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-13 05:17:33 +00:00
bwmott
eb6636dfbe
Improved the emulation of values read from the TIA based on the results
...
Eckhard Stolberg obtained from a real 2600 showing that the TIA always
defines bits 6 & 7 and lets bits 0 to 5 float.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@26 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-13 04:26:42 +00:00
stephena
efa1675e00
Patch to fix compilation with new PropertySet code.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@25 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-10 20:03:05 +00:00
stephena
40224e7459
Extra error checking, commenting, and some cleanups.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@24 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-10 19:53:33 +00:00
stephena
b463645966
Extra error checking, commenting, and some cleanups.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@23 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-10 19:22:58 +00:00
stephena
0a10a2d475
Modified makefile to pick up sdl-config stuff.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@22 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 19:17:58 +00:00
stephena
9b1481a34d
Initial SDL version of stella. Uses stella-sound program for sound output.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@21 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 19:11:13 +00:00
stephena
59ce106a71
Stella config file for X11 and SDL versions.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@20 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 18:00:41 +00:00
stephena
4584f6184c
*** empty log message ***
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@19 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 17:58:42 +00:00
stephena
1a1a107313
Stella config file for X11 and SDL frontends.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@18 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 17:56:40 +00:00
stephena
875baa25c2
makefile : cleaned up options, changed method of selecting options, added sdl frontend
...
Console.cxx : changed lookup of current rom to be always based on md5sum
Console.hxx : changed lookup of current rom to be always based on md5sum
Props.cxx : added method to get rom info based on md5sum
Props.hxx : added method to get rom info based on md5sum
PropsSet.cxx : changed storage of properties to a BST based on md5sum
PropsSet.hxx : changed storage of properties to a BST based on md5sum
OSS.c : added volume command-line argument and mixer functions
SndUnix.cxx : added code to pass volume to stella-sound process
mainX11.cxx : major enhancements, see Changelog
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@17 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 17:11:32 +00:00
bwmott
7d7d406f94
Initial import of the source code for version 1.1.3a of the DirectX based
...
Windows port of Stella.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@16 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2002-01-08 05:01:08 +00:00
bwmott
cf68f6d4b4
Updated for preliminary Pitfall II support.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@15 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-30 18:43:30 +00:00
bwmott
cb1a8d4565
Updated based on the new System code for accessing the data bus state.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@14 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-30 18:42:09 +00:00
bwmott
c7e4831786
Improved the emulation of values read from the TIA of undefined bits.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@13 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-30 18:38:54 +00:00
bwmott
7ba178b55b
Enhanced class so that it maintains the last value placed on the data bus.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@12 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-30 18:36:02 +00:00
bwmott
4f214fecfa
Modifed to support all of the undocumented 6502 instructions.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@11 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-29 17:55:59 +00:00
bwmott
848dd37c25
Generated from the Dec 24,2001 version of Erik Kovach's stella.pro file.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@10 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-27 20:26:37 +00:00
bwmott
79972a42f8
The Dec 24, 2001 version of Erik Kovach's stella.pro file.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@9 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-27 20:22:50 +00:00
bwmott
90505a0fd9
Add syncmail as a admin file to checkout.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@8 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-27 20:02:13 +00:00
bwmott
b87826ae62
This commit was generated by cvs2svn to compensate for changes in r6,
...
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@7 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-27 19:54:36 +00:00
bwmott
1dbf9ae846
Modified to send email as files are committed.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@5 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-27 19:33:03 +00:00
bwmott
d9c1d1b31e
Imported syncmail script version 3.17 from:
...
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mailman/CVSROOT/syncmail
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@4 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-27 18:42:32 +00:00
root
307898518d
initial checkin
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-11 22:11:04 +00:00
root
f106596d2e
initial checkin
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-11 22:11:03 +00:00
(no author)
004fb6e7f6
New repository initialized by cvs2svn.
...
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2001-12-11 22:11:03 +00:00