alyosha-tas
79e9cfd69a
Delete Atari7800.IInputPollable.cs
2017-08-29 09:40:13 -04:00
alyosha-tas
ede569dab3
Delete Atari7800.IEmulator.cs
2017-08-29 09:40:04 -04:00
alyosha-tas
7717bd3181
Delete Atari7800.IDebuggable.cs
2017-08-29 09:39:57 -04:00
alyosha-tas
8dab8dc368
Add files via upload
2017-08-29 09:20:56 -04:00
alyosha-tas
f7a016adaa
Create ReadMe.txt
2017-08-29 09:20:09 -04:00
alyosha-tas
6237a284fa
Add files via upload
2017-08-29 09:18:28 -04:00
alyosha-tas
6f73e1de1f
Create ReadMe.txt
2017-08-29 09:16:24 -04:00
alyosha-tas
3961292294
NESHawk: more efficient sprite check
...
Gives a ~5% speed boost by not checking every sprite all the time.
2017-08-27 18:17:10 -04:00
alyosha-tas
a83474d255
A7800Hawk: Fix exception
2017-08-27 09:55:12 -04:00
alyosha-tas
4b520f2a8b
A7800Hawk: Pokey Sound
...
now sounds correct
2017-08-27 09:22:41 -04:00
alyosha-tas
a6d036e13c
A7800Hawk: Pokey bug fixes
2017-08-26 20:58:08 -04:00
alyosha-tas
2c42448e0d
A7800Hawk: Pokey initial commit
2017-08-26 12:46:59 -04:00
alyosha-tas
98a63ad823
A7800Hawk mapper: add pokey support
2017-08-26 12:45:38 -04:00
alyosha-tas
f6f55c09de
A7800Hawk: refactor sound for pokey
2017-08-25 11:28:19 -04:00
alyosha-tas
5b1c6d2862
A7800Hawk Refactor sound for pokey
2017-08-25 11:27:18 -04:00
alyosha-tas
73d505cd71
Delete Tia.ISoundProvider.cs
2017-08-25 11:25:39 -04:00
alyosha-tas
a907bb7f01
A7800Hawk: update mapper for pokey
...
Needed for Ball Blazer
2017-08-25 11:04:50 -04:00
alyosha-tas
b957e3726c
Update A7800Hawk Mapper
2017-08-25 10:25:38 -04:00
alyosha-tas
13788253d8
A7800Hawk: Start Pokey emulation
2017-08-25 10:21:10 -04:00
zeromus
b868c07a10
blind commit: add SMP hooks to bsnes to test hook scoping system (need to build a waterbox to proceed)
2017-08-23 10:08:43 -04:00
nattthebear
77a535a7d8
Implement ICycleTiming on neshawk
2017-08-11 19:59:10 -04:00
nattthebear
5e3cdba869
Finally dump some old movie 1.0 cruft
2017-08-11 19:45:45 -04:00
nattthebear
5b97e5c7f6
Add ICycleTiming interface plus one implementation so I can feel like I did something
2017-08-11 19:42:53 -04:00
Isotarge
ffe051ab26
N64: Fix minAnalogX and minAnalogY values
...
D and L boolean inputs for the analog stick were one unit short of full
range
2017-08-09 01:23:44 +09:30
alyosha-tas
171022529d
NES: Fix mapper 36
...
fixes #953
2017-08-06 10:12:04 -04:00
adelikat
10b8ca80b9
Atari7800Hawk - implement IBoardInfo
2017-08-04 18:58:53 -05:00
adelikat
cd5f6e66e1
Atari 7800 - sort out system id stuff
2017-08-04 17:17:14 -05:00
adelikat
49fc7223e6
Atari7800Hawk, wire up the disassembler, default to this core instead of emu7800
2017-08-04 15:57:26 -05:00
adelikat
cd289c474e
memorycallbacks with domains - Phase 2 - change api to Call methods and refactor accordingly, everything should behave as it was before the refactor at this point. No cores have yet to be implemented with domains other than the default bus they already had
2017-08-03 18:08:07 -05:00
alyosha-tas
ad85143c8c
NESHawk: Rambo-1 IRQ work
...
-maintains compatibility with skull and crossbones and klax.
-Fixes hard Drivin'
-More work to do here
2017-08-02 21:58:54 -04:00
alyosha-tas
497513f93a
NESHawk: PPU: Fix OAMADDR
...
-Implements $2004 write glitch
-Correctly implements OAMADDR initialization
2017-08-02 11:24:49 -04:00
adelikat
04ce66c397
phase 1 of changing memory callback api to specify domain - require cores to specify which domains are available and have the domain passed in when creating callbacks. Still todo - cores need to pass in domain name on CallReads/Writes/Executes methods
2017-08-01 22:05:17 -05:00
alyosha-tas
fac8761194
Delete Mapper035.cs
...
-duplicate of mapper 90
2017-08-01 12:07:18 -04:00
alyosha-tas
b8f502f670
NES Mappers: Make mapper 90 cover mapper 35
...
Mapper 35 is identical in function, fixes Warioland 2 (unl)
2017-08-01 12:06:33 -04:00
alyosha-tas
2d648173a6
Update A7800Hawk.IEmulator.cs
2017-07-31 19:58:40 -04:00
alyosha-tas
e6a0b20219
Update Readme.txt
2017-07-31 19:57:31 -04:00
alyosha-tas
c972a74132
A7800Hawk: Filters and video provider
...
-Moved IVideoProvider out of Maria to make eventual A2600 mode support a bit easier.
-Add filter option so Tower Toppler looks correct, not implemeneted yet though
2017-07-31 12:14:42 -04:00
alyosha-tas
edfc2ca576
A7800Hawk: move video provider out of maria
2017-07-31 12:13:03 -04:00
alyosha-tas
88b6813528
A7800Hawk: Fix controller regression
2017-07-31 10:23:33 -04:00
alyosha-tas
981d960f1c
A7800Hawk: clean up lightgun
2017-07-31 10:13:57 -04:00
alyosha-tas
ec62e0b4a0
A7800Hawk: clean up light gun
2017-07-31 10:13:23 -04:00
alyosha-tas
43185eb4c5
EMU7800: update controls
...
for testing between cores
2017-07-29 20:23:42 -04:00
alyosha-tas
d66b7f61b8
A7800Hawk: small cleanup
2017-07-29 19:36:36 -04:00
alyosha-tas
84c9f83d28
A7800Hawk: small cleanup
2017-07-29 19:35:45 -04:00
alyosha-tas
1173e887ea
A7800Hawk: Update to correct mnemonics
2017-07-29 19:23:08 -04:00
alyosha-tas
2ddfab1793
Update A7800Hawk.IMemoryDomains.cs
2017-07-29 18:06:25 -04:00
alyosha-tas
bba8cc3202
A7800Hawk: FINALLY fix Scrapyard Dog
...
-Also fix a typo in memory domains
2017-07-29 18:05:23 -04:00
alyosha-tas
c38d598739
A7800Hawk: Light Gun
...
-Use Barnyard Blaster algorithm to guess at actual behaviour.
2017-07-29 15:49:06 -04:00
alyosha-tas
952a626cf0
A7800 Hawk: more light gun work
2017-07-29 15:18:45 -04:00
nattthebear
7996f5dfbc
snes9x: Don't set virtual size of 0 on frame 0
2017-07-29 08:24:03 -04:00
alyosha-tas
efcb73615b
A7800Hawk: Add Light Gun Support
...
-Needs testing
2017-07-26 09:28:14 -04:00
alyosha-tas
6bc1befc5b
A7800Hawk: Add Light Gun Support
...
-Needs testing
2017-07-26 09:26:37 -04:00
alyosha-tas
773a70c125
A2600: Fix bitmap demo atext.bin
...
Gotta stay on par with Stella!
2017-07-26 09:17:08 -04:00
nattthebear
2329ebbe62
Sameboy SGB: allow hiding beautiful borders. Closes #938
2017-07-25 17:16:12 -04:00
alyosha-tas
04b605005b
A7800Hawk: Maria update DMA cycles
...
-The current limit is One on One Basketball, which uses 400 DMA cycles
2017-07-25 11:51:04 -04:00
alyosha-tas
36585213c8
A7800Hawk: Update timing
2017-07-25 11:30:53 -04:00
alyosha-tas
e4d66c52f5
A7800Hawk: Maria Updates
...
-Improve performance
-Fix some DMA timing issues
2017-07-25 11:01:55 -04:00
alyosha-tas
29ae26f235
A7800Hawk: Add Fractalus mapper
2017-07-24 19:38:57 -04:00
alyosha-tas
a7a6fc6827
Update A7800Hawk.cs
...
Oops spelling
2017-07-24 19:38:21 -04:00
alyosha-tas
fb10cc4bcd
A7800Hawk: Add kangaroo mode and mappers
2017-07-24 19:36:54 -04:00
alyosha-tas
42b379b486
A7800Hawk: Controller convention fixes
...
-Revert setting system ID to A78 (it broke controller selection)
-Fix some button names to match nemonics
-Fix controller names to match images (still some missing though)
2017-07-24 17:41:22 -04:00
alyosha-tas
d1a78f4fcb
Update Atari2600ControllerDeck.cs
...
- Repair controller image appearing in config -> controllers
2017-07-24 17:38:46 -04:00
alyosha-tas
ca42aac5ff
A7800Hawk: Rewrite Maria Rendering
...
- now has pixel accurate rendering
- much simpler code
2017-07-24 15:21:05 -04:00
adelikat
5843ac2e79
Atari7800Hawk - make system id the same as Emu7800
2017-07-24 08:40:27 -05:00
adelikat
f050718a87
Set SameBoy to released
2017-07-23 11:10:17 -05:00
alyosha-tas
a264fa64c2
Intellivision: small STIC clean up
2017-07-23 10:55:17 -04:00
alyosha-tas
edddf8cec0
A7800Hawk: clearer loading messages
2017-07-23 10:23:12 -04:00
alyosha-tas
e872fbb7da
A7800Hawk: Fix memory domains
2017-07-23 10:07:01 -04:00
alyosha-tas
133d92cb6e
Atari7800Hawk: Fix Controller detection
2017-07-22 21:33:21 -04:00
alyosha-tas
b696aaea4c
A7800Hawk: Fix controllers
2017-07-22 21:31:58 -04:00
nattthebear
3062b18467
gpgx: disable prev and next disk for now
2017-07-22 17:37:40 -04:00
nattthebear
f6cc4c1749
stuff
2017-07-22 17:07:27 -04:00
alyosha-tas
1033995ed6
Update Maria.cs
...
-Fixes Xenophobe
2017-07-22 14:49:08 -04:00
alyosha-tas
39254cb0d2
A7800Hawk: Fix sound
2017-07-22 13:37:40 -04:00
alyosha-tas
1dc60e9274
Atari7800Hawk: More mappers and bug fixes
...
-Adds support for F18 and rampage
-Adds support for games needing cart RAM
-Fixes various bugs
2017-07-22 12:28:23 -04:00
alyosha-tas
f6b8d2b8e3
A7800Hawk: More mappers
...
Also Cart RAM and Pokey Detection
2017-07-22 12:26:37 -04:00
nattthebear
569730a61b
picodrive: region select. closes #929
2017-07-22 10:55:17 -04:00
alyosha-tas
2ae9de98ef
A7800Hawk: Updates and Bug Fixes
...
-Fix save states
-Fix sync settings
-Controller Support / improvements
2017-07-21 19:32:50 -04:00
nattthebear
fcfe2b23c9
Pizza Boy makes some interesting attempts, but doesn't stack up against the serious GB cores
2017-07-21 18:23:14 -04:00
alyosha-tas
d44971a021
Atari7800Hawk: More Mappers
2017-07-21 16:34:27 -04:00
alyosha-tas
f5a5e9bd17
Atari7800Hawk: More mappers
2017-07-21 16:33:45 -04:00
alyosha-tas
19a9275a9e
Atari7800Hawk: Fix some Maria bugs
2017-07-20 18:50:47 -04:00
nattthebear
7880cbabb3
I thought there was more to this vb settings thing. I guess not.
2017-07-20 17:22:40 -04:00
alyosha-tas
585f9f412b
A7800Hawk: Start support for ROM Headers
2017-07-20 15:01:47 -04:00
alyosha-tas
0b7c10594c
Update MapperSG.cs
2017-07-20 15:01:09 -04:00
alyosha-tas
ab814fb3e4
Update Maria.cs
2017-07-20 12:23:24 -04:00
alyosha-tas
9038a4b8a5
A7800Hawk: Fix Holey DMA
...
Fixes Xenophobe
2017-07-20 12:22:15 -04:00
alyosha-tas
c01850df2b
A7800Hawk: Implement remaining display modes
2017-07-20 10:41:15 -04:00
adelikat
db6858f2fe
Merge branch 'pceperipherals'
2017-07-20 08:11:51 -05:00
nattthebear
a6fb55fa7c
gpgx: decrease RAM usage slightly
2017-07-19 21:39:00 -04:00
alyosha-tas
3ff8eabdf2
A7800Hawk: Fix NTSC Palette
2017-07-19 20:53:41 -04:00
nattthebear
e828868904
Merge branch 'sameboy'
2017-07-19 20:45:33 -04:00
nattthebear
0d6bdc200b
sameboy: a bit of savestate optimization
2017-07-19 20:38:19 -04:00
nattthebear
a640c53e52
Sameboy: RTC
2017-07-19 20:18:13 -04:00
nattthebear
57ca86710b
sameboy: SAVERAMS
2017-07-19 19:49:23 -04:00
alyosha-tas
a05e7f2824
A7800Hawk: Start Super Game mappers
2017-07-19 19:19:37 -04:00
alyosha-tas
16467c3cb0
A7800Hawk: Start Supergame Mappers
2017-07-19 19:19:00 -04:00
nattthebear
cf8013af4a
sameboy: Add more features for the merciless slave driver
2017-07-19 18:48:11 -04:00
alyosha-tas
436cae0df6
A7800Hawk: Fix PAL
2017-07-19 15:21:22 -04:00
alyosha-tas
8796269d6b
A7800Hawk: more lag detection
2017-07-19 15:03:50 -04:00
alyosha-tas
4b79525e8d
Atari780Hawk: Bug Fixes
2017-07-19 14:55:50 -04:00
alyosha-tas
052c35cd35
A7800Hawk: Fix Lag detection
2017-07-19 14:54:47 -04:00
alyosha-tas
ab817f143d
A7800Hawk: Maria timing Fix
...
Fixes Desert Falcon and Kung Fu Master
2017-07-19 09:35:58 -04:00
alyosha-tas
22178caea7
A7800Hawk: More Maria updates
...
-Fixes Donkey Kong and DK Jr
2017-07-18 21:17:27 -04:00
alyosha-tas
1f856b468f
A7800Hawk: Maria Updates
...
Add DMA auto shutdown - Fixes Choplifter
Properly emulate read mode - Fixes top line of Centipede.
2017-07-18 20:00:16 -04:00
nattthebear
bfd7337a32
sameboy: SGB support. Mostly accomplished through the power of copy+paste, since we plan on dropping pizza boy
2017-07-18 19:57:53 -04:00
nattthebear
1f89158179
sameboy: input
2017-07-18 18:19:51 -04:00
nattthebear
f7bb894753
sameboy: it's alive!
2017-07-18 16:48:49 -04:00
nattthebear
34e68c589f
Sameboy progress
2017-07-18 16:48:49 -04:00
adelikat
3109bdcc6a
PCE - cleanup
2017-07-18 11:20:02 -05:00
adelikat
46e4ae05d6
PCE - rip out old controller config logic
2017-07-18 11:05:11 -05:00
adelikat
9fc8b8700d
PCE - add ui for controller config
2017-07-18 11:01:50 -05:00
adelikat
d99d2dd3dc
PCE - start support for peripheral support - implement a controller deck and wire it up to the controller logic, with the same options as previously, 5 ports, with None and Gamepad as options. No ui for the new system. Old system code and ui still left in
2017-07-18 10:37:17 -05:00
nattthebear
c31ebe176d
gpgx: multidisk? dunno
2017-07-17 18:49:16 -04:00
alyosha-tas
c26979c0b1
Update A7800Hawk.cs
2017-07-16 12:02:21 -04:00
alyosha-tas
7914532ff0
A7800Hawk: Update Controllers
...
Now supports 2 button controller
Also fixes a few other small bugs
2017-07-16 11:56:02 -04:00
alyosha-tas
a27b4aefc1
A7800Hawk: Update controllers
...
And fix bugs
2017-07-16 11:54:28 -04:00
nattthebear
0389b346f3
pcfx: fuck you mode
2017-07-16 10:01:31 -04:00
zeromus
dce98db811
fix saturn PixelPro resolution management mode to reformat framebuffer to requirements, so it works like it's supposed to
2017-07-15 02:53:33 -05:00
nattthebear
d5c07447d2
BSnes: Ignore the "crop SGB frame" setting if SGB is not active.
2017-07-14 18:55:21 -04:00
adelikat
9c791924b2
PC-FX - controller button orders
2017-07-13 21:23:16 -05:00
adelikat
9af3a88895
set Saturnus and Tst to released
2017-07-13 14:31:06 -05:00
adelikat
c6e0e9fa57
Rename CoreAttributes to CoreAttribute as to not be a bad person
2017-07-12 14:10:55 -05:00
nattthebear
ab4d81788e
TSTHawk: Potentially release ready?
2017-07-11 20:35:01 -04:00
nattthebear
071efa5dac
TSTHawk: Change the defaut pixel size for wide mode to 1024, per input from Top Experts
2017-07-11 18:51:01 -04:00
nattthebear
ff58de56a1
TSTHawk: Settings?
2017-07-11 18:12:03 -04:00
nattthebear
c1e3411da3
TSTHawk: Give a correct-ish aspect ratio for interlace mode
2017-07-10 19:28:13 -04:00
nattthebear
a1bcb90ee6
TSTHawk: Fix interlaced display so it doesn't crash because crashing is bad
2017-07-10 19:12:44 -04:00
adelikat
fb7e44642a
set released to true on some new Pizza Boy, PicoDrive, and Uzem
2017-07-09 16:58:59 -05:00
nattthebear
7d30636398
TSTHawk: Change default height
2017-07-09 16:53:31 -04:00
nattthebear
468c52f5de
Gambatte: Settings: Use an enum for ConsoleMode instead of stringly typed. Developers who have been using recent dev builds will need to change "Default" to 0 in config.inneys...
2017-07-09 16:27:32 -04:00
nattthebear
110d741cb3
TSTHawk: controller stuff
2017-07-09 13:40:52 -04:00
nattthebear
2dd10ea951
Update some author meat-a deet-a
2017-07-09 12:18:33 -04:00
nattthebear
dd7389f848
PicoDrive: Add core query whether 32X hardware is currently active. Remove code that assumed that the emulator would always activate 32X hardware when _32xPreinit was true, or that it would never activate 32X hardware when _32xPreinit was false. Both assumptions are false.
2017-07-09 12:14:27 -04:00
nattthebear
d1ff443540
PicoDrive: Add the rest of the games to the DB. Expose IRegionable information and use it to inform FPS rate
2017-07-09 11:59:54 -04:00
adelikat
bbe9db2c62
Capture 32x flag in movies
2017-07-09 10:56:18 -05:00
nattthebear
0ee1832d57
Adult Video Games
2017-07-09 11:18:03 -04:00
adelikat
9a5ae16c7d
remove the 32bit gpgx, and refactor things to only use the 64 bit version. keep 64bit stuff in a gpgx64 folder to avoid git auto-rename detection shenanigans
2017-07-09 09:21:03 -05:00
nattthebear
06e1f701aa
Add a more intelligible error message when user error tries to load a bin file into saturn
2017-07-08 18:22:40 -04:00
nattthebear
97c0d52498
Make DGB run again. It has been broken since GB bios files were added
2017-07-06 19:18:26 -04:00
alyosha-tas
08b6dadd49
Gambatte: Add core picker option
...
Replaces ForceDMG so that you can play gameboy roms in color game boy as well
2017-07-06 17:53:14 -04:00
alyosha-tas
d9cc1558aa
Atari7800Hawk: More Core Work
...
- Adds Fire button (centipede and Asteroid now playable)
- Improve Maria, add holey DMA, fix numerous bugs
- Fix slow cycle memory mapping.
2017-07-06 15:25:21 -04:00
alyosha-tas
8a5e613fff
A7800Hawk: More Core Work
2017-07-06 15:23:21 -04:00
alyosha-tas
170381597b
Atari7800Hawk: Core Cleanup
...
-now gets in game in choplifter
-implement player controls
-fix memory mapping bugs
-clean up code
-implement more video modes
There is still a serious timing bug that i need to track down and a lot of video mode work to do, but getting in game is at least making progress.
2017-07-05 16:14:27 -04:00
alyosha-tas
76a51ca79d
A7800Hawk: Core Cleanup
2017-07-05 16:11:24 -04:00
nattthebear
ee0ae25d3e
uzem: Fix some controller stuff: clock activates on rising edge, latch is continuously active whenever high... fixes the detect controllers routine in the official kernel
2017-07-04 09:11:31 -04:00
nattthebear
7cfe84e27e
uzem: a bit of cleanup
2017-07-04 07:36:25 -04:00
nattthebear
bd57871171
New! With more games than the 32X! And better sounding ones too!
2017-07-03 21:29:34 -04:00
nattthebear
ea02e62d05
PicoDrive: Add memory domains, including ISaveRammable support. In order to get memory domains for 32x, "32X" needs to be on the gamedb entry.
2017-07-03 11:43:03 -04:00
nattthebear
5e54b896b7
PicoDrive: Disable idle loop detection. Move rom to alloc_sealed. Set heap sizes.
2017-07-03 10:50:24 -04:00