The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.31 (Linux)
|
![]() |
NGPC Development - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Neo Geo Pocket (https://forum.freeplaytech.com/forumdisplay.php?fid=1) +--- Forum: Software Development (https://forum.freeplaytech.com/forumdisplay.php?fid=4) +--- Thread: NGPC Development (/showthread.php?tid=4564) Pages:
1
2
|
RE: NGPC Development - philhp - 04-15-2018 (04-15-2018, 01:00 AM)shicky256 Wrote:(04-14-2018, 07:17 AM)philhp Wrote: Hello,Replace the T900 folder with this one. it works ! Thanks very much ![]() RE: NGPC Development - Ahchay - 04-16-2018 Yes, I should probably mention that - thanks Shicky. It works best if you take the original T900 folder and add in the contents of the new one. RE: NGPC Development - philhp - 04-18-2018 i currently looking K2GE (color chip) regsiters using documentations everything is well documented except for : 8100->8107 : Sprite Palette Table (Mono, 2 x 4 entry palettes (Shade = bit 0-2 of byte)) 8108->810F : Scroll 1 Palette Table (Mono, 2 x 4 entry palettes (Shade = bit 0-2 of byte)) 8110->8117 : Scroll 2 Palette Table (Mono, 2 x 4 entry palettes (Shade = bit 0-2 of byte)) i dont understand yet what is meaning. 8 bytes , and for each byte only 2 bits used. because Color palette is already defined on : 8200->827F : Sprite Palette Table (64max) 8280->82FF : Scroll 1 Palette Table (64max) 8300->837F : Scroll 2 Palette Table (64max) on some documentations a see : 8100 palette LUT for sprites (LUT : LookUpTable) 8108 palette LUT Scroll 1 8110 palette LUT Scroll 2 RE: NGPC Development - Loïc - 04-18-2018 (04-18-2018, 06:17 AM)philhp Wrote: i currently looking K2GE (color chip) regsiters using documentations Hi, 0x8100 to 0x8117 are for the B&W NeoGeo Pocket (K1GE). It's similar to the color version, it defines transparancy + 3 shades of grey instead of RGB color. If you intend to develop for the color version, you don't need them. Loïc. RE: NGPC Development - philhp - 04-20-2018 Ok Thanks ! RE: NGPC Development - Flavor - 07-13-2018 There's a new tool that @KanedaFr posted in https://forum.freeplaytech.com/showthread.php?tid=4642 Maybe check it out and leave comments there. RE: NGPC Development - KeiDash - 10-10-2018 This is a T900 for x64 arquitecture? EDITED: OMG!! I just try it on my Win10 x64 and works perfectly. I was looking for this compatible T900 binaries for x64 operative systems many many time This changes everithing for me, many thanks |