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

When building Windows SDL, do not check for DirectInput joystick. Fixes Windows SDL build

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

3fa13dc05026cadabc2af3e8d057a6b70aa8d6e7 authored over 3 years ago
Port Windows joystick driver to new framework. DirectInput only. DirectInput was upgraded to version 8, because that's the only version new enough to be still mentioned in Microsoft's docs (and in the "previous versions" section)

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

b77cf3b712577b733e2d5e0408ac4c2ad1601ee7 authored over 3 years ago
Gtk3: x128: Improve function ROMs settings page

* Replace plain file selector with resource browser widget so the directory of a ROM file is aut...

16b9d1b28298be703e32b4052c4efb428af71bbe authored over 3 years ago
fix p64 wraparound, fixes (most of) bug #1305. patch by PiCiJi

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

2ba0f0a4d0158cf9a53ec79893eb25e23e6cc931 authored over 3 years ago
fix a static analyzer warning

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

13e956894ce71b99d47967825ed9ea9417997814 authored over 3 years ago
Gtk3: Update Doxygen documentation of base widgets and and helpers

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

ae452b6ad99e4a0671a4eb04e047bd37ac7c2031 authored over 3 years ago
Fix a lot of memory leaks when using -help

I managed to get the leaks for `x64sc -default -help` down from 2573 leaks in 105 lines to 296 i...

48b62e53b8b164a2c88a79440c190b095cb1b228 authored over 3 years ago
update the other IRC network references too

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

4e36cf3234829f11318078acb5b057e6403102c2 authored over 3 years ago
Update #vice-dev IRC network from freenode to Libera.Chat

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

5855443a7ee177082802be10613c5f5b2fa69069 authored over 3 years ago
Fix a Windows-only unused variable warning

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

80ff7ce8c41eddea9e143f0f1cc0251c4c781835 authored over 3 years ago
Repair Windows compilation

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

59c90504e8576ffa42d089b35e25f9d352e1ce55 authored over 3 years ago
Prevent the same controller from being plugged to 2 different joyports. This was causing a weird behaviour when swapping joystick ports

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

f4d545990b8dda43c2113a7b94c22a0c9bbc0fe8 authored over 3 years ago
If JoyDevice{1,2} is set in the .ini file, correctly assign the joystick port to the appropriate hardware device. Fixes bug 1478

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

0d14f0aded1c4c36c181c234f78f5626d6930fe1 authored over 3 years ago
Migrate OS X joystick support to new framework (only "hidmgr", "hidutil" is obsolete)

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

7840fe8eeeac113e7671d62a30b5725a0c5fa628 authored over 3 years ago
terminate argument list correctly, fixes crash

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

4ee01d78c697a1c6dd007c09f91283f6c799f9db authored over 3 years ago
Gtk3: Keyboard settings: update pos/sym keymap filechoosers

Make the filechoosers select the current machine dir when the keymap is only a filename.

git-...

5ece04a9cdea59548ab7550bfb65e26da37325af authored over 3 years ago
Gtk3: VSID: playlist: set author and title to 'n/a' when adding .mus

MUS files have no structure in their text blob, so determining author or any other info is impos...

09913a9fbc00231862c4c3ebbd88b84d933d5891 authored over 3 years ago
Gtk3: Use current config file's dir and name for Load/Save settings to/from

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

f9e241ebe824fe3bc34b99457fe607624ee8a355 authored over 3 years ago
Archdep: add archdep_get_vice_drivesdir() and archdep_get_vice_machinedir()

These function return $VICE_DATADIR/DRIVES and $VICE_DATADIR/$MACHINE_NAME, respectively. Should...

1389a27d81efb2e711f89808b44e9d95d9bbdec2 authored over 3 years ago
Gtk3: Make machine/drive ROMs resources without paths use vicedatadir in the resource-browser widget

* Add a method to the resource-browser widget to set an optional directory to use when the resou...

5a8328f49233d985a90c6eb339646f5538aae1d6 authored over 3 years ago
Fix typo and -Wshort-64-to-32 warning

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

30e49011d97f2c834239fe41ccbffb3af726e615 authored over 3 years ago
remove pointless static initialization

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

c0b9f7b0b99ac1aaf5db4a913cd81dfcdefd8ed7 authored over 3 years ago
more realistic implementation of tape wobble, inspired by bug #1477

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

ca96377c30b9944761e4ddd779c93899b0a4fc9a authored over 3 years ago
Fixed 'make c1541'.

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

