Commit graph

945 commits

Author SHA1 Message Date
Nicolas Pixel Noble
c6ca350b8b Fixing pattern break. 2021-02-12 11:19:14 -08:00
Nicolas Pixel Noble
3d61bc96fb Proper proper timings, for realzies this time. 2021-02-12 11:18:55 -08:00
Nicolas 'Pixel' Noble
7c1c1066ef Better demo settings. 2021-02-11 22:58:53 -08:00
Nicolas 'Pixel' Noble
8739149623 Adding comments and fixing a bug with ECx 2021-02-11 22:10:22 -08:00
Nicolas 'Pixel' Noble
abcc942026 Fixing effect EFx: pattern delay. 2021-02-11 21:07:07 -08:00
Nicolas Pixel Noble
67d2c95f8d Proper timings. 2021-02-11 18:23:56 -08:00
Nicolas 'Pixel' Noble
2d34542a2b Adding demo warning. 2021-02-11 18:02:50 -08:00
Nicolas 'Pixel' Noble
f2ced73890 Some optimization / improvements. 2021-02-11 17:59:28 -08:00
Nicolas 'Pixel' Noble
1a305f5c32 Adding a small README. 2021-02-10 23:15:04 -08:00
Nicolas 'Pixel' Noble
ec57543192 Formatting. 2021-02-10 22:38:46 -08:00
Nicolas 'Pixel' Noble
eebce0693c Forgot one condition from the decompilation. 2021-02-10 22:38:33 -08:00
Nicolas 'Pixel' Noble
f2b6707d15 Proper word expansion. 2021-02-10 22:38:17 -08:00
Nicolas 'Pixel' Noble
5060c0412b Properly reading from big endian. 2021-02-10 22:38:00 -08:00
Nicolas Pixel Noble
9e8830107c Demo code + few fixes & tweaks. 2021-02-10 17:32:36 -08:00
Nicolas 'Pixel' Noble
5e492177a9 MODPLAY.BIN reversed 2021-02-10 00:21:53 -08:00
Nicolas 'Pixel' Noble
a4837dde48 Trying in 640x480. 2021-02-04 22:30:34 -08:00
Nicolas 'Pixel' Noble
fdddd8fa65 Sorting static model's quads. 2021-02-04 21:53:05 -08:00
Nicolas 'Pixel' Noble
824177081a Bug fixes, cleanup, and adjustments. 2021-02-04 21:38:53 -08:00
Nicolas 'Pixel' Noble
7438e99958 Animation completed 2021-02-03 00:25:15 -08:00
Nicolas 'Pixel' Noble
67ffef3ab6 Tweaks
- simplified hull algorithm a bit
- different scaling method
- better math representation
2021-02-01 20:39:21 -08:00
Nicolas 'Pixel' Noble
52db72114a Tiny shell 2021-02-01 05:37:25 -08:00
nicolasnoble
ea37047c48 [Chores] Format code 2021-01-27 07:31:55 +00:00
Nicolas 'Pixel' Noble
8f6fecbee8 More cleanup. 2021-01-26 22:30:29 -08:00
Nicolas 'Pixel' Noble
48566fca29 Allocator implementation. 2021-01-26 22:19:11 -08:00
Nicolas Pixel Noble
e1b9d262fb Starting to clean up the memory functions. 2021-01-26 20:02:16 -08:00
Nicolas 'Pixel' Noble
245cdb4821 Memory allocation wrappers. 2021-01-25 22:34:22 -08:00
nicolasnoble
27bc60e76d [Chores] Format code 2021-01-25 07:34:20 +00:00
Nicolas 'Pixel' Noble
0b65dfc189 One more patch 2021-01-24 22:38:40 -08:00
Nicolas 'Pixel' Noble
5ba7cc5bbb Some more OpenBIOS syscalls 2021-01-24 21:11:44 -08:00
nicolasnoble
590065bfb9 [Chores] Format code 2021-01-24 19:35:42 +00:00
Nicolas Noble
783da754a4
Include what you use 2021-01-24 10:43:07 -08:00
Nicolas Noble
f14e1e0b08
Include what you use 2021-01-24 09:56:06 -08:00
Nicolas 'Pixel' Noble
0dd3953469 Adjust a few more chores rules. 2021-01-23 23:07:34 -08:00
Nicolas 'Pixel' Noble
fed0f9e56a Adjusting chores a bit. 2021-01-23 22:47:07 -08:00
wheremyfoodat
88c132938f
Merge pull request #336 from wheremyfoodat/Blah
Accuracy fixes
2021-01-23 13:26:44 +02:00
Nicolas Pixel Noble
888b366564 Fixing lookup tables. 2021-01-23 01:45:31 -08:00
Nicolas 'Pixel' Noble
32915af328 Adding font files 2021-01-22 23:02:58 -08:00
Nicolas 'Pixel' Noble
cc66357023 Adding font stuff 2021-01-22 23:02:58 -08:00
wheremyfoodat
bf5cb456c7 [OpenBIOS] Used decimal values for POST in boot function for code consistency 2021-01-22 09:03:02 +02:00
Nicolas 'Pixel' Noble
dcfba6dfb2 Some more OpenBIOS compatibility work
- stub for sjis functions
- few more memory card stubs
- new patch discovered
2021-01-21 22:57:53 -08:00
Connor McLaughlin
5d9a770863 openbios: Stub for A(AB) (card_info)
Retail BIOS calls B(4D), waits for the card read to return
(takes several frames), A(A9), which eventually calls
DeliverEvent(0xF4000001, 0x100) when no card is inserted.

In other words, this event would never be delievered on the
same call to card_info(). But it seems to work well enough
to get many memory-card-probing games ingame, sometimes
with minor glitches (e.g. flickering menu text in FF7).
2021-01-21 19:38:56 +10:00
Nicolas 'Pixel' Noble
fa6a02b3f6 And some more patches 2021-01-20 22:16:39 -08:00
Nicolas Noble
b6ac9641c8
Merge pull request #329 from nicolasnoble/openbios-as-cart
Avoid boot-from-cart infinite loop.
2021-01-20 18:41:53 -08:00
Nicolas 'Pixel' Noble
1664164a16 Better pio structure 2021-01-20 18:19:37 -08:00
Nicolas 'Pixel' Noble
8a905cf915 Avoid boot-from-cart infinite loop.
Avoid boot-from-cart infinite loop.
2021-01-20 18:18:51 -08:00
Nicolas Pixel Noble
6489572aab Avoid boot-from-cart infinite loop. 2021-01-20 17:21:13 -08:00
Nicolas Noble
6d33d2af4b
Merge pull request #328 from nicolasnoble/tty-build
Adding command line switch to enable TTY
2021-01-19 23:13:00 -08:00
Nicolas 'Pixel' Noble
ed5d0de323 Adding command line switch to enable TTY 2021-01-19 22:37:25 -08:00
Nicolas 'Pixel' Noble
bddf42a58c Renaming files & functions to help with potential collisions 2021-01-19 22:25:50 -08:00
Nicolas 'Pixel' Noble
004953c316 More patches 2021-01-19 22:00:31 -08:00