La recherche a retourné 95 résultats

par nitrofurano
07 avr. 2017 20:49
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

a screenshot while i can’t fix these bugs...
Image
(it was made firstly as a photo handtrace on Inkscape, and then exported as .png, and opened on Gimp, using a 8x10 grid as reference)
par nitrofurano
04 avr. 2017 22:12
Forum : Emulateurs et utilitaires
Sujet : [Emulation] Minitel 2
Réponses : 13
Vues : 7306

Re: [Emulation] Minitel 2

i can’t find minitel2 at https://github.com/mamedev/mame - where is it?
anway, seeing this hardware supported there would be really amazing! :)
par nitrofurano
04 avr. 2017 15:37
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

a small update, editing is still not accurate, needs lots of bug fixes i guess! :D
https://pastebin.com/raw/gQWYupr8
Image
(the picture were only opened there, it was edited on the old version and converted)
par nitrofurano
04 avr. 2017 00:11
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

(just in case if someone can’t extract La Tortue loading screen from the .k7 file, for using/testing on the editor as example - i hope there is no problem posting it here...)
par nitrofurano
03 avr. 2017 23:48
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

another update: - now it recognizes inverse bit from attributes (but it is still unable to use it when editing) - i cleaned the code a little bit - refresh button works! (it’s for when you edit setet/seteg, for example, since the whole display isn’t updated simultaneously when editing) http://i.xomf...
par nitrofurano
03 avr. 2017 23:46
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

i guess, sdlBasic didn’t change that much since then, mostly bugfixes, or perhaps more few commands added (please let me know if something goes wrong, since i helped sdlBasic development quite closely) (btw, "open" and "save" buttons might not work for opening/saving files becaus...
par nitrofurano
03 avr. 2017 16:28
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

almost fixed
Image
(some tiles appears inverted)
https://pastebin.com/raw/numNiQex
par nitrofurano
02 avr. 2017 23:17
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

opening it from the “new version” of my editor:
https://pastebin.com/raw/HJRqXW8B
Image
(as seen, still have some very visible bugs to be fixed.... :S )
par nitrofurano
02 avr. 2017 20:34
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

i guess i’m going to focus on “La Tortue” format instead
(anyway, i still need to know how “Salut l’Artiste” format works, and why does it waste 2kb...)
soon i’m going to “fix” the editor
par nitrofurano
01 avr. 2017 23:54
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

btw, the picture data arrangement from Tortues.k7 seems interesting ( about 4kb starting from offset 153) - starts with setet (960 bytes), then seteg (960), then 2000 bytes (text and attribute alternated) - i might be wrong, but it looks like that for now, opening that, converted to the format i wer...
par nitrofurano
01 avr. 2017 19:37
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

the information from .mrx file seems a bit confusing - i tried to use this example for that, and analyzing the resulting .mrx file in a hex editor - seems to have a lot of “data noise” around, and i struggled to find the setet/seteg information (like 960 bytes area filled with 0x11 and another with ...
par nitrofurano
30 mars 2017 23:33
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

playing around a bit more...
Image
Image
par nitrofurano
30 mars 2017 10:13
Forum : Emulateurs et utilitaires
Sujet : [VG5000] picture editor like cgedit (mz700)
Réponses : 28
Vues : 10984

Re: [VG5000] picture editor like cgedit (mz700)

perhaps we could extract these pictures from .mrx files, couldn’t we? :D (i imagine that .mrx files also contains ef9345 memory dump?)
but anyway, i think i’m not “losing time” using this “editor”, since i need to test it as well