Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rizinorg/vice

VICE Emulator emitting bap-frames traces
https://github.com/rizinorg/vice

change default extend policy to 'ask'

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40193 379a1393-f5fb-40a0-bcee-ef074d9b...

31b3e499d56c298cf1f4924e51b09f6789978183 authored over 3 years ago
fixed issue with drive not marking first directory as used entry after a format

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40192 379a1393-f5fb-40a0-bcee-ef074d9b...

0c8b3d749d13d644f422d3c4ec630266bb8b1ed3 authored over 3 years ago
LIke r40190 but for GTK3. We should probably just rip out this ‘readable’ check altogether.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40191 379a1393-f5fb-40a0-bcee-ef074d9b...

610fdbfd014d14ff5cb74234c0d88b7d7e53c086 authored over 3 years ago
Restored intended SDL2 VDC doublescan on/off performance by marking the render output as readable. This allows the much fast memcpy approach for duplicating rather than recreating lines. Affects any usage of 1x2, 2x2 and 2x4 render functions.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40190 379a1393-f5fb-40a0-bcee-ef074d9b...

1e67874781f1644c4a6ca5ee3fa6c63b348ae865 authored over 3 years ago
Updated config.guess and config.sub

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40189 379a1393-f5fb-40a0-bcee-ef074d9b...

7b2907afe1f794441fea2a96adace479575bd614 authored over 3 years ago
Archdep: Update/add docs, refactor code

* Add/update Doxygen docs
* Refactor some code
* Add missing header file

git-svn-id: https://...

8ab40ecca6c6057f0cbfadf7fbcdd8cae2486b91 authored over 3 years ago
Fixed subtle timing bug that manifested in periodic sync resets on ARM

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40187 379a1393-f5fb-40a0-bcee-ef074d9b...

b5cec4650d4a3a3434a9e6b746cf3f9cf4a662a0 authored over 3 years ago
Added cmake support for x64

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40186 379a1393-f5fb-40a0-bcee-ef074d9b...

22bf86abb62c3803fb5ca5f8787260e528fa6488 authored over 3 years ago
Fixed tick_t bugs on ARM cpu. On this platform, casing directly from a double to a 32bit uint will saturate the uint rather than wrap it. Fixes cpu/fps measurement on ARM, and no doubt several things relating to timing generally.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40185 379a1393-f5fb-40a0-bcee-ef074d9b...

61dcc6ceb4b7ae1783738d4e4f29a12c222dc289 authored over 3 years ago
Archdep: Update some files

* Add/update Doxygen docs.
* Refactor code a bit.
* Add missing header file.

git-svn-id: http...

b6fa6a16f3321ba5269ab4a00da3fbfec5fd813f authored over 3 years ago
Gtk3: Windows: Fix loading vice.ini from the bindist root directory

When we moved the emulator binaries into bin/ the code looking for the local vice.ini file wasn'...

8322b6aecf667a3ccda6bb484b48e6f6c06d191a authored over 3 years ago
Archdep: Clean up, refactor and document code

* Prefer archdep_join_paths() over custom string concatenation per OS.
* Make some functions ret...

a6c4748eea16a72d6320a370322a3dd281842b8f authored over 3 years ago
Don't call free on a const pointer

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40181 379a1393-f5fb-40a0-bcee-ef074d...

06247c0228c6e0e80d35737199cb2d693644bcea authored over 3 years ago
Fix typos

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40180 379a1393-f5fb-40a0-bcee-ef074d...

227f1345300aec6e1c59c2e0d27a670c123ba170 authored over 3 years ago
Fixed typos.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40179 379a1393-f5fb-40a0-bcee-ef074d9b...

bfdbfaa771bce2baf55010ade04e555d89d4e49a authored over 3 years ago
Archdep: Start work on documentation and refactoring

* Add Doxygen docblocks where possible (my code)
* Remove archdep_pref_path(), deprecated: handl...

1b3009e766be3bada66e570bed9626bfc8a76436 authored over 3 years ago
Gtk3: Update Doxygen docs in widgets/

