Dimitris Panokostas
ad2401a470
Set theme jekyll-theme-minimal
2017-01-16 09:33:28 +01:00
Dimitris Panokostas
1474a6e035
Set theme jekyll-theme-merlot
2017-01-16 09:29:59 +01:00
Dimitris Panokostas
07c2c1e59d
Set theme jekyll-theme-merlot
2017-01-16 09:27:27 +01:00
Dimitris Panokostas
7f59e10f1e
Improved p96refresh_active assignment
...
Merged code from WinUAE 2.8.1
2017-01-16 00:51:50 +01:00
Dimitris Panokostas
5e95fc3951
Fix slowdown after #31 was fixed
2017-01-16 00:32:31 +01:00
Dimitris Panokostas
dce2268a46
Fixed #31
...
When having a Picasso mode open and switching to an AGA mode, init_hz()
was not called - Fixed
2017-01-15 12:27:48 +01:00
Dimitris Panokostas
e321d7d28f
Minor cleanup
...
Removed some unneded parts
2017-01-09 15:50:38 +01:00
Dimitris Panokostas
b737a3c26b
Fixed audio slower than it should
...
- Fix for audio playing slower/skipping on some titles (e.g. Jim Power)
- Bumped version
2017-01-08 18:28:35 +01:00
Dimitris Panokostas
79a0188947
Fixed location of rasp_gfx.cpp in VS solution
...
Moved file to show in the correct location (in osdep)
2017-01-08 01:38:05 +01:00
Dimitris Panokostas
52d4d8c81c
Updated Credits
2017-01-08 01:24:05 +01:00
Dimitris Panokostas
44ff1e7bd6
Updated credits
2017-01-08 01:19:49 +01:00
Dimitris Panokostas
49965d2d0b
Update main.cpp
...
Bumped version to today's date
2017-01-07 13:29:16 +01:00
Dimitris Panokostas
3bb2384c6d
Update README.md
2017-01-07 13:27:41 +01:00
Dimitris Panokostas
0931a7a6d6
Updated folder names to WinUAE pattern
...
- Renamed all pandora-specific folder names to the common WinUAE pattern
- Updated the VS Solution to reflect these changes
- Updated Makefile to reflect these changes
2017-01-07 13:23:07 +01:00
Dimitris Panokostas
7f02428d89
Small update on the GLES config
...
Use the requested WIDTH and HEIGHT, instead of the hardcoded 800x480
2017-01-06 23:46:55 +01:00
Dimitris Panokostas
be55883514
Use only required resolution
...
- Instead of using the native resolution, use only what's actually
required by the emulation. This allows for much better performance.
- Fixed a silly bug in rasp_gfx when updating dispmanx, which was
introduced in the last commits
2017-01-06 22:27:46 +01:00
Dimitris Panokostas
14a8e6471c
Fixed a typo in the syntax Example
...
It mentioned A400.uae instead of A500.uae
2017-01-06 20:30:48 +01:00
Dimitris Panokostas
509a3291da
Added GLES target
...
Initial commit for GLES target.
WIP, still needs some items fixed before it works.
2017-01-06 20:21:08 +01:00
Dimitris Panokostas
2196c3d423
Updated some drawing routines
...
Updated init_row_map from WinUAE
Increased MAX_PIXELS_PER_LINE (sync with WinUAE)
Increased maximum resolution to 1080p
Increased maximum sprite pixels value (sync with WinUAE)
2016-12-29 15:23:05 +01:00
Dimitris Panokostas
aecfbc449e
Restored 16bpp mode for DispManX
...
Note: need to see if this offers any speed improvements
2016-12-29 13:38:45 +01:00
Dimitris Panokostas
15f394409b
Updated custom.h from FS-UAE
2016-12-29 13:37:54 +01:00
Dimitris Panokostas
9b0817b04b
Added GLES target and updated Makefile
2016-12-23 19:33:28 +01:00
Dimitris Panokostas
6db872bcd8
Minor code cleanup
2016-12-22 23:55:48 +01:00
Dimitris Panokostas
027cd0a234
Minor code changes
2016-12-22 23:11:22 +01:00
Oliver Ainger
97d6cf0615
Reformatted cfgfile.cpp to make it more legible ( #32 )
2016-12-22 20:55:15 +01:00
Dimitris Panokostas
e6d765bf7d
Added 1680x1050 Picasso96 resolution, fix #30
...
- Added support for 1680 x 1050 Picasso96 resolution
- Bumped version build date to 2016-12-21
2016-12-20 21:47:38 +01:00
Dimitris Panokostas
d51c596f82
Update README.md
2016-12-20 13:21:13 +01:00
Dimitris Panokostas
cc3edcce8b
Update README.md
...
added binary dependencies
2016-12-20 12:59:37 +01:00
Dimitris Panokostas
b9b7256903
Bumped build version
2016-12-20 11:56:30 +01:00
Dimitris Panokostas
daa3d44046
Fixed keyboard LEDs on activity
...
Simplified the function call (only needs 2 parameters anyway, took away
the third)
Fixed functionality to enable the keyboard LEDs to work as expected
Note: This only works when started from the console (using fbcon) and
not as root
2016-12-20 11:45:20 +01:00
Dimitris Panokostas
8092f51f4e
Removed Caps Lock update from KeyUp
...
The Caps Lock is a toggle, so there was no need to check/change it
during KeyUp as well. KeyDown only should be enough
2016-12-20 10:37:16 +01:00
Dimitris Panokostas
1d1986b61d
Moved reset combination check to pandora.cpp
...
Moved the code for checking for Ctrl-A-A (for reset) to pandora.cpp.
Does not check on each vsync refresh now.
2016-12-20 10:30:07 +01:00
Dimitris Panokostas
ad2f907f01
Added the Caps Lock key recognition fix for KeyUp
2016-12-20 09:47:16 +01:00
Dimitris Panokostas
f72c85382b
Fixed Caps Lock causing emulator Quit
...
Caps Lock was not recognized and the newly added KeyDown clauses
captured it as an unknown keypressed. Now works normally again.
2016-12-20 09:41:09 +01:00
Dimitris Panokostas
619dd7aa2e
Audio changes for more reliable output
...
Changed CDAUDIO buffers back to the old reliable values
2016-12-19 14:43:26 +01:00
Dimitris Panokostas
5fcd66b84a
Fixes for audio sync/skipping
...
Note: this brings back the "underrun occurred" message, but it's
preferable for now (until we fix that as well)
2016-12-19 13:55:41 +01:00
Dimitris Panokostas
fb7cd70f78
Fixed type of next_synctime
2016-12-18 18:21:03 +01:00
Dimitris Panokostas
b8d9f46263
Merged sound.h from Chips
2016-12-18 18:07:12 +01:00
Dimitris Panokostas
4de74150a0
Fixed missing items after merge
...
Some files were not merged from Chips
2016-12-18 18:02:37 +01:00
Dimitris Panokostas
4cddc127f7
Fixed last_synctime type in events.h
...
This was missed in the merge from Chips' fork
2016-12-18 17:35:41 +01:00
Dimitris Panokostas
32e20ab859
Fixed condition for helper file
...
The check for including arm_helper or neon_helper was not correct in the
Makefile, fixed.
2016-12-18 13:11:59 +01:00
Dimitris Panokostas
8573cfab8e
Fixed multiple compiler warnings
2016-12-17 14:21:03 +01:00
Dimitris Panokostas
8b5f8f8bb5
Added missing arm_helper.s
...
Added missing file to allow Picasso96 on Pi 1/Zero again
2016-12-17 11:42:18 +01:00
Dimitris Panokostas
595f5a92b7
Update README.md
2016-12-17 11:29:24 +01:00
Dimitris Panokostas
109804e610
Added rpi2 binary in gitignore
2016-12-17 11:28:13 +01:00
Dimitris Panokostas
4a9124dd2f
Removed debugging messages
...
Resolution related messages now only show if debugging
2016-12-16 17:00:33 +01:00
Dimitris Panokostas
df3bd366e2
Fixed framerate problem with vsyc
2016-12-16 16:53:22 +01:00
Dimitris Panokostas
d4c2ab0884
Enabeld Remote debugging as root (sudo)
...
This allows for remote deubging with the display showing locally on the
Pi
2016-12-16 15:10:59 +01:00
Dimitris Panokostas
fad997094d
Set remote debugging to X11Window = Remote
2016-12-16 15:06:45 +01:00
Dimitris Panokostas
b80e0349c2
Update README.md
...
History update to reflect latest commit changes
2016-12-15 14:13:20 +01:00