thrust26
0cfc88e10c
fixed wrong reaction on directional button release (code -256)
2019-04-13 13:43:35 +02:00
Stephen Anthony
c80e2340ea
Add mappings for increasing and decreasing current vidmode.
...
Map the R77 F13 key to the former.
Some refactoring of the mapping code in PKeyboardHandler and EventHandler.
Some refactoring of the VidMode handling in FrameBuffer.
Option 'tia.fsfill' is now used to select 4:3 vs. 16:9 mode in fullscreen.
2019-04-08 18:44:27 -02:30
Stephen Anthony
368159a598
Add default key mappings for R77 at a lower level
...
- this allows to always reset to known working settings
- we no longer need a specific keymap in SettingsR77, so it is removed
Add action that can switch between fullscreen normal or stretched modes
- this is the 'tia.fsfill' option, that is currently only change-able from the UI
- still need to add infrastructure to actually do this
Fixed minor compile warning.
2019-04-07 14:41:58 -02:30
thrust26
35b7f96ad1
fixed joystick tab order in Power-On options dialog
2019-04-07 15:10:01 +02:00
thrust26
f46079b762
added R77 keyboard mapping for launcher and dialogs
2019-04-07 12:27:45 +02:00
thrust26
25cbc2db3a
an attempt to map F1 (Select) to StellaSettingsDialog
2019-04-06 21:01:32 +02:00
thrust26
fe398360fb
fixed endless loop when saving snapshot in Pause mode
2019-04-06 19:43:15 +02:00
thrust26
372ecf0608
made 'checkBounds()' non-virtual and protected, using uInt32
2019-04-06 15:42:57 +02:00
Christian Speckner
83c8b74800
Fix regression in collision handling.
2019-04-06 12:33:50 +02:00
thrust26
0d1848dcda
added surface boundary check
2019-04-06 12:11:03 +02:00
thrust26
b62a33607c
Merge branch 'master' of https://github.com/stella-emu/stella
2019-04-06 10:50:32 +02:00
thrust26
8fe00ff523
improved joystick detection (for future games)
...
restored properties for my old Missile Command trackball hacks
added Genesis controller properties for Scramble and SuperCobra Arcade
2019-04-06 10:50:07 +02:00
Stephen Anthony
8c3741fc97
Updated ROM properties.
2019-04-06 00:20:36 -02:30
Stephen Anthony
c96d97c8e8
Set default TIA aspect to 100% for both NTSC and PAL.
...
This is in the process of being reworked, and may disappear eventually.
2019-04-06 00:05:00 -02:30
Stephen Anthony
4e2df09b10
Reactivate syncing for R77 stellarc file.
2019-04-05 23:59:09 -02:30
Stephen Anthony
88af3c0b43
Add ARM detection to bspf.
...
Fixed a few minor warnings.
2019-04-05 23:37:48 -02:30
Stephen Anthony
66c588476e
Disabled mappings for R77 port for upcoming beta test.
...
More work needs to be done in the core before this can be activated.
2019-04-05 13:35:20 -02:30
Stephen Anthony
a44e9bd80e
Added 'Amoeba Jump' to the properties database.
2019-04-05 13:32:06 -02:30
thrust26
be72ef4d1b
doc updates for Developer settings/TIA tab
2019-04-05 16:38:19 +02:00
thrust26
ea4d010422
updated for Synthcart controller detection
2019-04-05 15:04:31 +02:00
thrust26
f716bc47a7
removed auto detected controllers (per game!) from Stella.pro
2019-04-05 12:50:47 +02:00
thrust26
2ad206eac1
improved joystick and genesis detection
2019-04-05 12:38:17 +02:00
thrust26
2bc87ae51e
aligned preset naming to UI (part 2)
2019-04-05 09:53:03 +02:00
thrust26
64db033961
aligned preset naming to UI
2019-04-05 09:52:08 +02:00
thrust26
14b22d185b
updated audio docs
2019-04-05 09:48:03 +02:00
Thomas Jentzsch
c58a149916
minor doc fix
2019-04-04 13:02:57 +02:00
Thomas Jentzsch
3f5440bb24
some minor UI cosmetics
2019-04-04 10:56:39 +02:00
Stephen Anthony
be775b53e3
Made TIA window always open at a multiple of the minimum bounds
...
- this means that 320x240 is now the default 'base' size, and zoom levels are based on that
- the TIA image is rendered into whatever sized window is active, meaning that NTSC and PAL modes now look similar
Removed some 'small screen' dead code in FrameBuffer.
2019-04-03 20:27:30 -02:30
thrust26
285583f959
removed option to disable scanline interpolation
2019-04-03 23:37:28 +02:00
thrust26
20936a46a0
Merge branch 'master' of https://github.com/stella-emu/stella
2019-04-03 18:32:58 +02:00
thrust26
db833249df
made scanlines available in non-Blargg modes
2019-04-03 18:32:42 +02:00
Stephen Anthony
63d7a3f929
Increase release version to beta1, for upcoming R77 test.
2019-04-02 20:01:03 -02:30
thrust26
e2f5be4725
Phosphor and scanlines levels: 0 displayed as 'off'
2019-04-02 18:16:04 +02:00
Thomas Jentzsch
19148d4d27
removed XP warning
2019-04-02 16:47:54 +02:00
Thomas Jentzsch
b6cb1734ea
a litte code cleanup
2019-04-02 16:10:30 +02:00
Thomas Jentzsch
6011a0823d
Further simplified StellaSettingsDialog
2019-04-02 14:52:40 +02:00
Stephen Anthony
6cd2f1521a
Silence some compiler warnings
...
- Some of these are quite unncessary, but the compiler won't shut up otherwise.
2019-04-01 11:44:00 -02:30
Thomas Jentzsch
ff65426954
safety fix for unusual small ROMs.
2019-04-01 16:03:14 +02:00
Thomas Jentzsch
8c8128934c
fixed enabling of EEPROM erase buttonin GameInfoDialog
...
updated doc for enhanced command dialog and controller auto detection
2019-04-01 13:41:09 +02:00
Stephen Anthony
600deea4a3
Merge branch 'master' of github.com:stella-emu/stella
2019-03-31 20:35:57 -02:30
Stephen Anthony
2aa910c5c6
More improvements to default key mapping for R77.
...
- p0 diff (and p1 too) now use a single event to switch, instead of two separate events
- same as above to color/bw
- this requires changes to the base R77 firmware, which is in a separate commit.
2019-03-31 20:34:17 -02:30
Stephen Anthony
93bf944381
In ListWidget, left and right action now does PgUp/PgDn too.
...
- this is available for all ports, but is most beneficial for R77, which has only joystick input
2019-03-31 20:28:08 -02:30
Christian Speckner
b289232002
Fix starfield regression.
2019-03-31 22:09:10 +02:00
Stephen Anthony
2bb633800c
First pass at getting keymap working again for R77.
2019-03-31 16:42:48 -02:30
Stephen Anthony
70748f3619
Fix off-centered TIA image on R77.
2019-03-31 16:09:14 -02:30
Stephen Anthony
96e93c7171
Updated VS project with new file.
2019-03-31 12:23:28 -02:30
Stephen Anthony
54afc16015
Updated Xcode for recent class additions.
2019-03-31 11:55:38 -02:30
Stephen Anthony
76131a0e73
Minor changes in M6532 naming to match what used in other classes.
2019-03-29 22:34:27 -02:30
Stephen Anthony
6d1ad6da92
Reactivate some code that was commented out in the last commit(s).
2019-03-29 22:16:46 -02:30
Stephen Anthony
e6e337cd02
Fixes for previous commit; remove indirection and inherit directly from ControllerLowLevel.
2019-03-29 21:07:20 -02:30