NovaSquirrel
3c4998801a
Get some audio config controls not to cut off
...
Wasn't able to get the volume reduction one yet
2021-08-11 11:14:51 -04:00
Persune
a22b17b2c1
Add /A13 and /OE1 audio interference
...
In hardware, the audio from the 2A03 APU pins go through an inverted
preamp using one of the 74HCU04 inverter chips in the motherboard.
Though this may be cost-effective on Nintendo's part, the signals on the
hex inverter chip can interfere with one another, especially on the
audio. This can be heard as a buzz or a high pitched whine.
The only known signals to interfere with the audio so far is:
- /A13, the inverted signal of PPU A13 going into the cartridge
connector.
- /OE1, Output enable for controller reads, though this is only found
present on the RF Famicom.
2021-08-11 17:55:56 +08:00
NovaSquirrel
c130c1df82
Merge pull request #40 from Perkka2/master
...
Correcting EPSM Rhythm volume
2021-08-09 09:51:01 -04:00
Perkka2
36c1cba8a4
Correcting EPSM Rhythm volume
...
Accidently commited wrong volume settings for rhythm
2021-08-09 09:38:54 +02:00
NovaSquirrel
e069efb4f0
Merge pull request #39 from Perkka2/master
...
EPSM Rythm Support
2021-08-08 18:49:03 -04:00
Perkka2
1d68e6996f
EPSM Rythm Support
2021-08-09 00:44:44 +02:00
NovaSquirrel
4bd02557ba
Merge pull request #38 from Perkka2/master
...
Update frmAbout.Designer.cs
2021-08-05 14:45:13 -04:00
Perkka2
2d37e90c1d
Update frmAbout.Designer.cs
...
Added credits for emulators used.
2021-08-05 20:43:29 +02:00
NovaSquirrel
ee43a7d998
Merge pull request #37 from Perkka2/master
...
Replaced S5b emu with emu2149 for better accuracy, including noise and envelopes
2021-08-03 14:15:35 -04:00
Perkka2
6574055b8c
Merge branch 'NovaSquirrel:master' into master
2021-08-03 17:23:59 +02:00
Perkka2
fdee47855a
Replaced S5b emu with emu2149 for better accuracy
...
including missing features like envelope and noise
2021-08-03 17:23:33 +02:00
NovaSquirrel
8dcfc4dea0
Merge pull request #35 from Perkka2/master
...
Renaming EPSG to EPSM, changing NSF header bit and adding 401C-401F addressing to all mappers.
2021-07-30 10:24:40 -04:00
Perkka2
d06a647428
Added 401C-401F addressing to all mappers, more EPSM renaming
2021-07-30 16:06:29 +02:00
Perkka2
000bfb1a71
Renamed EPSG to EPSM, changed NSF header bit for EPSM from 6 to 7
2021-07-30 14:21:56 +02:00
NovaSquirrel
ac3d43dd08
Merge pull request #34 from RokkumanX/patch-2
...
Update MMC3_52, Fix: Mario 7-in-1 display errors
2021-06-22 13:55:08 -04:00
RokkumanX
45f2a51f28
Update MMC3_52, Fix: Mario 7-in-1 display errors
...
Courtesy to @ptkila for the fix, confirmed working as intended after merge in my own branch.
2021-06-22 19:52:26 +02:00
NovaSquirrel
82e6ff0b8e
Merge pull request #33 from RokkumanX/patch-1
...
Better support for MMC3_198
2021-06-22 13:48:54 -04:00
RokkumanX
3477a2663e
Better support for MMC3_198
...
Courtesy to @Rabenda
I took the liberty of polishing and tidying up the comments, otherwise it should work as intended.
2021-06-22 19:47:00 +02:00
NovaSquirrel
1d0792133e
Merge pull request #27 from mkwong98/master
...
Fixing fonts for English on forms and documentation update.
2021-05-11 11:39:26 -04:00
mkwong98
5f3fe2f2c7
Documentation update
...
Added description of new features and expanded some explanations
2021-05-11 15:22:24 +08:00
NovaSquirrel
c214a0028c
Link to CI builds?
2021-05-10 18:22:40 -04:00
NovaSquirrel
57a5ad9c75
Try setting up CI
2021-05-10 18:15:32 -04:00
mkwong98
7babb08ac4
Update ResourceHelper.cs
...
Simplify applying font for English
2021-05-06 00:12:59 +08:00
mkwong98
54cb35355d
Set a default font to English
...
If English is selected and set the font of the controls to Microsoft Sans Serif 8.25. Added all debug forms to resources.en.xml in order to apply the font to those forms.
2021-05-06 00:00:53 +08:00
mkwong98
7e52799a80
Update .gitignore
2021-04-30 00:02:12 +08:00
mkwong98
8f06f5d78e
Update README.md
...
Added a remark for hugo version requirement
2021-04-30 00:01:39 +08:00
NovaSquirrel
ccb23742dd
Merge pull request #25 from mkwong98/master
...
A few updates
2021-04-15 12:23:57 -04:00
mkwong98
570777c13f
Merge pull request #9 from Dwedit/comment-editor
...
Comment editor and BRK disassembly fix
2021-04-15 19:51:13 +08:00
mkwong98
8e0816807f
Add sprite frame range condition
...
A new condition named "spriteFrameRange" is added. It works like frameRange except it follows frame counters assigned to each sprite. Frame counter picks up the nearest frame counter within 6x6 pixels from the last frame and resets if graphics, palette, bg priority or orientation has changed. The condition can by used by sprite tiles only. For example:
<condition>myCondition,spriteFrameRange,301,60
[myCondition]<tile>0,1001,FF0F3600,8,0,1,N
2021-04-15 19:54:01 +08:00
Dwedit
885bedb4b4
Add BRK as an unconditional branch (fixes disassembling into data for BRK instruction)
2021-04-13 13:16:32 -04:00
Dwedit
b200db5d68
There is a new Comment editor accessible by pressing ; in the debugger. Allows you to quickly set single line comments.
...
Add Comment Editor Form, Icon, Menu item, Shortcut Key
Fix Debugger shortcut key display for punctuation keys
Restore cursor on disassembly window after using Label editor
Restore cursor on disassembly window after using Comment editor
Allow label editor to focus the Comment field on spawn instead of the label
2021-04-13 03:20:54 -04:00
mkwong98
0f35fdc97c
Merge pull request #8 from NovaSquirrel/master
...
EPSG update
2021-04-08 11:15:34 +08:00
NovaSquirrel
ea5f05ed6f
Merge pull request #24 from Perkka2/master
...
EPSG update
2021-03-19 16:25:02 -04:00
Perkka2
0fb4d34c3f
EPSG $4016 addressing now only writes on odd CPU cycles
2021-03-19 15:16:36 +01:00
Perkka2
2833b0ab4b
Made "Enable EPSG" checkbox to actually enable/disable EPSG Audio
2021-03-18 20:09:54 +01:00
Perkka2
9bea4c87ee
Adjusted volume levels for EPSG FM/SSG
2021-03-18 14:39:29 +01:00
mkwong98
e87fdb4a5f
Merge branch 'master' of https://github.com/mkwong98/Mesen
2021-03-16 00:18:50 +08:00
mkwong98
c16d0ac8b3
Update MMC3.h
...
Fixes failing MMC3 IRQ Tests by blargg. IRQ shouldn't occur when reloading after counter normally reaches 0
2021-03-16 00:18:31 +08:00
mkwong98
13da3bbeaa
Merge pull request #7 from mkwong98/temp
...
Fix Twin Dragons support
2021-03-16 00:06:47 +08:00
Jean-André Santoni
91185e1a43
Fix Twin Dragons support
2021-03-16 00:02:57 +08:00
mkwong98
725e2ba466
Merge pull request #6 from Perkka2/master
...
Update EPSGAudio.h
2021-03-12 15:43:23 +08:00
mkwong98
64f07e1afd
Merge pull request #4 from NovaSquirrel/master
...
Merge from NovaSquirrel
2021-03-12 14:47:16 +08:00
Perkka2
9323ba90ae
Update EPSGAudio.h
...
Missing SSG audio when using $4016 addressing
2021-02-28 20:17:19 +01:00
NovaSquirrel
d7d919a392
Merge pull request #20 from Perkka2/master
...
Adding basic EPSG support, Replacing old VRC7 with Nuked-OPLL
2021-02-24 12:16:19 -05:00
NovaSquirrel
edd8106a5a
Fix row size problem on audio options
2021-02-24 12:14:45 -05:00
NovaSquirrel
3e1b19507e
Merge pull request #22 from benolee/fix-cpu-stream-state
...
Fix CPU::StreamState extraScanlinesAfterNmi argument
2021-02-20 13:54:15 -05:00
Ben Holley
813aabb04a
Fix CPU::StreamState extraScanlinesAfterNmi argument
...
Previously the CPU::StreamState function passed the
extraScanlinesBeforeNmi value twice to Stream().
Change the second argument to extraScanlinesAfterNmi instead.
2021-02-20 12:31:44 -06:00
NovaSquirrel
c252d1cff8
Merge pull request #21 from mkwong98/master
...
HD Pack module related updates
2021-02-20 00:01:09 -05:00
mkwong98
cd99aedb1e
Update JyCompany.h
...
Added outer PRG bank select for 8k mode.
2021-02-20 12:30:08 +08:00
mkwong98
eaf6656b56
HD Pack Builder update
...
1. Removed an unused parameter in ProcessTile function call.
2 Added a warning to the tool tip of 8x16 sprite option about when it should be used.
3. Added an option to output BG tiles only or Sprite tiles only.
2021-02-08 15:25:03 +08:00