* Update/add doxygen docblocks for files in widgets, subdirs are already done.
* Some small code...

bc5008f8aa1a2a1f145a8603308799f1cd870f6a authored over 3 years ago
Monitor: update dev[ice] command argument description string

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40176 379a1393-f5fb-40a0-bcee-ef074d...

0c9579974c7969a30ff0c89928dc51f5c77d90a6 authored over 3 years ago
Monitor: make the dev[ice] command switch to computer when not given an argument

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40175 379a1393-f5fb-40a0-bcee-ef074d...

7d139040d9946a1e55b679c8c56bd27ffd6f1959 authored over 3 years ago
Gtk3: Update last set of widgets in widgets/

* Update/add doxygen docblocks
* Refactor code
* Fix small bugs
* Add notes for further refactor...

72a9dba9d1c857be1ee12645738545265b6eb49b authored over 3 years ago
Applied patch by June Tate-Gans. The patch brings the active sdl2 window back to the front when switching to dual window mode.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40173 379a1393-f5fb-40a0-bcee-ef074d9b...

3ab0b162b8039379817508a37342a041bec4e8a8 authored over 3 years ago
Applied x128 clipboard fix as provided by June Tate-Gans. Fixes bug #1069.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40172 379a1393-f5fb-40a0-bcee-ef074d9b...

871fbaf02df29c3e29f8a36aa36e264122e523cd authored over 3 years ago
Gtk3: RAM reset preview: make it look like an old terminal

Makes it stand out more and avoids clashes with user-set themes.

git-svn-id: https://svn.code...

dc0735456426cc960a2df1de6618eac9b56e17e9 authored over 3 years ago
Gtk3: Keep the RAM preview vertical scroll position when changing parameters

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40170 379a1393-f5fb-40a0-bcee-ef074d9...

58c23c79323af4a30483126b388b9460d6cf948b authored over 3 years ago
Check if sdl_canvaslist[i ^ 1] != NULL before using it, this fixes bug #1483.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40169 379a1393-f5fb-40a0-bcee-ef074d9b...

6ffd69d13e1aa9a394aea7edf796d4d5ac7447cb authored over 3 years ago
Only use the 'C128HideVDC' resource for x128.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40168 379a1393-f5fb-40a0-bcee-ef074d9b...

83f446ca0a3c7fb27fe0e5291495bfca76fe405b authored over 3 years ago
Applied patch by June Tate-Gans, makes sdl2 dual windows close when window close button is used.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40167 379a1393-f5fb-40a0-bcee-ef074d9b...

1dbdfa89b0387bfa05942cb94be18f473fe5375e authored over 3 years ago
Applied x128 sdl dual window patch by June Tate-Gans. This adds the feature of having SDL2 use 2 windows for x128.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40166 379a1393-f5fb-40a0-bcee-ef074d9b...

0cbd9ec6c412ea4456e2e7e7e61e983ada324b05 authored over 3 years ago
Gtk3: Make the RAM reset pattern view wider

Also make the view non-editable (select/copy still works)

git-svn-id: https://svn.code.sf.net...

8b2a2b4451ead80d939baacff149fe8f0163df49 authored over 3 years ago
Removed SoundSuspendTime resource, this mechanism is no longer used.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40164 379a1393-f5fb-40a0-bcee-ef074d9b...

91f710719ca8ae130d06e84c5c3be03e8c2d8d22 authored over 3 years ago
Fixed assumption that size_t is uint64 in log message format string.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40163 379a1393-f5fb-40a0-bcee-ef074d9b...

a017033c2d246bf846b7d214729f34e3e746aab2 authored over 3 years ago
Reinstated the c64dtv specific sdl joystick menu (I forgot the c64dtv only has 1 userport joystick adapter and no type to select from).

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40162 379a1393-f5fb-40a0-bcee-ef074d9b...

55e955ce2efd4d60a2dac72c7fbb7728d9f75a05 authored over 3 years ago
macOS build instructions were missing references to sdl2_image

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40157 379a1393-f5fb-40a0-bcee-ef074d9b...

