mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
![]() Sent: Tue 10/7/2008 10:45 AM To: submit@mamedev.org Subject: snes special chips emulation Hi, the attached patch adds emulation for snes special chips DSP-2 & OBC-1. Changes: - added sources snesdsp2.c & snesobc1.c (directly included in machine/snes.c as per Arbee's guidelines). credits mostly goes to byuu, which released to Public Domain his sources - removed special chips detection from MAME (no nss / bootleg carts have special chips so far) and only left a variable has_addon_chip whose possible values are in includes/snes.h (it is initialized to HAS_NONE for MAME games) - modified memory handlers to account for the new chips Regards Fabio |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |