Commit Graph

9 Commits

Author SHA1 Message Date
gameblabla
df64ac3d0b
Fix issue with package script and wrong extension for Colecovision. 2021-05-23 19:20:19 +02:00
gameblabla
a533d71679
Fix issues with faint audio in menu and other minor issues with Funkey port. 2021-03-23 10:22:33 +01:00
gameblabla
631f304bca
Drop IPK support and only support OPKs. 2020-01-18 01:15:27 +01:00
gameblabla
845e1e92cd
Update Makefiles for consoles. 2019-09-18 20:25:56 +02:00
gameblabla
c0177e7983
This would (sometimes) introduce subtle issues in the IPK package.
Should hopefully fix those ?
2019-03-16 11:30:28 +01:00
gameblabla
18cdc00e0d
Fix missing .col extension for package file. This should allow Colecovision
roms to be selected from the menu.
2019-03-15 20:01:15 +01:00
gameblabla
bc8eedf89f
Fix issue with packaging code for RetroFW. 2019-03-07 19:09:07 +01:00
gameblabla
8a9c66e9bf
Bunch of fixes
One of them is a fix for a really odd bug with the proprietary z80 core :
Pause button would not work.

For some reasons, executing the irq line functions will not work if
put in a function so what i did was a bunch of macros instead.
This now works and reduces the complexity of the code kinda.
(Also inlining)

There's also a fix for the ALSA code. On the bittboy,
it woud sometimes underrun. When it does so, it becomes mute.
Fixed this by handling underruns and removing non blocking.
(Useless anyway here)
2019-02-19 10:38:00 +01:00
gameblabla
71261fabef
RS-97 : Refined port. Added IPK files to gitignore file. Also editing contributors files to include info on the proprietary z80 core (it's still inside and in use by the RS-97 port) 2019-02-07 06:40:23 +01:00