6b886ae1eb9c382a3e2b71c531080ac29237f1b6 authored over 3 years ago
Fixed userport snes pad to use the correct host joystick.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40156 379a1393-f5fb-40a0-bcee-ef074d9b...

a5e8e9fd5a94daf351266dcc944e54da10114b5b authored over 3 years ago
Gtk3: Update widgets/u*

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40155 379a1393-f5fb-40a0-bcee-ef074d...

7e9eca36f6845dc7f0253965b52dd8949a5c3daa authored over 3 years ago
Gtk3: Update widgets/s* and widgets/t*

* Update/add doxygen docblocks
* Refactor some code
* Add TODO's about reimplementing file selec...

46193bb487bf21d0486f4bc3009315f662a902dc authored over 3 years ago
Change 'indici' to 'indexes', the proper plural of 'index'

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40147 379a1393-f5fb-40a0-bcee-ef074d...

de474a6e1319ad98205bc107acc18f5a24e4f077 authored over 3 years ago
Gtk3: video setttings: Use symbolic constants for window indexes

Also remove some #if 0'ed code

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@4014...

f415992c1c791a17106166ba94eefc7a9289a497 authored over 3 years ago
Applied modified patch #269 by Carlo Bramini.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40145 379a1393-f5fb-40a0-bcee-ef074d9b...

af48a15dec709b8f50d153a9c33aac918444fe19 authored over 3 years ago
Gtk3: Update settings 'page' widgets

* Add/update doxygen docblocks
* Refactor code
* Fix bugs with function pointer setters

git-s...

a91b75f0b22f8e4309971e65c740350b061a31c6 authored over 3 years ago
Ignore joysticks with invalid geometry, patch by jtgans

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40143 379a1393-f5fb-40a0-bcee-ef074d...

b6ad7457330a16e6418794a80f8e89d34bda28a8 authored over 3 years ago
Gtk3: Update widgets/r*

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40142 379a1393-f5fb-40a0-bcee-ef074d...

34ce2245ea65917221d6daac7d197ebc5a0cf148 authored over 3 years ago
Gtk3: Update Plus4 and printer widgets

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40141 379a1393-f5fb-40a0-bcee-ef074d...

89070d545a2e2597ec00f1d038a80bc948298330 authored over 3 years ago
Gtk3: Update PET widgets and a few others

* Fix/add doxygen docblocks
* Refactor some code

git-svn-id: https://svn.code.sf.net/p/vice-e...

d9dca29906e02919dba7773891fcc01ac53b5f85 authored over 3 years ago
Added c128 v128 sdl positional keymap.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40139 379a1393-f5fb-40a0-bcee-ef074d9b...

d3729fcccc91904101fa94d81a3857d43cf5d3f9 authored over 3 years ago
Fixed tick_now() wrapping incorrectly on 32-bit linux. Was causing a sync reset every 4 seconds and no doubt messing with other stuff that depends on time.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40138 379a1393-f5fb-40a0-bcee-ef074d9b...

0b86973327890d51943c4add7a50e5a330abc138 authored over 3 years ago
Monitor: Fix hex display of cycle in a line

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40137 379a1393-f5fb-40a0-bcee-ef074d...

e2f70e615a5c83aa04a38ec3e3cfd4544d3c008f authored over 3 years ago
Gtk3: More doxygen updates and small code changes

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40136 379a1393-f5fb-40a0-bcee-ef074d...

ee1bb4f67f355eec13e0eb3ca430ce318797485d authored over 3 years ago
Fixed pet/cbm2 joystick port init, both of those machines have userport joystick adapters only and are therefor limited to 2 joystick ports max.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40135 379a1393-f5fb-40a0-bcee-ef074d9b...

5b7ff364fecc58f3c2866677bc32f083ed4ce50d authored over 3 years ago
Fixed a typo that caused joystick 8 to not be settable in the sdl ui.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40134 379a1393-f5fb-40a0-bcee-ef074d9b...

