BizHawk/BizHawk.Emulation.Cores/Computers/Commodore64/Cartridge
adelikat 606c3bf1c2
use more advanced language features in Emulation.Cores (#1852)
* Use expression bodies in Emulation.Cores, and a few other misc cleanups

* remove unused usings in Emulation.Common

* cleanups in Tables_Direct.cs

* some cleanups in nes boards - redundant code

* remove some redundant array initializers in Emulation.Cores

* cleanup AmstradCPC.Controllers

* use object initializers in a lot of places

* nes mappers - remove disch's notes comments in favor of the nesdev wiki link

* cleanup CdtConverter.cs, mostly use of object initializers

* remove redundant .ToString() calls in Emulation.Cores

* using var in Emulation.Cores

* AmstradCPC/ZXSpectrum - simplify some linq, tabs instead of spaces, a few other misc cleanups

* Use null-propagation in Emulation.Cores
2020-02-17 16:54:51 -06:00
..
CartridgeDevice.cs use more advanced language features in Emulation.Cores (#1852) 2020-02-17 16:54:51 -06:00
CartridgePort.cs Use nameof in cores 2019-03-28 14:18:58 +11:00
Mapper0000.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper000A.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper000B.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper000F.cs Use nameof in cores 2019-03-28 14:18:58 +11:00
Mapper0001.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper002B.cs C64 - remove the SaveState.DoNotSave attribute 2017-05-13 13:04:02 -05:00
Mapper0005.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper0007.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper0008.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper0011.cs C64 - refactor cartridge classes to not use SyncObject 2017-05-13 10:11:13 -05:00
Mapper0012.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper0013.cs C64 - misc cleanups 2017-05-30 13:10:01 -04:00
Mapper0020.cs c64 state: it wasn't a wild stab 2018-09-09 00:20:05 +03:00