Commit Graph

1115 Commits

Author SHA1 Message Date
stephena 6205ff2b69 Updated some UNIX/Linux build related items.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1128 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-09-08 14:35:21 +00:00
stephena 8a740e1605 Some updates for Win32 compilation. There are still some warnings being
generated by VC++ that I have to look into.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1127 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-09-08 00:44:19 +00:00
stephena 9ec836ea33 Fixed bug whereby properties loaded from the external file weren't being
used.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1126 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-09-06 21:51:15 +00:00
stephena a4107c8974 Added properties info for Andrew Davies early notBoulderDash demo.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1125 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-09-06 12:18:10 +00:00
bwmott 294df2414d The 6507's B flag appears to be tied to high so there's no way to
clear the flag.  This has been verified using a real 2600 by writing
a program which clears the B flag and then displaying the contents
of the status register.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1124 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-09-04 00:11:38 +00:00
bwmott ca78e39ca8 Added a flag to the 6502 code to track if the last memory access was a
read or not.  Also modified the TIA code so that if the last access
wasn't a read then it does not do a WSYNC operation.  This allows the
emubug.bin ROM to execute and report "2600" instead of "EMU".


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1123 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-31 02:31:29 +00:00
stephena ce28361930 A few more properties updates for Lady Bug ROM.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1122 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-29 16:09:34 +00:00
stephena 79b7372a83 Added properties info for 'Lady Bug' homebrew ROM. I still need to check
if this ROM supports stereo sound.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1121 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-29 14:04:06 +00:00
bwmott f5de7eff10 Modified the startup banks for the F4 and F4SC bankswitching methods
so that they start in bank 0 instead of bank 7.  Some homebrews have
been developed assuming bank 0 is the default.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1120 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-27 02:38:50 +00:00
bwmott 3df41044d8 Modified the handling of RESBL writes so that the ball output is not
delayed (i.e., new copy of the ball starts immediately if it is enabled)


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1119 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-12 02:42:09 +00:00
stephena 6d139cea9d Added some missing ifdefs so we can properly compile without ATARIVOX
support.  Changed the configure script to not build AtariVox support by
default, since it's still a work in progress (and requires extra code
that isn't in CVS yet).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1118 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-11 12:50:22 +00:00
bwmott bf1399919f Modified code to #ifdef ATARIVOX_SUPPORT sections of code which are used
for the AtariVox support but not needed otherwise.  Also changed a forward
declaration of a struct which was declared as a class.  I'm currently
building without AtariVox support, however, it should work as before if
ATARIVOX_SUPPORT is defined.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1117 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-09 02:38:03 +00:00
bwmott 1888152955 Fix a bug related to the priority of P1 and M1 over the playfield on the
left side of the screen when score mode is enabled.  This was pointed out
by Darrell Spice, Jr. during his work on Medieval Mayhem.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1116 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-08-09 02:19:49 +00:00
stephena e55f4258b8 More pruning of the rsynth codebase.
Added stubs for 4A50 bankswitching scheme.  Autodetection of this cartridge
isn't working, and the actual class doesn't do anything!  But it's a start.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1115 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-12 14:12:52 +00:00
stephena 66861f2f95 Forgot to include the rsynth module.mk file in the last commit.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1114 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-12 00:11:12 +00:00
urchlay 228e7c1a5d It Talks!
...though not well (sounds like it's chewing gum, plus there are nasty
delays in gameplay).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1113 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-11 22:43:55 +00:00
stephena 758a4ed3ff Some massive pruning of the rsynth codebase. Hopefully I haven't removed
anything that was necessary.

Changed AtariVox code to be a compile-time option, and integrated rsynth
code into the 'Stella build' style, with a module.mk file.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1112 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-11 21:49:10 +00:00
urchlay 815a111b25 Forgive the gigantic commit; I'm importing "rsynth". It's not really such
a big library, and it's not commonly installed anywhere, and it's GPL.