7143611cc38923ba2fe155a2bda79064c8e5dae9 authored over 3 years ago
Gtk3: Fix some doxygen issues in widgets/base/

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40133 379a1393-f5fb-40a0-bcee-ef074d...

82656b846f25f56d964f0420726cf49f6094cae8 authored over 3 years ago
Fixed exit on launch if compiled --with-ethernet and WinPcap / Npcap is not granted admin permissions. Default Npcap installation option does not require admin permission, so this took time to replicate and track down. Thanks to rice123 for detailed investigation and reporting.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40132 379a1393-f5fb-40a0-bcee-ef074d9b...

3d5057d82be29fea9effb38fd2321b63c8b833e1 authored over 3 years ago
Fix crash on windows sdl when switching x128 display to the vdc.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40131 379a1393-f5fb-40a0-bcee-ef074d9b...

7afa90236e69f52b3e75e87d47f61b1498ca9fdd authored over 3 years ago
Gtk3: Update widgets i*-j* in base/

* Update/add (doxygen) documentation
* Some refactoring

git-svn-id: https://svn.code.sf.net/p...

a875f8af21b487a75c15c3387e4f5d6c59e0a68c authored over 3 years ago
linenoise-ng: add header for wcwidth.cpp to fix warnings

The new header fixes missing prototype warnings.

git-svn-id: https://svn.code.sf.net/p/vice-e...

2e3b89c2b55d28b0a2cb612fc1e8338ade1d98b8 authored over 3 years ago
Extended more sdl joystick menus.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40128 379a1393-f5fb-40a0-bcee-ef074d9b...

150ef608c483ecea070c48b8ee0a9b9c26a19401 authored over 3 years ago
added vic-1001 model to xvic

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40127 379a1393-f5fb-40a0-bcee-ef074d9b...

6047fda6af08bc225383eb9d1303b523be50456f authored over 3 years ago
Since the c64dtv is able to handle future 8-player joystick adapters the c64dtv sdl ui now uses the c64 joystick menu instead of a c64dtv one.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40126 379a1393-f5fb-40a0-bcee-ef074d9b...

417b668a18f276842e233cef9a13f42aadd9dfdc authored over 3 years ago
Changed ninja joystick port snes pet adapter snes pad mapping to be more consistent with other joystick adapters.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40125 379a1393-f5fb-40a0-bcee-ef074d9b...

818b7c074f6c0e47d2a545f4b6899607edb4e3c6 authored over 3 years ago
Extended sdl x64sc menu to deal with 10 joysticks for testing purposes, other menus to follow after testing.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40124 379a1393-f5fb-40a0-bcee-ef074d9b...

3b80d561bbce9996ea8596dfdcbdea8b90b1a7ec authored over 3 years ago
Extended joystick resources and command line options to 11, and made the options clearer.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40123 379a1393-f5fb-40a0-bcee-ef074d9b...

dc09e7782cd25a3c9e206086a4133f445d4a580d authored over 3 years ago
Fix warnings.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40122 379a1393-f5fb-40a0-bcee-ef074d9b...

0dd9ad145cfaf0adbc33ee4ab4ccc62759af5451 authored over 3 years ago
Fix initialising joystick port devices with -joydevX in SDL

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40121 379a1393-f5fb-40a0-bcee-ef074d9...

50a1d6cf49094a270a5e5eb9962b666607b5c0e1 authored over 3 years ago
Gtk3: update widgets e*-h*

* Some refactoring of code
* Update/add doxygen docblocks

git-svn-id: https://svn.code.sf.net...

d594c544569312c31d1ef17b00670eefdb972dbd authored over 3 years ago
Extended joystick port inits for the emus, making xplus4 sidcart joy to be moved to joystick 11 now.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40119 379a1393-f5fb-40a0-bcee-ef074d9b...

2b79a98f393e2980d3d84367a9db0bc1d813985d authored over 3 years ago
Extended joyport resources and command line options, not used yet since the emus haven't been updated with the extra ports yet.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40118 379a1393-f5fb-40a0-bcee-ef074d9b...