46a8fdd361d2c74d883d2de354a3bb17b88715bc authored over 3 years ago
Fixed 'make vsid'.

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

c98cdde64fa1911602490a366d8598e97c69c8b7 authored over 3 years ago
Fixed 'make xplus4'.

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

dae1629ae5d5376491efc2603463152a6e993172 authored over 3 years ago
Fixed 'make xpet'.

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

14a592d8c91528878918b92502c28ab7e199e2c6 authored over 3 years ago
Fixed 'make xcbm5x9'.

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

d4b78a0cd4b970ce3e980d6b425af5b618fbc25e authored over 3 years ago
Fixed 'make xcbm2'.

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

ed27f4de9ef191c29e63c15ea3238cfa11648615 authored over 3 years ago
Fixed 'make x64sc'.

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

68225d8700c8be9e5eb7f9d1bb5d0a2f5d9d055c authored over 3 years ago
Fixed 'make xvic'.

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

ccd9f0f91ca33f4f505d2676eb1d91d6b13985a9 authored over 3 years ago
Gtk3: Windows: Don't arbitrary limit the number of HW controllers

Untested, theoretically allows for over 2 million controllers, but is practially limited to 127 ...

9a2b8a6e86cec375d529b84d633a1b818a39ea28 authored over 3 years ago
Gtk3: Windows: Expand number of HW joysticks to 8

I have no way of testing this. Someone with Windows and a lot of controllers should check this.
...

6c6342fe8beaadaa92f23299a0d7bc74d43d413b authored over 3 years ago
tweak defaults for tap timing options, fixes bug #1477

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

51d489f2d5959dcfc6f7b0788168ab56d9990885 authored over 3 years ago
tweak UI for tape tuning options

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

03190aacb9722617a871d0c577e71d27af7e8217 authored over 3 years ago
fix vic20 memory expansion dropdown list

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

6ec96888d29965055ac6bbfd94d6067938ca26e7 authored over 3 years ago
Gtk3: VSID: Add .mus to file filter

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

f13ee27545feedd55b991164346c586b2e201c2f authored over 3 years ago
Gtk3: VSID: allow adding .MUS files to the playlist

Might need a little polishing

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

7053468ea1f5e9fafaf1233357ce3d12886a88a4 authored over 3 years ago
Gtk3: resource browser widget: properly set filename in the directory listing

gtk_file_chooser_set_filename() needs a full path, so when a filename without path is given, we ...

eed313e23ba4dc2742ea2f8e1ec622ce528b776c authored over 3 years ago
Gtk3: resource browser widget: don't set filename, screws with set_folder()

Also add some debug_gtk3() calls

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

1dc25989bbd7a5c6ed82e3ddc09a2285cbd5b088 authored over 3 years ago
Gtk3: Make the 'resourcebrowserwidget' set the open dialog directory and filename according to the resource value

If a resource contains a valid path, the directory of the open-file dialog is set to that path a...

451b649e21ac9a36f216f1338a9b3c92328f3d61 authored over 3 years ago
Gtk3: Update lastdir.c

* Improve documentation
* Add filename argument to lastdir_update_raw()

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

4af33cb4430b9aefecc17d43677165066c412594 authored over 3 years ago
fix io peek for d030, patch by Marco Baye

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

9d85805e4b6ab7423c7473a90f2519db4e2f9a43 authored over 3 years ago
Gtk3: ROM selection dialogs: don't set any file filter, show all files

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

8b99633a9055278dc53fe81e8807dafa8535873d authored over 3 years ago
Gtk3: Model settings: reduce spacing in radio lists increase spacing between lists

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

df19f3f9e515d4f3228ff172215e6ffecb1e92bd authored over 3 years ago
Gtk3: VSID: Apply patch #292 by Wolfram Sang

Temporary solution, see bug #1475 for details.

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

3dc62812c13aff68c5a3d8300b20017541ed56e6 authored over 3 years ago
HVSCLib: add some logging using VICE's log system

* Add some logging about loading and parsing the STIL and the SLDB.
* Update copyright notices t...

6d9292a5c662fcc83776181c33fb75d5980a8b45 authored over 3 years ago
Gtk3: Joystick device widget: add translation of name to UTF-8

It appeared joystick names with non-ASCII tokens didn't get displayed correctly, so this commit ...

ed549f66f9fa92f0b8946d1e2d4a77140b594e86 authored almost 4 years ago
move cbm2 cartridge stuff into seperate subdir

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

27f37d667b8bb3b23f4b29f57f67871663188241 authored almost 4 years ago
make the defaults for joystick keys work again, fixes bug #1473

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

