June 8th 1997 |
I prefer beginning tomorrow... :) |
June 9th 1997 |
CDROM routines are done (some CDs like Wipeout´2097 at Prodigy´s track don´t work properly) |
June 10th 1997 |
XMS routines are done (pointers seems to hang up my system sometimes :P ). |
June 11th 1997 |
SVGA routines done (slooooooow... not VESA 2.0). |
June 12th 1997 |
Found R3000A stuff at R3000. Not enough for me :). I was given the URL by Duddie. |
June 13th 1997 |
I´ve "tried" to download information about OpenGL, but they are around 200 files (opengl org. could join all in a ZIP... :). I was given the URL by Nicolas Plourde. |
June 14th 1997 |
Another way to use XMS memory. It seems to work... today - cross your fingers :) |
June 15th 1997 |
My web page is done in a day with MS - (I don't believe there is anything wrong with it :) |
June 16th 1997 |
The 32 registers of MIPS R3000A are emulated, and the following 73 instructions are also emulated. Thanks to the site given by Nicolas Plourde... ;) abs addu,addiu and,andi b bczt,bczf beq,beqz bge,bgeu,bgez ble,bleu,blez bgezal,bltzal blt,bltu,bltz bne,bnez divu j,jr jal,jalr lb,lbu lh,lhu li,lui lw mfhi,mflo move mthi,mtlo mul,mult,multu neg nop nor not or,ori rem,remu sb,sw seq,sne sge,sgeu sgt,sgtu sle,sleu sll,sllv slt,slti,sltu sra,srav srl,srlv subu xor,xori (and like everything that is programmed in just a few hours, these will be full of wonderful bugs ;) |
June 17th 1997 |
Some bugs have been fixed ;) |
June 18th 1997 |
EXE structure seems to be understood. add.d,add.s c.eq.d,c.eq.s c.le.d,c.le.s c.lt.d,c.lt.s cvt.d.s,cvt.d.w cvt.s.d,cvt.w.d div.d,div.s mov.d,mov.s mul.d,mul.s neg.d,neg.s sub.d,sub.s |
June 24th 1997 |
I have a rudimentary model of the internals of the PSX, but it will help nontheless. |
June 26th 1997 |
I´m translating the code to GNU C/C++... but GNU ASM is horrible :( |
June 28th 1997 |
GNU ASM is killing me :) |
June 30th 1997 |
Plourde has given me this site :) (a good one!). The page is owned by Sergio Moreira. |
July 26th 1997 |
GNU is deleted. I´m looking for Watcom. :) |
August 10th 1997 |
Nowadays, I'm still looking for Watcom... I can't compile code, so I use Turbo C/C++ instead :( |
August 13th 1997 |
I'm designing the GUI (under Turbo C/C++) :( |
August 14th 1997 |
I think R3000A CPU routines weren´t fast enough so I´m rewritting all the code (I hope Atlâant will convert PSX code into its own code to improve speed) |
August 18th 1997 |
The precompiler is getting faster everyday, now it can translate 500 Kb in less than 0.5 seconds |
August 19th 1997 |
I´ve Watcom C/C++ at least!! |
August 20th 1997 |
The Protected Mode routines are finished!. Now I can get big buffers (like a 15 Mbytes one ;) |
August 22th 1997 |
The VESA 2.0 routines now works perfectly. It was a little harder ;) |
August 24th 1997 |
The precompiler and joystick routines have been translated into Watcom C/C++. They seem to be slower now :( |
August 26th 1997 |
I´m going to translate now the Turbo C/C++ CD routines into Watcom C/C++ ones. |
August 27th 1997 |
I´ve tried to download the Yaroze SDK but I couldn't do it :( |
August 28th 1997 |
The CD Audio routines are finished. |
August 29th 1997 |
Added a new address with Yaroze SDK |
August 30th 1997 |
The mouse routines are been translated |
September 1st 1997 |
I´m going to rip the TIM format file |
September 2nd 1997 |
The following screen modes (NTSC) are now emulated: Mode 0 - 256x240 - 16/24 bits Mode 1 - 320x240 - 16/24 bits Mode 2 - 512x240 - 16/24 bits Mode 3 - 640x240 - 16/24 bits Mode 4 - 256x480 - 16/24 bits Mode 5 - 320x480 - 16/24 bits Mode 6 - 512x480 - 16/24 bits Mode 7 - 640x480 - 16/24 bits |
September 3rd 1997 |
All TIM structure is already ripped. I hope put the info on the technical area in these days |
September 4th 1997 |
I have some troubles with the precompiler, so I'm writing a standard CPU emulation for first Atlâant releases only. Later, I'll use the precompiler |
September 5th 1997 |
I can read the EXEs fully now |
September 7th 1997 |
I've fixed a bug in the VESA 2.0 routines. Now, Atlâant should be more compatible |
September 10th 1997 |
Almost of the memory of the PSX is now emulated |
September 12th 1997 |
The GUI run about 35 fps yesterday, but today, I´ve put more data on screen, so GUI slow down to 20 fps :(. I have to translate it into ASM |
September 14th 1997 |
The GUI is about 50% for finished, the debugger (it works fully) about the 90%, and the R3000 emulation in a 70% |
September 15th 1997 |
The best of the week, I'll release a public version at the end of this month :) |
September 18th 1997 |
Well, I'm trying to do an findfile/findnext since three days. I use Watcom C/C++ 10.00 with this code:
|
September 25th 1997 |
I´ve fixed some bugs with the GUI |
September 26th 1997 |
My birthday! :´) ... I´m 19 years old since now |
September 27th 1997 |
I'm illness since the night before... I hoped to release the emulator before October, but I cannot finish it so :( |
September 28th 1997 |
The SoundBlaster routines hangs up my computer :( ... I'll see if I can fix them soon |
September 29th 1997 |
Additional effort of the new look of the page is brought to you by Mark Jackson (|WiNFiX|) |
September 30th 1997 |
I've changed minor code which has speeded up the GUI 17 frames per second. Now, the GUI runs at 35 frames per second with my P133 without using ASM |
October 2nd 1997 |
I've updated the memory layout. Now I've the RAM memory, the ROM, the PAD and HARD, and the parallel port ones |
October 4th 1997 |
I cannot emulate some CPU opcodes because I don't know how they work... (LL,SC,SYNC) |
October 6th 1997 |
I've uploaded another release of the ATLTIM (more compatible) |
October 7th 1997 |
Look this MMX URL :9~~ |
October 10th 1997 |
I'm in University since a week ago. This is the worst thing I could do for Atlâant... I leave home at 08:00 AM and I return at 10:00 PM :( |
October 18th 1997 |
I'm in University since a two weeks ago. This is the best thing I could do for Atlâant... HEHEHE! I've put Watcom into my 2 mbytes account ]:) so I can code at University! |
November 09th 1997 |
Well, I want to apologize for this update... I'd really a lot of work and I haven't done even a few of code. I'm sorry :( |
November 16th 1997 |
Added the gallery section ... enjoy! ;) |
December 08th 1997 |
I've integrated the sound library called MIDAS (from Sahara Surfers) into the Atlâant source codes, according with many emails I've recieved |
December 09th 1997 |
My ICQ number is 5903232 |
December 21th 1997 |
Debugger is already finished |
December 22th 1997 |
3 days left :) |
December 25th 1997 |
Well, the first public release will be out in these days |
December 28th 1997 |
I've added more pics and musics into the gallery |
January 04th 1998 |
The picture of above is a snapshot of the current emulator but I've added a new program here. It's a debugger. |
February 2nd 1998 |
The fact is that I have exams, so I cant code anything |