Commit Graph

211 Commits

Author SHA1 Message Date
ariahiro64
9bcfface78
Merge pull request #1 from networkfusion/aria-pr-improvemnets
Improve code style
2023-10-21 01:09:26 -04:00
Robin Jones
a5d9f7d069 Improve error conditions 2023-10-21 02:11:13 +01:00
Robin Jones
d677712b51 Finish state conversion
for last save path
(hopefully not broken).
2023-10-21 01:57:50 +01:00
Robin Jones
1daa664fe0 Minor comment improvements 2023-10-21 01:11:37 +01:00
Robin Jones
ff218daa09 Move to struct for reset and fram state. 2023-10-21 00:44:28 +01:00
Robin Jones
7b4a675193 Add state ini (not used yet)
prefix temp files with ed_ for the moment.
2023-10-20 23:52:27 +01:00
Robin Jones
0f17c610e0 Code style
Also fixes ed64_ll_set_ram_bank
2023-10-20 22:30:17 +01:00
Robin Jones
d0875e4a36 Remove un-necessary header 2023-10-20 22:30:00 +01:00
Robin Jones
f75a26ad12 Move sd timings 2023-10-20 22:29:59 +01:00
Robin Jones
11d90fdc1a Improve code style
Function names.
file names.
things included in header.
2023-10-20 21:07:35 +01:00
ariahiro64
9ef2f2d8a4 hotfix 2023-10-20 04:49:34 -04:00
ariahiro64
ef8d86b7e4 dinosaur planet working 2023-10-20 04:32:26 -04:00
ariahiro64
f49f7a47f3 fixed sram 128 and added suggested changes 2023-10-19 08:13:06 -04:00
ariahiro64
c30fc873b0
Update src/flashcart/ed64/ed64.c
Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2023-10-19 02:59:43 -04:00
ariahiro64
8f8b9ad31b
Update src/flashcart/ed64/ed64.c
Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2023-10-19 02:58:08 -04:00
ariahiro64
e76e11db7e
Update src/flashcart/ed64/ed64.c
Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2023-10-19 02:56:50 -04:00
ariahiro64
66668aa221
Update src/menu/cart_load.c
remove whitespace

Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2023-10-19 02:45:55 -04:00
ariahiro64
3d61ed89f1 use libdragon io 2023-10-17 09:10:17 -04:00
ariahiro64
35e4727c16 flash ram fixed 2023-10-17 07:32:48 -04:00
ariahiro64
075a204a82 fix 2023-10-16 23:09:48 -04:00
ariahiro64
dfc0a92013 remove bloat 2023-10-16 22:16:00 -04:00
ariahiro64
64762bbcf7 remove types.h 2023-10-16 20:50:09 -04:00
ariahiro64
346371afa5 cleaned up code slightly 2023-10-15 20:48:30 -04:00
ariahiro64
01b802ea41 fully working 2023-10-15 19:25:51 -04:00
ariahiro64
df3baa3110 working but needs testing 2023-10-15 18:13:04 -04:00
ariahiro64
1505c1ebdf working but hardcodded 2023-10-15 17:54:17 -04:00
ariahiro64
a2b3003605 account for games that dont save 2023-10-15 09:52:56 -04:00
ariahiro64
3036513094 fix warnings 2023-10-15 09:29:39 -04:00
ariahiro64
5099642e3a unless path hardcodded not working 2023-10-15 08:31:17 -04:00
ariahiro64
ef99dcef60 bump 2023-10-14 21:44:28 -04:00
Robin Jones
72773a416a Merge remote-tracking branch 'upstream/main' into ed64-basic 2023-10-14 17:04:57 +01:00
Robin Jones
db7809d812 Add settings (not used yet).
Improve comments for ED64 saves.
2023-10-14 17:03:44 +01:00
ariahiro64
37f32bd2e6 really rough prototype code 2023-10-13 13:53:00 -04:00
ariahiro64
5f55eecf9d Merge remote-tracking branch 'networkfusion/ed64-basic' into HEAD 2023-10-13 04:19:21 -04:00
Mateusz Faderewski
7e5418a6e9
Added video showcase in the README.md 2023-10-13 08:29:36 +02:00
Robin Jones
8b3d092ac6 Add fixme notes for save restore 2023-10-10 23:41:24 +01:00
ariahiro64
034233547e
Fix saves on ED64 (#7) 2023-10-10 22:54:55 +01:00
Robin Jones
13756a9dd9 Further improve ROM loading ability.
Add fixme for why it might be broken.
2023-10-10 22:46:56 +01:00
ariahiro64
0ba36f59d4 Merge remote-tracking branch 'networkfusion/ed64-basic' into ed64-basic 2023-10-10 17:21:17 -04:00
Robin Jones
7de97a4da6 Fix loading. 2023-10-10 22:16:42 +01:00
ariahiro64
17132dd3e6 Fix saves for real 2023-10-10 20:49:29 +00:00
Robin Jones
23b371acb1 Merge remote-tracking branch 'upstream/main' into ed64-basic 2023-10-10 21:32:57 +01:00
Robin Jones
fbe387eafc Add required changes before merge 2023-10-10 21:29:03 +01:00
Robin Jones
e9ee294327
Improve readme. 2023-10-10 20:52:19 +01:00
Mateusz Faderewski
1eb654d1c1
64DD disk loading support for SummerCart64 (#49) (and other fixes/improvements)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- What does this sample do? What problem does it solve? -->
<!--- If it fixes/closes/resolves an open issue, please link to the
issue here -->

## How Has This Been Tested?
<!-- (if applicable) -->
<!--- Please describe in detail how you tested your sample/changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots
<!-- (if appropriate): -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Improvement (non-breaking change that adds a new feature)
- [ ] Bug fix (fixes an issue)
- [ ] Breaking change (breaking change)
- [ ] Config and build (change in the configuration and build system,
has no impact on code or features)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.

<!--- It would be nice if you could sign off your contribution by
replacing the name with your GitHub user name and GitHub email contact.
-->
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>

---------

Signed-off-by: Polprzewodnikowy <sc@mateuszfaderewski.pl>
Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
2023-10-10 21:12:53 +02:00
Robin Jones
d3c5eabd17 Fix expected save type 2023-10-10 20:09:48 +01:00
Robin Jones
7abb7e6e8b Merge remote-tracking branch 'upstream/main' into ed64-basic 2023-10-10 20:03:54 +01:00
Robin Jones
dfa4a7c237
Update README.md 2023-09-25 22:41:39 +01:00
Robin Jones
3044219fcd
Update README.md 2023-09-25 22:40:53 +01:00
Robin Jones
c36bd4197e
Add ability for 3 letter ID for boxart (#47)
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->
Allows boxart to be 3 letters by checking the "media type" if required.
It continues to be compatible with 2 letters.
Also update sodium64 rom address (changed in
d006af4870).

## Motivation and Context
<!--- What does this sample do? What problem does it solve? -->
<!--- If it fixes/closes/resolves an open issue, please link to the
issue here -->
Fixes an issue for at least `DZ` which shares the same ID between
Dezaemon 3D for the 64DD and Duke Nukem: Zero Hour Cartridge.

## How Has This Been Tested?
<!-- (if applicable) -->
<!--- Please describe in detail how you tested your sample/changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots
<!-- (if appropriate): -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Improvement (non-breaking change that adds a new feature)
- [ ] Bug fix (fixes an issue)
- [ ] Breaking change (breaking change)
- [ ] Config and build (change in the configuration and build system,
has no impact on code or features)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [x] My code follows the code style of this project.
- [x] My change requires a change to the documentation.
- [x] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.

<!--- It would be nice if you could sign off your contribution by
replacing the name with your GitHub user name and GitHub email contact.
-->
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
2023-09-17 10:38:42 +02:00