149b741149
Fix RunStopLock when Arrow key and Joystick up are pressed together, Or when Arrow key is set to Joystick up
Duckey77
2018-06-18 17:20:06 -07:00
dccd9d17db
Set the screen aspect ratio
Duckey77
2018-06-18 17:18:48 -07:00
fce6de9fbf
Update Core to support Vice 3.2
Duckey77
2018-06-18 17:18:12 -07:00
dc9ad86dc7
I rare cases, the vSync interrupt can be queued right after it is released by execute frame. This will cause an issue if a save state action has been called. So the logic here is to catch it and since vSync is machine queued and CPU pause is user queued, CPU pause has precedence clear the vSync before we continue. if we just return, the front end can get hung waiting cause it has already executed the frame, and a save state action was triggered, but the emulated CPU was held for Execute frame.
duckey77
2017-08-23 20:42:43 -07:00
4ea966d576
Autostart savestate is now working.
duckey77
2017-08-20 19:27:03 -07:00
ac3f2026a6
Replace the original vSycn CPU pause that was removed with a separate vSync-hold on the cpu thread Correct emu_pause and emu_resume to use vSync-hold functions. Savestates are now working reliably.
duckey77
2017-08-20 18:47:45 -07:00
c02927005f
Use Vice 3.1 source code Add support files to use vice code unmodified Add files usually created by vice’s configure script Rename some variables for clarity
duckey77
2017-08-20 18:20:13 -07:00
d9ac95a019
Vice 3.1 from source tarball from Vice Website
duckey77
2017-08-20 18:14:33 -07:00
894144f1cb
fixed for release build
Stuart Carnie
2016-01-16 01:20:50 -07:00
6c78c2bfb4
automatic pausing, tidy up
Stuart Carnie
2016-01-15 23:27:25 -07:00
ac4148fc30
joystick and keyboard support
Stuart Carnie
2016-01-15 11:49:31 -07:00
b255ba9238
initial commit of 2.4.24
Stuart Carnie
2016-01-12 02:03:15 -07:00
9f51d45ece
Some small port work
clobber
2013-08-04 01:55:12 -05:00
2012dde72f
Copy data files to resources
clobber
2013-08-03 20:34:42 -05:00
5a8295fc7f
Add data folder files
clobber
2013-08-03 17:26:36 -05:00
0a0579b302
Set .gitignore
clobber
2013-08-03 17:24:27 -05:00
67252da370
Added tons of stubs so VICE compiles and links
loicloic
2013-07-24 21:33:43 +02:00