Imagen

Se encontraron 162 coincidencias

por malikto999
22 Jun 2024 01:55
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

I have found this answer from malikto999 dated some time ago ... By the way, even if you switch to RAM mode, the DISK BASIC add-on code and system stack will remain in $7000-$7FFF. It's a hindrance, isn't it? Since it is better to use a wide range of contiguous memory, how about temporarily moving ...
por malikto999
19 Jun 2024 02:15
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

I'm late in joining the thread again... Regarding VSYNC of FM77AV, as everyone has followed, I posted a scanned image of the manual on August 23, 2023 in this thread. Honestly, I had forgotten that fact too. I wish I could search for my past posts. Anyway, I honestly don't have any knowledge about ...
por malikto999
04 Jun 2024 03:39
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

Hello, I am getting frustrated with a program that *always* ends returning to Basic with the awful message Syntax Error IN 10 I am not sure what could be causing that problem. I was thinking that maybe the program is big enough to be overwritting the Basic program area, so that once finished the ...
por malikto999
22 May 2024 08:46
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

2) Is there a way to use MMR from SUB? (very unlikely, but..) 4) Is there a way to change analog palette from SUB code? Since there is no I/O on the sub CPU side, I don't think it can be done directly. I think it is possible to request the main CPU to change the palette etc. as a return value for ...
por malikto999
22 May 2024 01:04
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

3) Can i use MMR on MAIN (mapping to other zones of memory, not VRAM) and use VRAM from SUB simultaneously? No matter how MMR is mapped on the main CPU, it doesn't matter to the sub CPU, so I don't think it's a problem. If you want to map the sub-CPU's memory to MMR, you need to HALT the sub-CPU ...
por malikto999
22 May 2024 00:57
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

2) Is there a way to use MMR from SUB? (very unlikely, but..) 4) Is there a way to change analog palette from SUB code? Since there is no I/O on the sub CPU side, I don't think it can be done directly. I think it is possible to request the main CPU to change the palette etc. as a return value for ...
por malikto999
22 May 2024 00:22
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

Regarding MAIN-SUB communication... I want to ask @malikto999 about shared memory and the likes. I understand, more or less, the ways of doing things between MAIN and SUB (throught IRQs Cancel/Attention, busy signal...), the "official way". I assume all answers would be a big "NO", but you never ...
por malikto999
06 May 2024 03:37
Foro: Fujitsu FM7
Tema: FM77AV - learning how to program it (english thread)
Respuestas: 396
Vistas: 29473

Re: FM77AV - learning how to program it (english thread)

I've been very busy until last month, but now that I have some time, I'm rereading the thread. I would like to add a little bit about the scroll function. The VRAM offset register (sub CPU $D40E-$D40F) is write-only, so you must save the previous offset value yourself in order to scroll continuously ...
por malikto999
06 May 2024 03:04
Foro: Fujitsu FM7
Tema: DISK (compilation) games to TAPE?
Respuestas: 7
Vistas: 750

Re: DISK (compilation) games to TAPE?

Xevious disk is in a proprietary format that is not an FBASIC file system, so you cannot open it with D77Manager.
I think the game loader is probably reading sectors of the disk directly, not the file format.
por malikto999
04 May 2024 18:50
Foro: Fujitsu FM7
Tema: DISK (compilation) games to TAPE?
Respuestas: 7
Vistas: 750

Re: DISK (compilation) games to TAPE?

I was curious, so I looked into the compilation disk I had. The disk file has a problem with the D88 format structure, and 0 is written in the number of sectors in the sector headers. I edited the compilation disk file binary so that it can be read by D77Manager. There are 4 files for Mr.HEADING ...
por malikto999
15 Mar 2024 14:41
Foro: Fujitsu FM7
Tema: CLOUD KINGDOM (クラウドキングダム) Unable to play :/
Respuestas: 27
Vistas: 1886

Re: CLOUD KINGDOM (クラウドキングダム) Unable to play :/

I made a disk version of the loader.
Boot CKINGDOM.D77 and run LOADM"LOADER",,R.
Thanks for the unusual game, opossumz!
por malikto999
15 Mar 2024 07:22
Foro: Fujitsu FM7
Tema: Disk Transfer from PC to FM77AV via USB
Respuestas: 115
Vistas: 7830

Re: Disk Transfer from PC to FM77AV via USB

This is late, I would like to add some information about the structure of the disk. For FBASIC, reserve the system area on tracks 0-1 of the 2D disk. TRK SCT 0 1-2 : IPL (FM77AV loads and executes only sector 1 from $100) 0 3 : ID ('S' for 2D, 'E' for 2DD), number of drives used in STARTUP file, and ...
por malikto999
08 Mar 2024 06:56
Foro: Fujitsu FM7
Tema: Disk Transfer from PC to FM77AV via USB
Respuestas: 115
Vistas: 7830

Re: Disk Transfer from PC to FM77AV via USB

Hi, thanks a lot! That's a very interesting info! So the computer should be able to read sectors using $FE08 at BOOT time, then the question is How does disquete resulting of the formatting program "FORMAT5E" differ with respect to a Luxsor disquette excluding the data bytes, of course. Should the ...
por malikto999
05 Mar 2024 06:44
Foro: Fujitsu FM7
Tema: Disk Transfer from PC to FM77AV via USB
Respuestas: 115
Vistas: 7830

Re: Disk Transfer from PC to FM77AV via USB

There is a detailed explanation of the FM77AV boot process on Haserin's website.(http://haserin09.la.coocan.jp/difference.html#INITIATORROM) (I have attached a text translating the parts related to booting the FM77AV.) FM77AV loads the initiator ROM to $6000-$7FFF at boot time. After initializing ...
por malikto999
03 Mar 2024 06:40
Foro: Fujitsu FM7
Tema: Disk Transfer from PC to FM77AV via USB
Respuestas: 115
Vistas: 7830

Re: Disk Transfer from PC to FM77AV via USB

I'm sorry, but the content of this thread was difficult, and I only occasionally checked the responses. It will take some time to re-read all the responses, so please be patient. By the way, the floppy disk that "Luxor" cannot read is 2D media, right? If you write a regular FBASIC disk with 256 ...
por malikto999
24 Feb 2024 02:54
Foro: Fujitsu FM7
Tema: CLOUD KINGDOM (クラウドキングダム) Unable to play :/
Respuestas: 27
Vistas: 1886

Re: CLOUD KINGDOM (クラウドキングダム) Unable to play :/

Maybe malikto999 can fix it? I'm not convinced the game is 100% busted... I really want to play this game since it was reviewed here... https://monochromeeffect.org/JVCC/2021/07/05/cloud-kingdom-for-fm-7/ ... Anyone has a dump from other source? On the same compilation disk I was able to run only ...

Ir a búsqueda avanzada