Actually, a good chunk of rsynth can be removed (all the stuff related
to perl modules and text-to-speech, which we won't need for Stella). I'll
prune it when I figure out exactly what I can keep...


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1111 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-11 07:13:29 +00:00
stephena 8c7469c0ce Added default axis events in UI mode.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1110 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-10 13:27:23 +00:00
urchlay 21ebade382 Added call to "ctags" to Makefile. Shouldn't cause any problems for
people who don't have ctags installed.

WIP debugger equate restructuring.

WIP AtariVox emulation. Not very far along yet, but at the moment,
we're able to read the speech data output by vox_test.bin and spit out
the phoneme values on stderr.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1109 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-06-09 02:45:11 +00:00
stephena 927a8cfd68 Possibly fix a bug where 'Alt-x' key combos aren't being passed to the
underlying Debugger widgets.  This is needed for some keyboard layouts
where normal characters are input using Alt key combinations.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1108 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-29 22:31:20 +00:00
stephena e1da0e1d4c Added repeat functionality to joystick axis and button events when sending
UI events, similar to multiple key events.  Still TODO is add support for
joystick hats, and make sure these changes actually work in the GP2X port.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1107 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-25 22:23:39 +00:00
stephena 7c4cb48c2e Fixed joystick axis bug in UI events whereby zeroing the axis was being
treated as an 'axis down' event.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1106 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-25 19:03:57 +00:00
stephena e327a773c4 Fixed issue with hiding messages, taking snapshots, and switching
rendering modes.  At times messages were shown when they weren't supposed
to be, and vice versa.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1105 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-24 17:37:33 +00:00
stephena 419a255cfb While in ROM launcher browse mode, change the current 'Note' label and
string to 'Dir', indicating the current directory.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1104 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-18 12:20:06 +00:00
stephena 6b9329adf1 Cleaned up a few FIXME's, and enabled joysticks to use the new UI event
mappings (not fully tested yet, since I don't have access to a joystick
right now).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1103 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-15 16:21:27 +00:00
stephena 893716abcd Finally, we have CVS access back!!
Finalized remapping of GUI/menu events, and added an interface to change
these mappings from 'Input Settings'.

Fixed bug with taking snapshots having a previously overlaid message
being part of the image.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1102 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-15 12:24:09 +00:00
stephena ebf39cb52d More work on the remapping of menu/UI events infrastructure.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1101 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-05 18:00:51 +00:00
stephena e49e1f17e4 Huge GUI-related changes. The GUI in launcher/options/command modes
is now fully navigable via the keyboard be means of 'tab-like'
functionality.  This means that eventually systems without a keyboard
will also be able to navigate the interface without resorting to the
buggy joymouse code (which is soon to be removed).

Laid the infrastructure for remapping GUI events, whereby (for example)
a widget checks for Event::UISelect for 'doing its thing', vs. looking
at the Enter/Return key.  So widgets now respond to events, and events
can (eventually) be remapped to *any* device.

Currently, these UI events are as follows:
  UIUp, UIDown, UILeft, UIRight, UIHome, UIEnd, UIPgUp, UIPgDown,
  UIPrevDir, UINavNext, UINavPrev, UITabNext, UITabPrev, UISelect

At present, they're hardcoded to key events only, so pressing 'Return'
will send a UISelect, cursor up a UIUp, etc.  When the remapping code
is complete, *any* input will be able to send these events, and that
remapping will be distinct from emulation mode.  So, for example,
cursor up in GUI mode might generate a UIUp event, but in emulation
mode might generate a left joystick up event.

Modified 'tab' key while in emulation mode to only enter the options
menu.  Once inside the menu, the tab key acts as navigation between
elements, and exiting the options menu requires navigating to the
'Exit menu' button.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1100 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-05-04 17:45:25 +00:00
knakos 6596cbe94b bug in vga blits: out of bounds when width=160
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1099 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-30 11:05:23 +00:00
knakos 3c145ba8c7 follow 2.2
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1098 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:13:53 +00:00
knakos a3869dd772 kill backlight and fix init sequence for 2.2
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1097 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:12:58 +00:00
knakos 7c38e4a49b high resolution capable resource indicator
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1096 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:12:08 +00:00
knakos 0f87b26c10 correct init for romdir
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1095 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:11:25 +00:00
knakos 262d0e261f resolution reporting fix
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1094 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:10:56 +00:00
knakos 3716db2fce font workaround for 2.2
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1093 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:10:03 +00:00
knakos 8e26379e9a VGA support in mouse events and also fixed a bug in hotspot click when in menu
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1092 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:09:03 +00:00
knakos 8f006de311 VGA support in. also bitmap drawing in the interface.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1091 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:07:20 +00:00
knakos 27ccacf6f3 reflect 2.2 release
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1090 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-20 18:06:34 +00:00
azaballa 15c59cd8fd *** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1089 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-13 00:03:39 +00:00
azaballa 1bf762624d *** empty log message ***
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1088 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-12 23:11:01 +00:00
azaballa 3fcb91a944 Doh... the code should be right now.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1087 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-12 23:07:16 +00:00
azaballa d479243207 Synced the tia and samplerate frequencies to 15700 to correct a sound error in Ms. Pacman.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1086 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-12 22:50:18 +00:00
stephena 13f5924721 Fixed issues with sorting ROMs in the ROM launcher. Moved to C++ STL
sorting, since it seems to be faster.  Fixed issue with directories
sometimes not being sorted correctly.

Bumped version number for next bugfix release.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1085 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-12 13:32:06 +00:00
stephena dc11eb4d5c Yet more package fixes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1083 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-05 22:56:04 +00:00
azaballa 4b77f3e639 Updated readme to reflect version changes.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1082 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-05 22:41:05 +00:00
stephena ba0ba438a5 Updated package files for 2.2 release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1081 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-05 22:33:41 +00:00
stephena 9dd1f10e4b Updated manual and txt files, and bumped version for upcoming release.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1080 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-05 16:06:59 +00:00
stephena 479a987b86 Fixed remaining debugger font issues (hopefully), and added GUI slider
for adjusting analog paddle threshold (used to eliminate jitter).


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1079 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-05 12:28:39 +00:00
markgrebe b6d4749146 Rechecked in non-corrupted version of Nib file.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1078 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
2006-04-05 03:17:22 +00:00