30 Commits

Author SHA1 Message Date
bbbbbr
4c00b176df Docs: sms/gg banking notes, coding guidelines, GBDKDIR, etc 2024-05-01 03:41:02 -07:00
bbbbbr
834df95f24 Docs: non-C folders with spaces, sdcc default data types 2023-07-17 14:57:22 -07:00
bbbbbr
23e644aff2 Docs: Mention reading from VRAM is not supported on the NES by GBDK 2023-06-28 14:31:41 -07:00
bbbbbr
7bc8c2f29a Docs: Add warning about reading from VRAM
- Improve doxygen @note styling
- Convert several entries of "Note:" to @note
- Fix incorrect link anchor for mac os security warning in faq
- Add some missing SDCC versions to older release notes
2023-06-07 02:21:40 -07:00
bbbbbr
4ca617c912 Docs: 4.2
- Add SGB 4 frame delay on startup notes in more places
- Improve DMG vs CGB phrasing
- Modernize mixing C and assembly sections a little
2023-05-02 00:46:16 -07:00
bbbbbr
594a477aa7 Docs: coding guidelines: sprintf to printf 2023-02-15 22:46:04 -08:00
bbbbbr
4d64ad9c01 Docs: Banked calling convention 2022-11-14 19:54:52 -08:00
bbbbbr
e95c165f01 Docs: Details about SHOW_WIN, calling conventions, sm83 PORT name
- Details about color() in drawing.h, more gbz80 to sm83 warning info, More port warnings

- More about calling convention changes
2022-09-08 16:41:51 -07:00
bbbbbr
e51f54de21 Docs: 4.1.0 Misc Updates 2022-08-14 23:15:02 -07:00
bbbbbr
e784f9ff9d Docs: header content and misc
- Notes about explicit cast to printf, sprintf, etc
- Clarify set_*_submap x,y parameters
- Link hide_sprite, hide_sprites_range, HIDE_SPRITES
- Note VBK_REG is cgb only
2022-06-12 00:46:59 -07:00
bbbbbr
d7019948aa Docs: Initial 4.1.0 migration notes, Release notes shim
- A little naming tidy up as well
- gbz80 to sm83 info
- calling convention change
2022-06-09 22:51:42 -07:00
bbbbbr
94abb204b7 Docs: Misc Banking, Coding, FAQ, etc updates 2022-06-09 21:59:54 -07:00
bbbbbr
b69dd4b434 Merge pull request #353 from zntfdr/docs/typos
[docs] Fix more typos
2022-06-04 11:52:43 -07:00
Federico Zanetello
53bf679eff fix delcare > declare 2022-06-04 17:11:54 +07:00
Federico Zanetello
6c760ed04f update gbdev.io url 2022-06-04 17:05:40 +07:00
Spence Churchill
b63f411675 Fix assembler -> assembly language 2022-05-23 11:29:06 -04:00
DaSalba
2d26a8ff0c Update 04_coding_guidelines.md
Fixed typos.
2022-02-13 12:54:47 +01:00
bbbbbr
21d74f9792 Change BGB_DEBUG related functions and examples to more generic EMU_DEBUG
- `bgb_emu.h` to `emu_debug.h`
- `BGB_*()` to `EMU_*()`
- add BGB_* aliases for EMU_ for backward compatibility
- convert bgb_emu.h to a shim for backward compatibility
2022-01-27 23:11:07 -08:00
bbbbbr
06e2f31954 Docs: Fix misc doxygen warnings and duplicate entries 2021-09-09 23:50:37 -07:00
bbbbbr
0ec10d6f18 Docs: misc updates (fixed point, release notes) 2021-09-08 22:30:12 -07:00
bbbbbr
e01c13d286 Docs: updates for 4.0.5
- Updates due to change in variable initialization
2021-09-08 14:54:19 -07:00
bbbbbr
f6b3bf7ef6 Docs: continuing 4.0.5 updates 2021-09-07 00:08:52 -07:00
Tim Gates
752aa410e2 docs: Fix a few typos
There are small typos in:
- docs/pages/04_coding_guidelines.md
- docs/pages/docs_index.md
- gbdk-lib/examples/ap/gb-dtmf/gb-dtmf.c
- gbdk-lib/examples/ap/metasprites/metasprites.c
- gbdk-lib/examples/gb/gb-dtmf/gb-dtmf.c
- gbdk-lib/examples/gb/metasprites/metasprites.c
- gbdk-lib/examples/gg/metasprites/metasprites.c
- gbdk-lib/examples/sms/metasprites/metasprites.c
- gbdk-lib/libc/time.c
- gbdk-support/gbcompress/gbcompress.c

Fixes:
- Should read `updates` rather than `udpates`.
- Should read `following` rather than `followin`.
- Should read `processing` rather than `procesing`.
- Should read `large` rather than `larege`.
- Should read `documentation` rather than `documenation`.
- Should read `completely` rather than `completly`.
2021-08-22 09:18:38 +10:00
bbbbbr
25e71470b4 Minor docs edits 2021-06-22 16:16:06 -07:00
bbbbbr
d3a50f809f docs: recommend bool / stdbool.h in guidelines 2021-06-08 19:05:14 -07:00
bbbbbr
38e3da2a13 docs: update to use of stdint.h types 2021-06-04 15:55:25 -07:00
bbbbbr
3eadfb10a5 Docs:
* Add info about const pointers and const vars
* Add entry discouraging users from #including .c files, use .h header files instead
* Categorize FAQ entries
* Add sound FX FAQ entry
* Add makebin mbc buffer-too-small FAQ entry
* joypad(): recommend toonly query once when checking multiple button states
* metasprites: recommend to clear remaining shadow_oam of sprites
2021-05-21 21:28:22 -07:00
Basxto
a44e4fbd2c Fix typo
and lcc doesn't allow space theer
2021-03-27 05:39:33 +01:00
bbbbbr
23be7c5ae4 Docs: initial version of auto-generated toolchain arguments page, drawing.h: add notes about valid coordinate range Re:#159, some optimization updates 2021-03-24 21:18:30 -07:00
bbbbbr
d807b2c7c3 Docs: rename markdown pages to fix latex to PDF chapter order 2021-03-20 20:38:50 -07:00