Commit graph

1826 commits

Author SHA1 Message Date
kub
d89e9fb04a core, fix arm asm regression (bg color DMA crash) 2024-02-21 19:10:44 +01:00
kub
7f3b89a7f2 ci, use available processor cores 2024-02-21 00:29:17 +01:00
kub
d97d056c46 core md, assert z80 vint for complete scanline 2024-02-21 00:29:17 +01:00
kub
a0abaf2ada ps2, minor fixes 2024-02-21 00:29:17 +01:00
kub
f3ae9cb900 Merge branch 'irixxxx/ps2-merge' 2024-02-18 23:58:18 +01:00
kub
e2b9687b3f ps2, more audio fixes 2024-02-18 23:30:36 +01:00
kub
fd604aa720 ps2, kludge for handling audsrv shortcomings 2024-02-18 23:30:36 +01:00
kub
dedf7fa7d5 ps2, kludge for timer bugs in ps2sdk 2024-02-18 23:30:36 +01:00
kub
3eb1d64585 ps2, minor audio and gfx fixes 2024-02-18 23:30:36 +01:00
kub
4abc40d56b fixes for audio and video, add psp-like scaling 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
455cecf973 Sound almost working 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
b4a8b47113 Some progress about centering image 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
6724ae42f3 Some clean up around emu.c 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
30f7602e65 Disable alpha and improve vsync logic 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
1107e618f5 Starting to see the emulator on the screen 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
8633b583f0 Starting to see the menu in the screen 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
862e969bab Adding background objects 2024-02-18 23:30:36 +01:00
Francisco Javier Trujillo Mata
888ca0b83b Adding gskit dependency 2024-02-18 23:30:34 +01:00
Francisco Javier Trujillo Mata
ebf2b007d1 Starting to copy some logic for emu from PSP 2024-02-18 23:30:09 +01:00
Francisco Javier Trujillo Mata
e22b24b81a First dummy input implementation 2024-02-18 23:30:09 +01:00
Francisco Javier Trujillo Mata
8b65c92f1f Use MenuX2 in PS2 2024-02-18 23:30:09 +01:00
Francisco Javier Trujillo Mata
9b4c95a951 Fix folder creation 2024-02-18 23:30:09 +01:00
Francisco Javier Trujillo Mata
936f164b55 Starting to boot 2024-02-18 23:30:09 +01:00
Francisco Javier Trujillo Mata
cb77495873 First PS2 compilation 2024-02-18 23:30:04 +01:00
kub
089f516d6c make sound rates platform dependent 2024-02-17 21:54:33 +01:00
kub
33bde0c3c5 psp, fix for pspdev update 2024-02-15 00:07:36 +01:00
kub
af386f93c1 platform, fix BGR/RGB menu handling 2024-02-14 23:48:28 +01:00
kub
b4bc262418 platform, cleanup main emu loop 2024-02-14 23:48:06 +01:00
kub
b38c0ea6f9 core, fix some bugs reported by ASAN 2024-02-14 23:48:06 +01:00
kub
b5d8374c6a build, add -flto for all builds if available 2024-02-14 23:48:06 +01:00
kub
f1dbe7642f core, improve bg color DMA handling (and some vdp cleanup) 2024-01-28 22:34:17 +01:00
kub
db1ee7a2df core, handle background color DMA (arm asm) 2024-01-28 21:25:04 +01:00
kub
492c47c4b8 core, some updates for Pico adpcm 2024-01-24 21:14:42 +01:00
kub
a914c976f8 prerelease 2.00-alpha3 2024-01-23 22:56:31 +01:00
kub
cbe7853333 update libpicofe (redraw event handling) 2024-01-23 22:55:38 +01:00
kub
70efc52db8 core, implement GG stereo 2024-01-23 22:21:15 +01:00
kub
fa4e0531d4 core, improve pico save/load (ADPCM state, page, etc) 2024-01-23 22:21:15 +01:00
kub
f1b425e380 core, complete rewrite of Pico adpcm driver 2024-01-22 19:44:09 +01:00
kub
831bffdd31 core, fix Pico hardware region code 2024-01-20 17:29:22 +01:00
kub
e348af76ec core, revisit Pico sound handling 2024-01-20 17:23:44 +01:00
kub
ba2b97dc24 core, fix Pico horizontal irq (on irq level 5) 2024-01-20 17:15:51 +01:00
kub
214a6c624c core+platforms, add SMS option to select TMS palette for gfx modes 0-3 2024-01-13 16:31:43 +01:00
kub
dca20effa2 platforms, revisit Pico ptr handling 2024-01-13 12:09:16 +01:00
kub
724db457da core, handle background color DMA (aka fantom bitmap) 2024-01-13 12:09:16 +01:00
notaz
68e06234e3 sound: fix ym2612 freq latch
there is only a single register, as described in:
http://www.mjsstuf.x10host.com/pages/vgmPlay/vgmPlay.htm
2024-01-12 21:34:19 +01:00
notaz
ca980e1b0a pandora: allow to move the overlay partially offscreen
to allow to cut off black bars, if the user chooses to do so
2024-01-07 11:32:53 +01:00
notaz
70db485b44 config: save disabled options also
Pandora uses disabled menu options to store the layer position
(mee_range_hide() menu entries) and actually modifies them using
a special menu handler.
2024-01-07 11:32:53 +01:00
kub
82f97f10a1 prerelease 2.00-alpha2 2023-12-14 22:31:28 +01:00
kub
58fc34b1d6 build, odbeta and opendingux cleanup 2023-12-12 23:35:02 +01:00
kub
85174a6d8d build, cleanup
- remove/rename some platforms from configure
- new rg99 odbeta build, courtesy of sydarn
- pandora support, courtesy of notaz
2023-12-12 23:35:02 +01:00