News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu
avatar_xesrjb

ImpDOS

Started by xesrjb, 11:58, 02 May 16

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Ast


Public version is not available for now.
Just wait for the public release.  :D
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast


My friends,


Here is an example of my work... Did you enjoy it ?


_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Token

Great job Ast. It's something I'll use with my CPC 464. Can you paste the commands? Maybe you implemented a /help?

Ast


@Token :


ùhlp display all you need to know... you're right !!!



_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast


Another test with "From Beyond" by Slash/Logon.


_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast


This starts working as i want...
Stay tuned...
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

lucsg6128

Quote from: Ast on 10:57, 10 March 17
Public version is not available for now.
Just wait for the public release.  :D

Hello AST,  have you an idea for the date of this public version  ;)
Thanks

Ast


@lucsg6128 :

incessamment sous peu  8)



_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Just added the "save" function.


Now :


|s,"file.xxx" -> save a basic file
|s,"file.xxx",&3200,&800,&32e0 -> save a binary file
Start = &3200
Lengh = &800
Exec = &32e0
-------
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Hi!


Today i need your help.
Since i have added the last command (|s), i have
discovered a strange bug.
Each command work correctly but when i do, for example, many commands as :
Save then Load, i've a strange bug because my Cpc freezes !
Why ? Have you any idea ?
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

arnoldemu

Quote from: Ast on 14:02, 16 March 17
Hi!


Today i need your help.
Since i have added the last command (|s), i have
discovered a strange bug.
Each command work correctly but when i do, for example, many commands as :
Save then Load, i've a strange bug because my Cpc freezes !
Why ? Have you any idea ?
I will happily debug it if you want to send me impdos via e-mail?

I am guessing, but maybe this helps?

- Do you use di/ei? Maybe ints are not turned back on again?
- do you change interrupts for firmware (write to 0038 to set your own interrupt handler)? Maybe this needs to be restored.
- maybe the cpc is waiting for answer from x-mass and the code is in a infinite loop?
- maybe the rom state has changed and firmware is confused if upper/lower rom is enabled or not?
- do you use af',bc',hl',de'?

My games. My Games
My website with coding examples: Unofficial Amstrad WWW Resource

SOS

Quote from: Ast on 14:02, 16 March 17
Save then Load, i've a strange bug because my Cpc freezes !
Why ? Have you any idea ?
Could you reproduce the bug in WinApe?

Ast

#37
Quote from: arnoldemu on 14:46, 16 March 17
I will happily debug it if you want to send me impdos via e-mail?

Thanks for your proposition  8)


Quote from: arnoldemu on 14:46, 16 March 17- Do you use di/ei? Maybe ints are not turned back on again?

I don't use di/ei


Quote from: arnoldemu on 14:46, 16 March 17- do you change interrupts for firmware (write to 0038 to set your own interrupt handler)? Maybe this needs to be restored.

I don't modify int



.
Quote from: arnoldemu on 14:46, 16 March 17- maybe the cpc is waiting for answer from x-mass and the code is in a infinite loop?
     
How to know it ?



Quote from: arnoldemu on 14:46, 16 March 17- maybe the rom state has changed and firmware is confused if upper/lower rom is enabled or not?
 
Why not ? Please give me information about this. Maybe I did something bad.
Quote from: arnoldemu on 14:46, 16 March 17- do you use af',bc',hl',de'?
 
of course, no!
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Quote from: SOS on 15:38, 16 March 17
Could you reproduce the bug in WinApe?
Sorry but iMPdos doesn't work inWinape. So...
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Quote from: arnoldemu on 14:46, 16 March 17

- do you use af',bc',hl',de'?


I use af' ! Sorry, but i had forgotten this point.
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Is it a mistake to use IY register in my Rom ? Must i use IX instead of IY ?
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

SOS

Quote from: Ast on 17:15, 16 March 17
Is it a mistake to use IY register in my Rom ? Must i use IX instead of IY ?
No.

I make heavy usage of both registers without a Problem.
(i think, Amstrad/Locomotive Software doesn''t use IX+IY)

Ast

My problem is solved !!!!
Thanks for your great advices !
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

#43

Is someone ready to make iMPdos testing, feedback and bug reporting today ?

What do you need for your tests ?


-A real Amstrad Cpc/Cpc Plus
-An X-Mass
-An X-Mem (or Something else Rom/Ram)

The first answer wins the deal.
Thanks.
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

#44
Still on full Coding...
I am working Step by step and this rom begins to be something fine.
Thanks to hidden friends for Beta-testing iMPdos.
Bugs hunters are also welcomed.  ;D
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Just added |diff,"filename" which consists of
Looking at original file and the one copied on the X-Mass.
If there are No differences, a message will be displayed.
If there are differences, a message and the adress where
the file is different will be displayed.


I am still working on ascii adding to use 100%  OrgAms files on x-mass.


Stay tuned!
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

#46
Still wip, what do you need for your x-mass interface ?
Give me ideas, i will try to make your dreams true.
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

xesrjb

Any news, how to get a public/released version?


I'm still interessed...


xesrjb

,,The pellet with the poison's in the vessel with the pestle; the chalice from the palace has the brew that is true."

Ast

You will have to wait some week.
I am on holidays... so...
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Ast

Here comes some up to date news : http://amstradplus.forumforever.com/t293-iMPdos.htm?start=30#p5242
(french only! but google translate is your friend too ?)
_____________________

Ast/iMP4CT. "By the power of Grayskull, i've the power"

http://amstradplus.forumforever.com/index.php
http://impdos.wikidot.com/
http://impdraw.wikidot.com/

All friends are welcome !

Powered by SMFPacks Menu Editor Mod