kub
bebe75ddc8
update author info
2020-09-18 00:26:34 +02:00
hiroshica
a2f24bfa7b
adding ym2413
...
squashed commits:
YM2413追加中
一通り実装したけどポートへの書き込み方が不明でまだ音が出ない
細かい修正(未テスト)
resetで初期化されるのをなんとかしたい
sound 初期化と終了を追加してみた
SN76496を参考にYM2413のアップデート方法を変更してみた
stereoフラグをアップデートサイズに変更
処理順番を整理したら音が出た
stateセーブに対応してみた
addition: Support for the Japanese Mark-III extended FM sound source unit
2020-07-28 22:04:32 +02:00
kub
b718aa2d93
add copyright stuff to substantially changed files
2020-05-16 21:16:27 +02:00
kub
324bd6852e
audio: add option to switch off SSG-EG
2020-04-22 21:49:48 +02:00
kub
3b0d710418
release 1.95
2019-11-27 23:05:27 +01:00
kub
e7ee7bc00a
32x, improved auto frame skip, plus new config option for max auto skip
2019-10-11 00:56:33 +02:00
kub
20d2358ab1
32x, configurable pwm irq optimization to reduce pwm irq load
2019-10-11 00:56:32 +02:00
notaz
2d2e57b2cf
fix some issues with menu bg
2018-01-28 19:59:58 +02:00
notaz
9cdfc191b6
add a pitch variable
...
32x is still broken
2017-12-27 19:54:07 +02:00
notaz
6311a3baf5
move more globals to PicoInterface
...
similar reasons as before
2017-10-22 02:13:46 +03:00
notaz
35f2b65ef7
add 68k overclocking support
2017-10-20 12:21:09 +03:00
notaz
93f9619ed8
rearrange globals
...
scripted find/replace
gives slightly better code on ARM, less unnecessary asm,
~400 bytes saved
2017-10-20 12:21:09 +03:00
notaz
ba11a48115
fix clang build
...
yet another workaround for it...
2017-10-14 21:28:36 +03:00
notaz
9db6a54485
menu: add reset hotkey
2017-10-12 02:54:46 +03:00
notaz
e0bcb7a90d
some support for vdp debug reg
2017-10-03 00:41:13 +03:00
notaz
74e770b1ec
release 1.91
2013-10-12 22:06:29 +03:00
Paul Cercueil
28653a4979
Menu: Use function plat_get_skin_dir to locate bg image
2013-10-10 02:56:18 +03:00
notaz
7b3ddc11dc
cd: hacks..
2013-10-07 03:41:39 +03:00
notaz
274fcc35aa
cd: switch to CD drive emu code from genplus
...
same license, much cleaner code
2013-10-07 00:11:31 +03:00
notaz
33afcf94ba
release 1.90
2013-09-24 03:57:43 +03:00
notaz
d0132772f7
cd: better cd change handling, perhaps?
2013-09-18 01:32:09 +03:00
notaz
68af34fe20
release 1.85
2013-08-31 21:12:29 +03:00
notaz
92dfd9afa6
some readme and general cleanups
2013-08-31 21:12:26 +03:00
notaz
c7074ddb02
frontend: save autoload
2013-08-31 00:58:56 +03:00
notaz
b59172e3d4
frontend: new sync code
...
should fix video drift/desync on pandora
2013-08-31 00:58:10 +03:00
notaz
75a30842c4
revive GP2X build, update
2013-08-28 01:07:26 +03:00
notaz
531a8f3883
improve input handling
2013-08-17 03:38:47 +03:00
notaz
da77daa962
fix clang warnings
...
so that they don't annoy me
2013-07-29 01:55:49 +03:00
notaz
d438a8dd8e
minor frontend fixes
2013-07-14 00:49:35 +03:00
notaz
ed4402a7df
32x: start reworking sheduling
2013-07-09 01:44:56 +03:00
notaz
53b2e51c0b
add .md extension
...
some popular romset has binary dumps as .md,
although there is also some old ROM copier format too?
2013-06-29 20:23:15 +03:00
notaz
c6f91b0ea3
bump version, since this is not the same as last released binary
...
also clean up redundant version.h files
2013-06-29 04:19:45 +03:00
notaz
4c2e35547f
move ROM detect code to pico/
2013-06-26 03:23:44 +03:00
notaz
d4d626658a
add configure, revive pnd build, unify/refactor things
2013-06-26 03:07:08 +03:00
notaz
df92fbd1f2
support multiple sound drivers
2013-06-26 03:07:08 +03:00
notaz
636d5f257c
starting SDL port, refactoring
2013-06-26 03:07:08 +03:00
notaz
cff531af94
clarify PicoDrive's license
...
- PicoDrive was originally released by fDave with simple
"free for non-commercial use / For commercial use, separate licencing
terms must be obtained" license and I kept it in my releases.
- in 2011, fDave re-released his code (same that I used as base
many years ago) dual licensed with GPLv2 and MAME licenses:
https://code.google.com/p/cyclone68000/
Based on the above I now proclaim that the whole source code is licensed
under the MAME license as more elaborate form of "for non-commercial use".
If that raises any doubt, I announce that all my modifications (which
is the vast majority of code by now) is licensed under the MAME license,
as it reads in COPYING file in this commit.
This does not affect ym2612.c/sn76496.c that were MAME licensed already
from the beginning.
2013-06-26 03:07:07 +03:00
notaz
e743be2070
start new makefile, migrate to libpicofe
2013-06-22 19:16:08 +03:00
notaz
134503079f
menu: support seeking the filelist with letter keys
...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@955 be3aeb3a-fb24-0410-a615-afba39da0efa
2012-07-22 16:56:25 +00:00
notaz
10250ad230
menu: add pre-draw func and move pico ext filter
...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@931 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-07-06 18:38:18 +00:00
notaz
21ebcfd322
update platform code to suit recent PCSX related changes
...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@930 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-05-22 13:45:53 +00:00
notaz
40a39dd7fd
menu: generalize credits code to show any message
...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@921 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-03-19 22:33:31 +00:00
notaz
5d1672cbc0
pcsx related refactoring
...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@914 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-02-03 23:27:31 +00:00
notaz
d2fd8a7a67
split menu so it can be reused in other projects
...
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@905 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-12-09 11:58:54 +00:00