Commit Graph

14174 Commits

Author SHA1 Message Date
alyosha-tas 87214c252d MC6809; finish instruction decoding 2019-04-06 15:16:53 -05:00
alyosha-tas 8995e2e977 MC6809: more decoding work 2019-04-06 10:06:23 -05:00
Asnivor b2584145d7 SyncSoundMixer: improved and moved out of ZXSpectrum into Cores.Sound (as the CPC will use this and future cores may find it useful) 2019-04-04 12:16:16 +01:00
alyosha-tas 244b9d2231 More MC6809 2019-04-03 19:22:23 -05:00
Asnivor d2131ea947 1BitBeeper: actually do what the last commit was supposed to do 2019-04-03 17:12:09 +01:00
Asnivor 0ff0be2a93 1BitBeeper: allow clock incrementation by an arbitrary value (it is possible a core may need this) 2019-04-03 17:10:49 +01:00
Asnivor ae7bea226c ZXHawk: move the beeper implementation out of the core into Cores.Sound. The CPC core will also use this and we may have other cores in the future that want to make use of a nice 1-bit buzzer/implementation (tape loading, onboard speaker etc..) 2019-04-03 17:01:35 +01:00
alyosha-tas 7655e5194e Vectrex 6809 2019-04-02 19:25:48 -05:00
alyosha-tas ef0c7aee01 Vectrex: 6809 work 2019-04-01 19:00:54 -05:00
YoshiRulz c4fd79bf03
Use MutableIntRange in RenderSpritesScanline 2019-04-01 14:40:06 +10:00
James Groom 6b56a65d11
Add MutableIntRange and float.RoundToInt and refactor AnalogStickPanel 2019-04-01 14:41:08 +11:00
alyosha-tas ab1d47d756 Vectrex: Indexed Addressing 2019-03-31 16:33:02 -05:00
alyosha-tas 33af0b7fee Vectrex commit 2 2019-03-31 08:27:51 -05:00
alyosha-tas ba4ec02cb5 Vectrex Initial Commit 2019-03-30 16:09:04 -05:00
Asnivor 31237e0c92
Merge pull request #1394 from TASVideos/appleii_fixattempt
[WIP] Trying to get Virtu fixed up a bit
2019-03-29 15:04:00 +00:00
James Groom 59ad94f9b9
Merge branch 'master' into appleii_fixattempt 2019-03-28 20:25:11 +11:00
James Groom 4e91f88af3
Use nameof in cores 2019-03-28 14:18:58 +11:00
James Groom 779975f689
Use nameof 2019-03-28 14:17:14 +11:00
adelikat 165880b444
Merge pull request #1504 from TASVideos/semicolonFormat
[Untested] Use format strings with the semicolon section separator
2019-03-27 19:38:16 -05:00
adelikat 5bae4961a6
Merge pull request #1521 from TASVideos/interp_bizware
Use string interpolation in BizHawk.Bizware
2019-03-27 19:27:21 -05:00
adelikat d18855b0bc
Merge pull request #1520 from TASVideos/interp_clcommon
Use string interpolation in BizHawk.Client.Common
2019-03-27 19:26:32 -05:00
adelikat dec41d9556
Merge pull request #1519 from TASVideos/interp_common
Use string interpolation in BizHawk.Common
2019-03-27 19:25:29 -05:00
adelikat f4340943c0
Merge pull request #1517 from TASVideos/interp_emucommon
Use string interpolation in BizHawk.Emulation.Common and BizHawk.Emulation.DiscSystem
2019-03-27 19:24:41 -05:00
adelikat b9e42bc7aa
Merge pull request #1522 from TASVideos/interp_apihawk
Use string interpolation in BizHawk.Client.ApiHawk
2019-03-27 19:23:25 -05:00
adelikat 951dbfd83e
Merge pull request #1515 from TASVideos/interp_emuhawk
Use string interpolation in BizHawk.Client.EmuHawk
2019-03-27 19:22:42 -05:00
adelikat ecec7807f4
Merge pull request #1518 from TASVideos/interp_discohawk
Use string interpolation in BizHawk.Client.DiscoHawk
2019-03-27 19:11:21 -05:00
James Groom cff8c855a4
Use string interpolation 2019-03-26 17:57:33 +11:00
YoshiRulz 6fc3a07f49
Use string interpolation 2019-03-20 15:52:54 +10:00
YoshiRulz 51d0bdf4cf
Use string interpolation 2019-03-20 15:24:33 +10:00
YoshiRulz 20b3112284
Use string interpolation
Excludes Sprintf.cs
2019-03-20 15:13:04 +10:00
YoshiRulz 9d0ee22885
Use string interpolation 2019-03-20 15:01:12 +10:00
YoshiRulz d64df5a030
Use string interpolation 2019-03-20 14:41:19 +10:00
YoshiRulz 4ec33bab1c
Use string interpolation 2019-03-20 14:29:38 +10:00
YoshiRulz e6374ef477
Use string interpolation 2019-03-19 00:06:37 +10:00
feos d54146791e fix #1509 2019-03-14 19:30:52 +03:00
James Groom c49799bb5b
Fix erroneous s/watch\.//i 2019-03-15 00:08:43 +10:00
feos 9a40dbf3ab
link Latest development build once again 2019-03-10 16:31:38 +03:00
feos c3c262db12 N64:
- close #1478
- update gliden
- wire up halo removal
2019-03-10 16:15:55 +03:00
alyosha-tas 6d0973ca7e
Merge pull request #1429 from YoshiRulz/master
Inconsequential changes (no whitespace)

looks good to me
2019-03-09 17:32:10 -06:00
alyosha-tas e5d94f3d7c Genesis: fix VDP viewer, fixes #1449 2019-03-09 17:16:00 -06:00
James Groom bf423747a5
Fix typo 2019-03-09 00:07:30 +10:00
YoshiRulz 0b5a61dcd3
Rewrite "d" replacement again but more like the previous algorithm 2019-03-05 19:37:59 +10:00
YoshiRulz 5412a74890
Use the *correct* formatting string, skip calls to Math.Abs 2019-03-05 19:16:20 +10:00
YoshiRulz 2f3ac59c7a
Inline local vars, use interpolated strings, and use {0:P;M} format string 2019-03-03 17:55:25 +10:00
YoshiRulz 20087cd804
Use string interpolation with {0:P;M;Z} format string 2019-03-03 17:52:47 +10:00
zeromus 5b552af5d5 change >= 0x80 -> '.' remap in hex editor to >= 0x7F (fixes #1503) 2019-03-03 01:14:33 -05:00
James Groom 1c5ec3f1dd
Fix typo
...or is it the docs that are wrong?
2019-02-28 14:07:16 +10:00
James Groom 1d5a097a75
Fix typo
also this method sucks
2019-02-27 15:33:27 +10:00
alyosha-tas 7630be7e93 SMS: Some clean up and speed up 2019-02-24 11:02:59 -06:00
YoshiRulz 13152d670f
Rewrite MovieView_ColumnClick, also fixes typo 2019-02-24 15:49:10 +10:00