This adds support for the upcoming GMod4 cartridge: http://wiki.icomp.de/wiki/GMod4
Diff:
--- old +++ new @@ -0,0 +1 @@ +gmod4.diff (68.9 kB; text/x-patch)
updated
Hi. when I try to compile VICE after applying this patch, I get this error:
svt-av1 -DEB_DLL -ID:/msys64/ucrt64/include/webp -MT spi-flash.o -MD -MP -MF .deps/spi-flash.Tpo -c -o spi-flash.o spi-flash.c spi-flash.c: In function 'spi_flash_snapshot_read_module': spi-flash.c:431:25: error: passing argument 2 of 'snapshot_module_read_byte_into_int' from incompatible pointer type [-Wincompatible-pointer-types] 431 | || SMR_B_INT(m, &spi_flash_type) < 0 | ^~~~~~~~~~~~~~~ | | | spi_flash_type_t * {aka enum spi_flash_type_s *} compilation terminated due to -Wfatal-errors.
interesting that you get an error, this was just a warning here.
Fixed patched attached, try this one :)
another update. Caution: crtid changed to 83
one more update....
also uploaded a windows build here: https://sourceforge.net/projects/vice-emu/files/experimental%20binaries/GTK3VICE-3.8-win64-r45369-gmod4.zip/download
updated patch
https://sourceforge.net/projects/vice-emu/files/experimental%20binaries/GTK3VICE-3.9-win64-r45451-gmod4.zip/download
Log in to post a comment.
Diff:
updated
updated
Hi. when I try to compile VICE after applying this patch, I get this error:
svt-av1 -DEB_DLL -ID:/msys64/ucrt64/include/webp -MT spi-flash.o -MD -MP -MF .deps/spi-flash.Tpo -c -o spi-flash.o spi-flash.c
spi-flash.c: In function 'spi_flash_snapshot_read_module':
spi-flash.c:431:25: error: passing argument 2 of 'snapshot_module_read_byte_into_int' from incompatible pointer type [-Wincompatible-pointer-types]
431 | || SMR_B_INT(m, &spi_flash_type) < 0
| ^~~~~~~~~~~~~~~
| |
| spi_flash_type_t * {aka enum spi_flash_type_s *}
compilation terminated due to -Wfatal-errors.
interesting that you get an error, this was just a warning here.
Fixed patched attached, try this one :)
another update. Caution: crtid changed to 83
one more update....
also uploaded a windows build here: https://sourceforge.net/projects/vice-emu/files/experimental%20binaries/GTK3VICE-3.8-win64-r45369-gmod4.zip/download
updated patch
https://sourceforge.net/projects/vice-emu/files/experimental%20binaries/GTK3VICE-3.9-win64-r45451-gmod4.zip/download
updated patch