e93cd23c9a3a092730dcdf585dfa38de4540578f authored over 3 years ago
Added 1 more joystick, will be needed to keep plus4 sid cart joy port.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40117 379a1393-f5fb-40a0-bcee-ef074d9b...

2c2622479ccc66ad9018eedb43246609f5f1d763 authored over 3 years ago
Extended the amount of joysticks in the joyport core to 10, no actual joystick handling has been extended nor has any of the ui's been extended, currently the ports will act like nothing can be inserted.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40116 379a1393-f5fb-40a0-bcee-ef074d9b...

f1b8a689055b06afac847fcee8e064e24cd94462 authored over 3 years ago
Fixed emulator timing on fastsid (and other non cycle based audio implemenations) when running at non 100% speed.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40115 379a1393-f5fb-40a0-bcee-ef074d9b...

0da55f1d2532c9a2d247c04bd12b8c70d4cbb609 authored over 3 years ago
Updated the documentation for the ninja joystick port snes pad adapter.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40114 379a1393-f5fb-40a0-bcee-ef074d9b...

f9568484a347397034b9036e7efa13d68ffe5e20 authored over 3 years ago
Extended joystick port snes pad (ninja snes pad) adapter to support 3 snes pads.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40113 379a1393-f5fb-40a0-bcee-ef074d9b...

f1a1a533c242bb687fb7b1bc239efea156df3c8a authored over 3 years ago
make sure only 1 joystick adapter can be active at any time.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40112 379a1393-f5fb-40a0-bcee-ef074d9b...

c81a60dcf25b3f54b3098e1e5be8eeb11f38d90e authored over 3 years ago
Copy joystick adapter flag when registering joyport device.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40111 379a1393-f5fb-40a0-bcee-ef074d9b...

56a2da6623d9b9f385bf43542e3bac55ef8d0676 authored over 3 years ago
Fixed for joystick adapter flag addition.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40110 379a1393-f5fb-40a0-bcee-ef074d9b...

2b6a26b0a1c76db3b6310d6aa343272b13436da1 authored over 3 years ago
Added joystick adapter flags to the joyport and userport structs for future use.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40109 379a1393-f5fb-40a0-bcee-ef074d9b...

032182f5dda3ba765384fd590dac04ca2f742a7a authored over 3 years ago
add 'Pixcen' default palette

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40108 379a1393-f5fb-40a0-bcee-ef074d9b...

a11dc48e04f26cb909f0af3dd78cc047ddf7d203 authored over 3 years ago
Gtk3: fix trailing whitespace

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40107 379a1393-f5fb-40a0-bcee-ef074d...

ac070488295c01885a409059cb4fe530c739a488 authored over 3 years ago
Gtk3: fix trailing whitespace

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40106 379a1393-f5fb-40a0-bcee-ef074d...

ada5d488c45cb33bc7c7c946d542a3d1d2828f8a authored over 3 years ago
Gtk3: Widgets a*-d*: refactor, remove renderbackend widget, fix/add doxygen docblocks

* Fix doxygen errors and add missing docblocks.
* Refactor code: reduce duplication by using wid...

70958f5522b8982eb54116093b44a114563f66a5 authored over 3 years ago
Fixed joykeys race condition caused by GTK calling into VICE with key events without obtaining the VICE lock. Turns out this is now fine performance wise as VICE yields the lock far more often now.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40104 379a1393-f5fb-40a0-bcee-ef074d9b...

b8f19cdf8a678ba570f2b056883308208fafd784 authored over 3 years ago
Use correct joystick device.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40103 379a1393-f5fb-40a0-bcee-ef074d9b...

74bc61e5f0b9101b0388e3d4b3a2ad3e7da9f87f authored over 3 years ago
Gtk3: Userport SNES pad: remove from xplus4, add to xcbm2

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40102 379a1393-f5fb-40a0-bcee-ef074d...

ae7155318a4ce7956af0559223e05d15338886ee authored over 3 years ago
Gtk3: Fix uninitialized pointer in the interal state object

