Commit graph

81 commits

Author SHA1 Message Date
Rupert Carmichael
d2aaed4f08 NstBoardBmc60311c: Improve startup routine 2025-03-17 22:34:35 -04:00
Rupert Carmichael
93e7805ab9 board: Add support for Mapper 289 2025-03-17 22:11:23 -04:00
Rupert Carmichael
44218122f3 NstBoardWaixingPs2: Fix PRG mapping 2025-03-14 23:33:07 -04:00
Rupert Carmichael
cfb2ecaaa1 core: Fix a multitude of warnings
This commit is a culmination of many commits made in the upstream
repository at https://gitlab.com/jgemu/nestopia and fixes a number
of warnings, making the codebase far more robust:

-Wimplicit-fallthrough
-Wunused-local-typedefs
-Wunused-private-field
-Wmaybe-uninitialized
-Wunused-variable
-Warray-bounds
-Wdelete-non-virtual-dtor
-Wsequence-point
-Wparentheses
2025-03-08 19:53:25 -05:00
Rupert Carmichael
3da55ff81c core: Fix narrowing 2025-03-04 19:59:01 -05:00
Rupert Carmichael
8530e69bf4 board: Add support for Mapper 555 2024-12-21 22:22:51 -05:00
Rupert Carmichael
f1e959117e core: Apply latest upstream changes
This adds support for the NES 2.0 Default Expansion Device field, and
better support for MMC3 and VRC2/4 hacks
2024-11-20 20:01:00 -05:00
rdanbrook
d1fa90ff32 Sync latest upstream changes at commit 01f2f810 2024-03-23 10:40:25 -06:00
rdanbrook
002f9d7941 Sync latest upstream changes, adapt fltkui for audio changes 2022-12-26 21:47:53 -06:00
rdanbrook
c028ce8a1b Fix win32 build with UNL-158B 2022-11-02 22:10:51 -06:00
rdanbrook
1365c2cbbc Sync latest changes from upstream repo 2022-11-02 21:32:16 -06:00
rdanbrook
c10337833f Merge upstream support for larger MMC3 ROM hacks 2022-01-17 20:13:26 -05:00
rdanbrook
fecad6d8a5 Merge upstream core at tag 1.51.1 2021-08-25 22:20:30 -04:00
rdanbrook
e7295ef449 Merge upstream core at tag 1.51.0 2021-03-13 18:39:56 -05:00
rdanbrook
16c10938b7 Merge upstream core at commit c35733ee 2021-03-01 19:06:27 -05:00
rdanbrook
da5ac83f17 Merge improvements from upstream core 2021-02-15 08:01:46 -05:00
rdanbrook
465fce638b Merge improvements from 2dcf289446 2020-12-12 10:08:52 -05:00
rdanbrook
830761d363 Added support for MMC3 Big CHR-RAM Board 2019-11-27 19:07:14 -05:00
rdanbrook
2b7d528bba Add UNL-KS7031 2019-06-11 23:53:31 -04:00
rdanbrook
bf9996b089 Add Action 53 (mapper 28) 2019-05-28 11:22:24 -04:00
rdanbrook
41d3f03703 Mapper 30 support 2019-05-18 22:09:37 -04:00
rdanbrook
40022a2b98 vrc7: update instrument patchset
- update to latest dump by NukeYKT
- https://siliconpr0n.org/archive/doku.php?id=vendor:yamaha:opl2#vrc7_instrument_rom_dump
2019-03-28 10:01:49 -04:00
rdanbrook
d89f14d660 Nestopia savestate seems to require all state to be more than one level deep? 2018-08-28 19:33:47 -04:00
rdanbrook
888e550020 it's SwapBank not SwapBanks I guess 2018-08-28 19:33:47 -04:00
rdanbrook
9b12a64863 SIZE_32K doesn't get an address template 2018-08-28 19:33:47 -04:00
rdanbrook
078a9ccefe maybe 32K banking will work...? 2018-08-28 19:33:47 -04:00
rdanbrook
31c87379d5 still trying to figure out the SwapBanks template 2018-08-28 19:33:47 -04:00
rdanbrook
9e169d8478 syntax corrections 2018-08-28 19:33:47 -04:00
rdanbrook
f89444cf88 fix accidental scope 2018-08-28 19:33:47 -04:00
rdanbrook
23b81844ea Nestopia doesn't really support 4k banking? Trying again with a work-around. 2018-08-28 19:33:47 -04:00
rdanbrook
cd5e6b32b3 try moving the SwapBank address into the template? 2018-08-28 19:33:47 -04:00
rdanbrook
a4878bd9ef SwapBank seems to work from 0x0000 not 0x8000? 2018-08-28 19:33:47 -04:00
rdanbrook
5b1b23097f missing colon 2018-08-28 19:33:47 -04:00
rdanbrook
6ccf34a154 fix InlRom to InlNsf misnamings 2018-08-28 19:33:47 -04:00
rdanbrook
9c66e10f4a include misnamed in NsfBoardInlNsf.cpp 2018-08-28 19:33:47 -04:00
rdanbrook
9383e27638 mapper 31 INLNSF 2018-08-28 19:33:47 -04:00
rdanbrook
8e9dfe5d0c Add support for Magic Kid Googoo dump (Mapper190) 2018-04-08 16:23:57 -04:00
rdanbrook
a36dfafd96 Update NstBoardAcclaimMcAcc.hpp
This fixes the McAcc games and allows them to run on the new mapper. Tested and verified.
2017-10-21 16:23:43 -05:00
rdanbrook
4b1ff7d195 Update VRC2 and VRC4 submapper numbers 2017-09-04 17:13:13 +03:00
rdanbrook
48247682c1 Merge pull request #57 from orbea/wparentheses
Silence -Wparentheses warnings
2017-05-16 00:48:51 +02:00
rdanbrook
30c4f49069 Silence -Wparentheses warnings 2017-05-15 15:40:45 -07:00
rdanbrook
6c9af2a85c Support for mapper 21.9 2017-04-22 21:48:23 +03:00
rdanbrook
d124d2b727 NstBoardFfe.cpp: Silence a -Wswitch warning 2017-03-26 13:32:21 -07:00
rdanbrook
9f3b10e7bf NstBoard.cpp: Silence -Wswitch warnings 2017-03-26 13:32:01 -07:00
rdanbrook
fee18da964 NstBoardBmcVt5201.cpp: Silence a -Wswitch warning 2017-03-26 13:31:34 -07:00
rdanbrook
4c15ff8121 NstBoardBandai24c0x.cpp: Silence -Wswitch warnings 2017-03-26 13:30:31 -07:00
rdanbrook
f9a4fbc1b5 Support for mapper 23.10 2016-12-10 11:38:36 -05:00
rdanbrook
59d2ec6a2b VRC2 Mirroring bugfix 2016-04-24 11:26:40 -04:00
rdanbrook
58d3f9a13a Support for mappers 210.1 and 210.2 2015-09-08 22:43:43 -04:00
rdanbrook
2d95cee624 Support for mappers 78.1 and 78.3 2015-09-08 20:50:57 -04:00