NewRisingSun
1f19807dd6
Add mapper 270, add mapper 256 submapper 14 (CPU opcode encryption)
2025-04-06 15:36:57 -07:00
negativeExponent
f72dac45e8
Add support for 512 palette, new deepmhasis method
...
- Increase palette table from 256 to 1024. the 1st 256 colors are used
by FCEUmm internally and for compatibility (PS2/PSP will use the old
emphasis located in this area). New 512 colors with emphasis will be
read from offset 256 of this palette table.
- Support loading of 512 palette, this will still use the same nes.pal
filename.
2024-10-16 00:15:30 -05:00
LibretroAdmin
9dbe8e8671
* Remove FCEU_memmove
...
* Remove FCEU_ResetMessages
2022-09-05 01:33:27 +02:00
LibretroAdmin
8df9b2ed10
Remove FCEUI_SetSnapName()
2022-09-05 01:33:27 +02:00
negativeExponent
75872dab63
Remove CopyFami stuff
...
unused in this implementation, not any other emu uses it. considering
its even UNIF based, probably has no use anymore.
2022-06-09 14:10:43 +08:00
twinaphex
a918869c18
Cut down on stdio.h includes
2021-11-02 17:25:04 +01:00
jdgleaver
1a961ff6be
Add support for emulated Game Genie add-on
2021-10-21 15:52:40 +01:00
jdgleaver
499f1c04de
Replace direct file access with VFS routines
2021-10-20 16:58:35 +01:00
Autechre
aa4615c417
Revert "some cleanups"
2021-06-05 15:05:07 +02:00
Autechre
28b511d57e
Merge pull request #455 from negativeExponent/update
...
some cleanups
2021-06-05 14:45:38 +02:00
twinaphex
85d5c87d3d
- Simplify MakeMemWrapBuffer
...
- FCEUI_LoadGame - UNIFLoad and FDSLoad never use 'name' so pass
NULL here
2021-06-04 21:01:19 +02:00
negativeExponent
f6cc87a8fa
Move overclock-related variables to ppu instead
...
Just makes more sense since overclocking is ppu-based.
2021-06-03 10:50:30 +08:00
negativeExponent
46ca02a206
Move settings-related vars to FSettings struct
...
- Just some more cleanups
2021-06-02 04:18:53 +08:00
negativeExponent
f9fb33d8e8
Silence warnings and fixes
...
- Silence warning [-Wmaybe-uninitialized]
- m359: Fix value overflow
- m534: Silence warnings
- mmc1: Silence warnings
- Silence more warnings
2020-02-17 10:30:42 +08:00
negativeExponent
fa7b15eb61
Update region overrides and overclocking
...
- ines.c - misc cleanups
- Fix Dendy not restored when changing overrides back to auto mode
- directly apply new scanlines and additional scanlines when changing overclock settings
- (readability) change variable name overlock_state to overclock_enabled
2020-02-07 20:50:25 +08:00
retro-wertz
9d9c48007d
Add core option: RAM power up state
2018-11-25 21:45:52 +08:00
retro-wertz
52c8155dee
Use C-comment style
2017-10-15 03:13:11 +08:00
retro-wertz
21e814774d
Overclock cleanup
2017-10-07 08:09:26 +08:00
retro-wertz
feed492569
[overclock] allow choosing between postrender and vblank extra scanlines
2017-08-24 20:58:04 +08:00
twinaphex
22f4172f40
We don't need these file I/O functions
2017-03-24 02:13:48 +01:00
retro-wertz
1cb591d6ef
add core option dendy and region override
2017-03-11 14:18:00 +08:00
retro-wertz
1ec32bd8bc
fix overclock audio issues
2017-03-09 17:49:28 +08:00
Twinaphex
e9d6bfc2d8
Silence warnings
2016-09-09 08:09:38 +02:00
twinaphex
72e74d6fcc
Add error message when content loading failed
2016-07-19 19:06:09 +02:00
twinaphex
417b8c6022
Add overclocking - backported from FCEUX with mods
2016-02-22 18:36:09 +01:00
twinaphex
21aa0759da
Remove unused files
2015-08-06 13:34:20 +02:00
twinaphex
bbbe01daa4
Start merging files
2015-08-06 12:56:17 +02:00
twinaphex
e982bb637b
Revert "Cleanups"
...
This reverts commit d368ee0054 .
2015-08-06 11:39:10 +02:00
twinaphex
d368ee0054
Cleanups
2015-08-06 11:30:34 +02:00
twinaphex
da7ac270f8
Take out most of the __LIBRETRO__ hacks in mainline codebase
2014-04-18 19:22:25 +02:00
Alcaro
a5264848c0
what the hell is the point of that? Beyond crashing if $PWD is unwritable, that is?
2014-04-18 00:32:24 +02:00
Twinaphex
514448258e
MSVC compatibility fixes
2014-04-15 01:59:54 -07:00
twinaphex
30b4c60b21
Rename files endian.c and memory.c
2014-03-30 22:29:30 +02:00
twinaphex
7e6caac57d
Initial commit - http://sourceforge.net/p/fceumm/code/160/
2014-03-30 22:15:17 +02:00