Fixes a possible crash when using the save-file resource browser variant.

git-svn-id: https:/...

9edae6f83ff07be72a182fdb3aea4037086ab34d authored over 3 years ago
Added joystick mappings to the documentation.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40100 379a1393-f5fb-40a0-bcee-ef074d9b...

b7ab6551892e41339673d6c0c6682d16e0d47166 authored over 3 years ago
Fixed sdl ui for userport snespad changes.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40099 379a1393-f5fb-40a0-bcee-ef074d9b...

ff076dcc87fc1a79dcc39fca98022f2a4cee80b4 authored over 3 years ago
Removed userport snespad support from xplus4 (xplus4 userport i/o doesn't do directions), and added userport snespad support to xcbm2, ui changes to follow.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40097 379a1393-f5fb-40a0-bcee-ef074d9b...

42e8abdcf854dca9885fe0a64bf1dc79747a2994 authored over 3 years ago
macOS: only include /(usr|opt)/local/(include/lib)/ in project search paths if they exist.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40096 379a1393-f5fb-40a0-bcee-ef074d9b...

17706f166eee1e1e56b5b980563c11a28b0ef65a authored over 3 years ago
Gtk3: Remove widget_destroy() calls, target is already destroyed

Removes Gtk-Critical warnings.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@4009...

04b2b9142072c5e34ff153157f09270134e04cc3 authored over 3 years ago
Fixed Cmake builds, now guesses the conditional sources for conditional object files instead of compiling everything in EXTRA_*_a_sources

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40094 379a1393-f5fb-40a0-bcee-ef074d9b...

566d3272062e1f573360e2bdf5157d2f044b8825 authored over 3 years ago
It seems the sdl port had a joytick (fixed typo).

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40092 379a1393-f5fb-40a0-bcee-ef074d9b...

1e7c03138cbf60aa8adee98b0e37f6b530d6c1a1 authored over 3 years ago
Fix cbm2 drive menu as well.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40091 379a1393-f5fb-40a0-bcee-ef074d9b...

a58a9fe37611671f6d270c9b5da46d80b6044c93 authored over 3 years ago
Use correct offset.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40090 379a1393-f5fb-40a0-bcee-ef074d9b...

b53c8d6a58618c585577d3618b06bf5018133dba authored over 3 years ago
cbm2 machines are not iec, so fd2000/4000 RTC save unneeded in sdl menu for those emus.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40089 379a1393-f5fb-40a0-bcee-ef074d9b...

647ee4ebd41965a5109800d5c4ee1d2d1757edcc authored over 3 years ago
fix useless (and wrong) comments

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40087 379a1393-f5fb-40a0-bcee-ef074d9b...

16fecbe63cfdbc3af23f356ff148c2e900c89134 authored over 3 years ago
Fix headless' joystick-related link error

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40086 379a1393-f5fb-40a0-bcee-ef074d9...

432bf8d50a295284235b8a9d95e7cce35b756094 authored over 3 years ago
Do not use SDL_main for cartconv and petcat, this makes the sdl-1 ui build again.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40085 379a1393-f5fb-40a0-bcee-ef074d9b...

3647245991e0cc1551c1df4a70a98099e51ca2a6 authored over 3 years ago
Make this file compile again.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40084 379a1393-f5fb-40a0-bcee-ef074d9b...

eceeff32842e1d067b847b0dee3c59ff13a6ea44 authored over 3 years ago
added support for the Turtle Graphics II cartridge

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40083 379a1393-f5fb-40a0-bcee-ef074d9b...

95caf9e8ed21e55eb914bc75e85a7a0ffc5ac8be authored over 3 years ago
added VICII palette created by PAL/Offence

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40082 379a1393-f5fb-40a0-bcee-ef074d9b...

f471157fe7dda79dc3d3bedac7b507358a93508d authored over 3 years ago
Some fixes.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@40081 379a1393-f5fb-40a0-bcee-ef074d9b...

b596fd604b8e2d5ef58fef577375430a1a2434b3 authored over 3 years ago