al3x10m
|
1b1f082ce8
|
use flashloader's interface config files
|
2020-12-30 14:55:02 +01:00 |
|
Konrad Beckmann
|
16e8c25cdc
|
readme: Cleanup rom path info
|
2020-12-30 14:14:41 +01:00 |
|
Konrad Beckmann
|
a633703320
|
readme: Remove info about parse_roms.py
|
2020-12-30 14:14:03 +01:00 |
|
Konrad Beckmann
|
af5471dd7f
|
ci: Don't execute parse_roms.py, use make -j $(nproc)
|
2020-12-30 14:12:45 +01:00 |
|
Konrad Beckmann
|
cf8e032921
|
makefile: Use /usr/bin/env
|
2020-12-30 14:11:20 +01:00 |
|
Konrad Beckmann
|
9e781c5d59
|
makefile: Run parse_roms.py from the makefile
|
2020-12-30 02:51:12 +01:00 |
|
Konrad Beckmann
|
2c8283aae9
|
Enable large flash when building with LARGE_FLASH=1
|
2020-12-29 19:30:56 +01:00 |
|
Konrad Beckmann
|
531c32b340
|
parse_roms.py: Fix off-by-one
|
2020-12-29 17:07:06 +01:00 |
|
Konrad Beckmann
|
302647df98
|
Align saves with 4kB
|
2020-12-29 17:05:00 +01:00 |
|
Konrad Beckmann
|
2c3c566437
|
Support 4K, 32K and 64K flash erase
|
2020-12-29 17:02:43 +01:00 |
|
Konrad Beckmann
|
98954634b1
|
Fix warnings
|
2020-12-29 14:04:11 +01:00 |
|
simon
|
d1b528a310
|
Add comments about gb ram memorys
|
2020-12-29 13:11:26 +01:00 |
|
Konrad Beckmann
|
8007f91780
|
makefile: Use -ggdb3 for more debug information
|
2020-12-29 12:59:15 +01:00 |
|
Konrad Beckmann
|
fe85be396e
|
makefile: Check for dirty submodules when building
|
2020-12-29 12:43:49 +01:00 |
|
Konrad Beckmann
|
ef5c49e453
|
Fix typing hint
|
2020-12-29 03:52:08 +01:00 |
|
Konrad Beckmann
|
4086330559
|
readme: Fix text about how to use make
|
2020-12-29 03:47:41 +01:00 |
|
Konrad Beckmann
|
29451a18c1
|
gb: Support GBC
|
2020-12-29 03:41:26 +01:00 |
|
Konrad Beckmann
|
c1efeecc23
|
Correctly specify the audio buffer size to handle 50/60 Hz
|
2020-12-29 03:05:15 +01:00 |
|
Konrad Beckmann
|
d34667cae4
|
gb: Store actual number of bytes of state save
|
2020-12-29 00:12:22 +01:00 |
|
simon
|
0acbfd6da6
|
Parse gameboy rom file and store correct save size
|
2020-12-29 00:11:39 +01:00 |
|
Konrad Beckmann
|
027a895ebc
|
gb: Fix gb state save/load
|
2020-12-28 23:48:49 +01:00 |
|
miko
|
5b32c99d53
|
Added support for more PAL regions
To be more specific; Sweden, Germany, France, and Italy.
|
2020-12-28 22:31:35 +01:00 |
|
Konrad Beckmann
|
59b841ac7a
|
Include region in rom parsing
|
2020-12-28 21:59:47 +01:00 |
|
Konrad Beckmann
|
1d930d84a0
|
Default to 60 Hz
|
2020-12-28 21:58:08 +01:00 |
|
Konrad Beckmann
|
e4add4a4a4
|
nes: Support PAL and NTSC
|
2020-12-28 21:21:06 +01:00 |
|
Konrad Beckmann
|
e8c4662cfc
|
readme: Add known issues
|
2020-12-28 20:58:20 +01:00 |
|
Konrad Beckmann
|
eab137bcc5
|
readme: Include information about toolchain
|
2020-12-28 19:10:11 +01:00 |
|
Konrad Beckmann
|
50eef10615
|
Move nes mappers to the extflash
|
2020-12-28 19:09:45 +01:00 |
|
Konrad Beckmann
|
99863dda21
|
ci: Use sudo -E
|
2020-12-28 18:38:57 +01:00 |
|
Konrad Beckmann
|
67de08a97c
|
Use ubuntubuilder-arm
|
2020-12-28 18:38:55 +01:00 |
|
Konrad Beckmann
|
7155236cd4
|
Store odroid object files on the internal flash
Makes the BSOD more robust as the text rendering is stored in the internal flash.
|
2020-12-28 17:30:09 +01:00 |
|
Konrad Beckmann
|
46367ff1d5
|
Fix typo
|
2020-12-28 17:03:54 +01:00 |
|
Franz Levin
|
76b248e2a3
|
use dynamic array size
|
2020-12-28 15:38:15 +01:00 |
|
Franz Levin
|
84e74f5b1c
|
cleanup
|
2020-12-28 01:44:42 +01:00 |
|
Franz Levin
|
2c14ac5c7a
|
make verbose optional
|
2020-12-28 01:29:30 +01:00 |
|
Franz Levin
|
e47c06e11d
|
make readable output
|
2020-12-28 01:11:27 +01:00 |
|
Konrad Beckmann
|
ec2fe6b548
|
Fix dependency issues for githash.h
|
2020-12-28 00:56:31 +01:00 |
|
Konrad Beckmann
|
aff237dddc
|
Remove incorrect include
|
2020-12-28 00:10:16 +01:00 |
|
Konrad Beckmann
|
92f2daa71c
|
Use git describe to show dirty repos
|
2020-12-27 23:06:52 +01:00 |
|
Konrad Beckmann
|
714d989eae
|
Fix CI (properly)
|
2020-12-27 22:45:28 +01:00 |
|
Konrad Beckmann
|
ef3bcee72d
|
Fix CI
|
2020-12-27 22:39:05 +01:00 |
|
viral_dna
|
e6507c3191
|
Fix titles for games with periods "."
Titles such as `Ms. Pac-Man (USA)` no longer get cut off after the ".".
closes #23
|
2020-12-27 22:19:38 +01:00 |
|
Konrad Beckmann
|
896b14f9cc
|
Update githash correctly
closes #20
|
2020-12-27 22:16:02 +01:00 |
|
Jan Dumon
|
000bffde95
|
gb: use screen_blit_v3to5
|
2020-12-27 22:09:29 +01:00 |
|
Konrad Beckmann
|
bd02b964fe
|
Fix some additional warnings
|
2020-12-27 22:01:33 +01:00 |
|
Jan Dumon
|
e618b0d8ef
|
fixed compiler warnings
|
2020-12-27 19:54:48 +01:00 |
|
Konrad Beckmann
|
92f73530dd
|
Remove Makefile variants
|
2020-12-27 16:48:54 +01:00 |
|
Konrad Beckmann
|
399143906f
|
Fix CI
|
2020-12-27 16:46:31 +01:00 |
|
Konrad Beckmann
|
7edfa68260
|
makefile: use flash_multi.sh
|
2020-12-27 16:34:36 +01:00 |
|
Konrad Beckmann
|
2815b9a00a
|
BSOD: Reboot device after a button is pressed
|
2020-12-27 16:34:36 +01:00 |
|