zeromus
|
6ea20e9e9b
|
fix emuhawk app.config to allow running on network shares
fixes #1537
|
2019-04-12 14:04:42 -04:00 |
adelikat
|
8132afec8b
|
Merge pull request #1536 from Ashafix/sleep
Added sleep functions for Lua to client module (resolves #1177)
|
2019-04-12 12:51:25 -05:00 |
Ashafix
|
598723266e
|
added sleep functions for Lua to client module
|
2019-04-12 19:03:14 +02:00 |
alyosha-tas
|
0d95943728
|
Vectrex: more disasm and bug fixes
|
2019-04-09 15:44:37 -05:00 |
alyosha-tas
|
9296092b84
|
Vectrex: Start running the cpu and fixing bugs
|
2019-04-08 18:57:21 -05:00 |
zeromus
|
41c57e5217
|
fix repeating sound buffer when calling client.SetSoundOn
|
2019-04-08 16:09:26 -04:00 |
Asnivor
|
ff4acab261
|
Serializer: Add support for float[], double and double[]
|
2019-04-08 08:59:01 +01:00 |
alyosha-tas
|
b14332d352
|
mc6809: wire up interrupts
|
2019-04-07 15:57:24 -05:00 |
alyosha-tas
|
07c3dd4aad
|
mc6809: more disasm
|
2019-04-07 11:39:38 -05:00 |
alyosha-tas
|
10d1c230f3
|
mc6809 start disassembler
|
2019-04-06 19:42:07 -05:00 |
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 |
James Groom
|
8f5ecdf157
|
Remove trailing comma in vararg
|
2019-04-04 12:00:13 +10:00 |
James Groom
|
b37ced84cb
|
Use string.Join
|
2019-04-04 11:57:36 +10:00 |
alyosha-tas
|
244b9d2231
|
More MC6809
|
2019-04-03 19:22:23 -05:00 |
YoshiRulz
|
9af93be0d3
|
Use string interpolation
|
2019-04-04 02:41:18 +10:00 |
YoshiRulz
|
7fb8051426
|
Use string.Concat/string.Join
|
2019-04-04 02:17:00 +10: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 |