7ab199468787da35e72449bfc4a1f0a35b5b6fa2 authored almost 4 years ago
remove leftover +1 in the joystick keymap check, fixes part of bug #1473

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

378072e55414984c8d77a84bcbb8a1fb87219b36 authored almost 4 years ago
Update shitty machine_class constants to bitfields

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

2cbaa5a4c9db94c34b07ef46a366a5ca4b2a8e21 authored almost 4 years ago
Try to fix some code-style fixes, needs a lot more work

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

80f74b6bb9ff8a4df62c605533676d07f6b14cb9 authored almost 4 years ago
Gtk3: Expand keyset dialog to allow eight fire buttons

Pretty ugly right now, better to split the direction buttons into a 3x3 grid and the fire button...

f041f8c75eef0688b45d9d8552c52025900fad97 authored almost 4 years ago
Remove the strangeness of having latch_joystick_value[0] and networkjoystick_value[0] having a mieaning different from all other elements of the arrays. This makes the code more readable, and allows for removal of a lot of + 1 from joystick code, needed to compensate for that offset.

Make joystick_value static by fixing usage in c64dtv

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

819dd1e077aab75090316a37c0bdb2dc856ef358 authored almost 4 years ago
Gtk3 UI: Add 'Userpor SNES Pad' to userport devices

Add a toggle for the UserportSNESPad resource in settings -> peripheral devices -> userport devi...

24368fff7a90c90ed803c6093b07a1871a1d5b03 authored almost 4 years ago
Extended the joyport snes pad (trapthem snes pad) to support all buttons.

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

d18d2071fb30c0df5008a22ed45fb8f9c0333e7b authored almost 4 years ago
Fixed windblows gtk compile breakage.

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

e6304cbea19251bc4ac797fe5994fa6e759d865d authored almost 4 years ago
Add HAVE_PCAP check to avoid unused function warning when compiling with --disable-ethernet

Might need additional checks for MacOS and perhaps BSD, since those are 'children of 'ARCHDEP_OS...

3862e42f27c707a70d3daa679e91aae0d2c1cbe4 authored almost 4 years ago
Fix compilation after removing joy-unix.h

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

6296650761156e4c1061e731e530e3272c4180dd authored almost 4 years ago
Port BSD joystick driver to the new framework. Only the new API, support for the old one has been removed

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

e09d093a34296756c37fe51cdb18d74b3fe194bb authored almost 4 years ago
Better button names.

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

6cb8bb7431e252c4a823294a5075d86440dc9f16 authored almost 4 years ago
Better button names.

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

a659d7aebf004ce87f6af278be624a1e59db8e28 authored almost 4 years ago
Added extra buttons to the docs.

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

25e7222264b55e0b090099cd03c8842ec90781d3 authored almost 4 years ago
Extended sdl hw joystick system to handle the extra buttons and added the buttons to the sdl ui.

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

8e7ac844d7ecdbd68802c38b2543057b0f019d16 authored almost 4 years ago
Extended userport snes pad to be able to use the extra buttons.

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

f8c1353e1c507def7ff7e7bdb2627158f9c9e977 authored almost 4 years ago
Added setting of the additional 5 buttons for the keysets to the sdl ui.

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

5fb7745e62bbd87824953b63151ea564eb521cb1 authored almost 4 years ago
Extended the keysets with fire4-8.

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

0e49ab477621534d304283c51249c0684be7292e authored almost 4 years ago
Extend amount of keyset keys to 16.

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

fd73bc1423b1f5f1f8ce4f22ff0a74129db6ce9f authored almost 4 years ago
Added 5 extra joystick button definitions, currently would only be used for the joyport and userport snes pads.

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

9cb3bb265e569a92088b577269886ec858244c14 authored almost 4 years ago
Extended joystick data to 16bit, making room for extra buttons.

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

2d25a59c33a422f90796966ffdb412959fc67bfd authored almost 4 years ago
Warning fix.

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

cd287d4113db2fda1f43019bcf871e8041d4f424 authored almost 4 years ago
Fix variable declaration.

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

b3b3edb34b1827ce827051c9500ce256c5e169d4 authored almost 4 years ago
fix vic20 native screenshots, now supports hires blocks correctly

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

fa7b357ef3fdbe7762e3e2ae11be2edefe46f6c8 authored almost 4 years ago
Turns out brew supplied jpeg-turbo is fine

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

228460eb73c37424d4a71912a87f565aa6e1a7d7 authored almost 4 years ago
Just make this a bit less confusing.

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

