adelikat
d953318160
Remove cbuffer ( #1883 )
...
* delete unused ShortBuffer
* convert IntBuffer to int[] in the Atari2600 core
* remove IntBuffer from NES mappers, and delete class
* convert ByteBuffer to byte[] in atari 2600 mappers
* remove ByteBuffer usages in NESHawk, remove ByteBuffer class
* remove Buffer.cs
* remove IDisposable from NES.NESBoardBase
* remove Dispose from Atari2600 MapperBase, note, it wasn't event being called
2020-03-18 08:55:02 -05:00
YoshiRulz
ff2efca658
Cleanup Util
2020-01-23 14:54:34 +10:00
YoshiRulz
8de0355228
Prepare for nullability annotation in BizHawk.Common
...
attributes: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-attributes
2020-01-23 14:54:29 +10:00
YoshiRulz
19705b78fd
Improve exception docs in BizHawk.Common
2020-01-02 21:51:14 +10:00
adelikat
049e3d12fc
BizHawk.Common house cleaning - remove a bunch of unused code, use some higher language level features in some places
2019-12-06 18:12:57 -06:00
Asnivor
ff4acab261
Serializer: Add support for float[], double and double[]
2019-04-08 08:59:01 +01:00
James Groom
779975f689
Use nameof
2019-03-28 14:17:14 +11:00
YoshiRulz
20b3112284
Use string interpolation
...
Excludes Sprintf.cs
2019-03-20 15:13:04 +10:00
nattthebear
ebe789eed2
heh
2017-05-10 07:45:23 -04:00
goyuken
b0b5245d45
C64: add bool[] overload to the serializer. sloppy, but neater.
2014-10-06 16:00:24 +00:00
adelikat
bf88be8c72
Convert some more util methods to extension methods
2014-07-03 19:05:56 +00:00
adelikat
e058e08c35
Remove EnumHelper file and some code cleanup
2014-07-03 18:02:22 +00:00
adelikat
47514784eb
Separate stream and writer extensions to an IOExtensions object and namespace
2014-07-03 17:13:09 +00:00
adelikat
d1743a2ce3
Atari 2600 - AR - cleanup, implement hard reset, savestates, and dispose
2014-05-26 00:55:12 +00:00
beirich
cc8308495d
dont call int.parse on a long
2014-04-08 01:08:47 +00:00
beirich
d02eab8c2d
add Serializer support for long, float, and ushort[]
2014-04-07 04:50:19 +00:00
adelikat
de084bf6fa
Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files
2013-12-14 00:03:03 +00:00