-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexamples.txt
77 lines (63 loc) · 2.43 KB
/
examples.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
future examples
================================================================================
[Fix Layer]
(Intermediate)
* Making your own MESS_OUT
--------------------------------------------------------------------------------
(Expert)
* Fix Bankswitching (NEO-CMC 42 and 50)
================================================================================
[Sprites]
* "Zooming" sprites
================================================================================
[Palette]
(Intermediate)
* Palette Effects
--------------------------------------------------------------------------------
(Expert)
* Mid-frame Palette Changes (hblank abuse?)
* Faking Blending?
* Careful usage of colors + fake transparency
================================================================================
[Input]
(Intermediate)
* Using Input Registers
* Mahjong Controller (maybe expert?)
--------------------------------------------------------------------------------
(Expert)
* Trackball
* 4-Player (e.g. Kizuna Encounter)
* Link Play (e.g. League Bowling, Riding Hero)
================================================================================
[Backgrounds]
* freemlib Layer System
* Scrolling backgrounds
================================================================================
[Memory Cards]
there should probably be an example dedicated to memory card/backup memory usage.
================================================================================
[Sound]
(Intermediate)
* Introduction to Neo-Geo sound hardware
* SSG (no external data required)
* ADPCM (external data required)
* FM (requires FM synthesis programming knowledge, thus the hardest part)
* MVSTracker (apparently doesn't work on real hardware)
--------------------------------------------------------------------------------
(Expert)
* Writing a sound driver
================================================================================
[MVS]
* MVS Backup RAM
* Testing in a multi-slot configuration
================================================================================
[Home/AES]
================================================================================
[CD]
* Basic Differences between CD and Cart systems
* CD-only BIOS calls
* DRAM uploading
================================================================================
[Development]
* The Debug BIOS and You
* MAME/MESS Debugger