4c713a36d6e33504005cd254c58260b07763128a authored almost 4 years ago
Not supposed to pass a volatile to g_once_init_enter(), and compile started failing. See https://developer.gnome.org/glib/stable/glib-Threads.html

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

5d9242dc8e1247bf8488b97e2e967138d1b23285 authored almost 4 years ago
macOS + cmake builds need /opt/local/include and /usr/local/include in VICE_CPPFLAGS, not just CPPFLAGS during the configure run

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

455f17d87cb5d0b1ff87d5529ec9a6de7b6a2aa8 authored almost 4 years ago
Fix macOS + home-brew builds due to jpeglib.h needing deps that it doesn’t include or something. Relaxed the header check to checking that it exists.

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

f5beaea47455817664e4e443fe7c98b288f1a122 authored almost 4 years ago
Added svn ignores for Makefile and Makefile.in.

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

e3cbffc6a5acf621d7cb2c28af38dac1444faf2e authored almost 4 years ago
Added svn ignore.

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

bd1d4fde8e33a44cacee2c1aebc6868b0cc97e2e authored almost 4 years ago
Added "fall though" comments in scsi.c

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

97ea65126589b6c670ae0e2a2c4b00503e980827 authored almost 4 years ago
comment intentional fall-through

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

8b9165001e22b3650d4bbafac7ec512a51575c03 authored almost 4 years ago
remove codepath that can never be executed. it looks like this was ment to detach all images on all drives when a negative unit number is passed. however, none of the calling code seems to do this, and even if it did it couldnt work.

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

6ad20278939678635ce2f2986b205a5884e324f5 authored almost 4 years ago
fix warnings

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

d587c4b4e5eb3cfe48e3de773ac9faa6fab29078 authored almost 4 years ago
fix warnings

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

78111c3e4603a7f4e6870fa57a663bfdabc52582 authored almost 4 years ago
Gtk3: Fix warning in statusbar code

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

4dcf2c50f446f6e1dbce2d9eb95ceca101a49867 authored almost 4 years ago
Fix possible non nul-terminated string

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

385dc1ce4d01cfc7f781adff9f479421880cd2f5 authored almost 4 years ago
Buildsystem: fix --enable/disable-extra-warnings (for C)

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

56cf2642803e83f205085514033bf4cdfcae2c79 authored almost 4 years ago
Buildsystem: rename --enable/disable-all-warnings to extra

Also disable -Wno-unused-paremeter as requested.

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

38f47385295d7b49e6ebb3330441819ebcbb3ecf authored almost 4 years ago
Buildsystem: add -Wextra to CFLAGS and --enable-all-warnings to configure

-Wextra will add a lot of extra warnings, which can be disabled with --disable-all-warnings (whi...

2fa3cc0366887ff5b7181c5198d30d9123bf0977 authored almost 4 years ago
Buildsystem: add -W and -Wextra

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

7e96900a8fe33f9ad9dcda530fc741dbd871c040 authored almost 4 years ago
Converted from PET PIA to MC6821 core, and fixed the issue with kernel mapping. Patch by Christopher Bongaarts

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

aecbf8c02b85d0e2405b396f08b8377c75dc604a authored almost 4 years ago
GitHub static analysis: switch from libjpeg-turbo to libjpeg to hopefully get static analysis working again. Homebrew libjpeg-turbo no longer links into /usr/local due to conflicts with libjpeg or something.

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

8887d02fa3e8027ea5c35e8ae6391bf091f8d442 authored almost 4 years ago
GitHub actions hack: disable ethernet on Windows builds to see if that fixes the one time admin permission needed thing.

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

3daea6aa7c0c0e3b262df86aee45e13d1c99fb97 authored almost 4 years ago
Add `libjoystickdrv` to the list of `.PHONY:` goals as suggested by Greg King

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

9964f686037242e41f129a9a6d035b425213f155 authored almost 4 years ago
Change rule to 'joystickdrv'

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

ee430e24cbb9943ed92d7eff98e94f940ae1826a authored almost 4 years ago
Ingore src/joystickdrv/Makefile{,.in}

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

4d956541532ea52ea0a6f223a65015a65467f47b authored almost 4 years ago
Fix -Wshorten-64-to-32 warning

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

6b1d0268a0bf6595a06bd8785d8c9d02633d1ccc authored almost 4 years ago
Use -Wno-missing-prototypes for C++ code

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

0979676b1ee67183e96129c4ed509018e4f78809 authored almost 4 years ago