sanni
b24f4c0b01
Upload Files
...
More info:
Also added Pocket SNES PCB by Niltonn
https://forum.arduino.cc/index.php?topic=158974.msg4381465#msg4381465
2019-11-27 10:02:50 +01:00
sanni
b856459fee
Update NES.ino (thx to skaman)
...
Changes:
Adds Mapper 30 (NESmaker) support with read/write Flash support.
Adds PRG-RAM read/write support for Mappers 4 (MMC6), 19, 80, 82.
Adds SRAM support for Family Basic (Mapper 0) carts.
2019-11-25 11:53:45 +01:00
sanni
1f2b9dcc4a
Forgot to advance version number after fixing var index to type int a couple of weeks ago
2019-11-12 09:49:24 +01:00
sanni
087585f8f6
Add cycle cart for MD multi game carts
...
Thanks to BASSIX
2019-10-31 08:43:10 +01:00
sanni
20fc59f89b
Merge pull request #49 from splash5/master
...
Add WonderSwan adapter PCB and schematics
2019-10-29 13:58:03 +01:00
splash5
d615f433f3
Add WonderSwan adapter PCB and schematics
2019-10-29 20:30:37 +08:00
Phil Eichinger
8e7ae83576
Add support for Intel PC28F256M29
...
Tested with 2 repro carts
2019-10-24 21:58:32 +02:00
splash5
1fc7bb27e9
Adjust clk count for unlocking MMC
2019-10-18 22:29:48 +08:00
splash5
7f5088cc2a
Merge remote-tracking branch 'sanni/master'
2019-10-18 13:05:42 +08:00
splash5
e3a70af141
Add developerId 0Bh(SUM)
2019-10-18 13:02:58 +08:00
splash5
55356796db
Fix typo in developer name
2019-10-18 12:27:45 +08:00
splash5
e0e4cad606
Clean up code
2019-10-18 12:20:34 +08:00
splash5
651c45b0db
Add some developer name
2019-10-18 12:10:14 +08:00
splash5
c45bdbf07d
Change IO? pin as input
...
Simplify MMC unlock procedure
2019-10-18 11:31:35 +08:00
splash5
7deb455d41
Blinking LEDs on cartridge (only for BANC33)
2019-10-18 01:54:30 +08:00
sanni
d4935ef326
Change var index to type int
2019-10-17 17:14:08 +02:00
splash5
025ca2461c
Fix wrong block address
2019-10-17 12:37:33 +08:00
splash5
3f0fc3b577
Add support for flashing witch os
...
(fbin from witch kit)
2019-10-15 12:00:35 +08:00
splash5
dcc0fa88d2
Correct menu item count
2019-10-14 11:19:01 +08:00
splash5
423f8dfb19
Add some description about cartridge pinout
2019-10-14 01:26:50 +08:00
splash5
5e77331912
Patching header for some games
...
(No affect on rom file dumping)
2019-10-13 02:02:49 +08:00
splash5
92c7a41c97
Fix typo again
2019-10-11 22:13:10 +08:00
splash5
5c1d28a0d6
Fix typo
2019-10-11 21:15:59 +08:00
splash5
1771104fe5
Add WonderSwan support
2019-10-11 20:57:23 +08:00
splash5
0712e8e5ae
Add "showCartInfo_GB" function
2019-10-07 11:34:55 +08:00
splash5
6fcd374e2a
Add support for AM29F400AB, E28FXXXJ3A and AM29LV033C
...
(E28FXXXJ3A and AM29LV033C need custom adapter)
2019-10-07 11:34:41 +08:00
splash5
991c7f8d6c
Fix buffer overflow in fileBrowser
2019-10-07 11:34:22 +08:00
sanni
faccad90c3
Move needed libraries into Releases
2019-10-04 12:57:52 +02:00
sanni
ee730623fc
Add Realtec Mapper to MD.ino thx to skaman
2019-09-29 12:33:02 +02:00
sanni
5da151f072
Update SMS.ino
2019-09-27 23:01:45 +02:00
sanni
34d6871f7d
Set eeprom location for folder number to 0 again
2019-09-27 17:38:42 +02:00
sanni
1fe0b53a0d
V4.0: Add complete N64 Controller Test
2019-09-27 17:06:17 +02:00
sanni
f6f442f47a
Update README.md
2019-09-27 09:36:30 +02:00
sanni
adb2b6c56f
Update Cart_Reader.ino
2019-09-27 09:31:11 +02:00
splash5
edcbc842b3
Add support for MBM29F800BA/AM29F800BB and LH28F016SUT
2019-09-26 18:33:08 +08:00
splash5
a5f629df78
Add support for EMS GB Smart 32M flash cart
2019-09-26 13:38:03 +08:00
sanni
5d49302305
Update GB.ino
2019-09-22 08:33:55 +02:00
sanni
5ff1705faa
Update FLASH.ino
2019-09-22 08:32:58 +02:00
sanni
96ea8efb52
Update SMS.ino
2019-09-20 14:50:25 +02:00
sanni
c681fbaec3
V3.9: Add SMS
2019-09-20 14:30:57 +02:00
sanni
026e774b43
Update SMS.ino
2019-09-20 11:50:54 +02:00
sanni
4a2d3d81dc
Update SMS.ino
2019-09-20 11:16:53 +02:00
sanni
4555ce1da7
Update SMS.ino
2019-09-19 16:06:19 +02:00
sanni
8f2346f145
Update SMS.ino
2019-09-19 13:42:46 +02:00
sanni
6cb577e19f
Update NES.ino
2019-09-18 22:43:49 +02:00
Modman
1128720bdd
Update N64.ino
...
Included new strcmp function to ignore case when comparing checksums.
2019-09-17 13:01:05 -07:00
Robert Neumann
60cfbda563
N64: Blink LED for EEP operations (they do take a while and the blinking tells users that there is progress); silence warning on the bitmaps; convert use of Arduino's "not" to exclamation mark
2019-09-13 18:13:37 +02:00
Robert Neumann
29e8109606
SNES, MD: avoid dumping/writing 0 Byte files to SD card
2019-09-11 20:02:26 +02:00
sanni
ec13a58ec3
Get rid of compiler warning
2019-09-10 17:38:56 +02:00
sanni
41e9517504
Add tip to use Arduino AVR Boards Version 1.6.21
...
Current Arduino IDE has a bug preventing compiling at random times.
See: https://forum.arduino.cc/index.php?topic=595550.0
2019-09-08 20:41:56 +02:00