--------------------
A Day at Moss Lake (Germany) [TeamEurope]
Das Angel-Abenteuer (Germany) [TeamEurope]
Bob der Baumeister - Bob und Heppo: Alles im Griff! (Germany) [TeamEurope]
Englisch Kurs - Let's go 1 (Germany) [TeamEurope]
Englisch Kurs - Let's go 2 (Germany) [TeamEurope]
A Day at Moss Lake (Germany) [TeamEurope]
* leapfrog_leappad_cart.xml: New NOT_WORKING software list additions
-------------------
Tad's Good Night (UK) [TeamEurope]
Disney Hüpf, Tigger, hüpf! (Germany) [TeamEurope]
Shrek (Germany) [TeamEurope]
Little Amadeus (Germany) [TeamEurope]
Disney Prinzessin - Prinzessinnen-Geschichten (Germany) [TeamEurope]
Also removed "I Know My abc's", since it's a "My First LeapPad" game, and not "LeapPad".
* Fix cart interface (nw)
* new NOT WORKING machines
---
XaviX Music & Circuit (XaviXPORT) [Sean Riddle, Peter Wilhelmsen]
Domyos Fitness Dance (Domyos Interactive System) [Sean Riddle, Peter Wilhelmsen]
also corrected name of jak_dor, this one os Nursery Rhyme Adventure, didn't realise there were 2 different Dora base units.
and fixed a few things in the ekara xml
* improved c2color documentation [zhongtiao1]
* (nw)
* DMA note (nw)
Useful for debugging purposes in the end - but not performance.
/*! Store input values in logic_terminal_t.
*
* Set to 1 to store values in logic_terminal_t instead of
* accessing them indirectly by pointer from logic_net_t.
* This approach is stricter and should identify bugs in
* the netlist core faster.
* By default it is disabled since it is not as fast as
* the default approach.
*
*/
#define USE_COPY_INSTEAD_OF_REFERENCE (0)
Adds new clones, and new BIOS versions for existing clones
TI-83 Premium CE (Boot Code 5.1.5.0014) [Julian Lachniet, critor]
TI-84 Plus C Silver Edition (Boot Code 4.2) [Julian Lachniet]
Some names and versions were also updated, as well as general code cleanup.
(nw) added missing comma, added newline at end, fixed typos.
1. Changes visual indications to make it nicer & quicker to use.
2. Adds selectable automatic pause capability to the cheat finder menu.
3. Allows the Test/Write poke to be changed
4. Adds another cheat format capability for cheat.simple (write support only)
--------------------------
Thomas & Friends - Thomas and the School Trip (UK) [TeamEurope]
Leap's Big Day (UK) [TeamEurope]
I Know My abc's (UK) (Dec 18 2002) [TeamEurope]
I Know My abc's (UK) (Feb 12 2002) [TeamEurope]
Joy Joy - The Jet Plane - High-Flying Adventures (UK) [TeamEurope]
The Foot Book - Based on the Book by Dr. Seuss (UK) [TeamEurope]
Vroom! Vroom! - On the Go (UK) [TeamEurope]
- Removed dead code.
- nltool now adds a define NLTOOL_VERSION. This can be tested in
netlists. It is used in kidniki to ensure I stop committing
debug parameters.
- Optimized the proposal for no-deactivate hints.
- Documented in breakout that hints were manually optimized.
- Minor optimizations in the order of 2% enhancement.