Problem with "Speech!"

azesmbog
Mensajes: 319
Registrado: 17 Feb 2016, 23:07

Re: Problem with "Speech!"

Mensaje por azesmbog » 28 Sep 2017, 20:14

Наверное это оно
http://www.retrosoftware.co.uk/wiki/ind ... le=BeebSID
http://stardot.org.uk/forums/viewtopic. ... 390#p23025
Вопрос - как это добавить в BEEB.MMB ??

Vanfanel
Mensajes: 276
Registrado: 16 Oct 2016, 15:50

Re: Problem with "Speech!"

Mensaje por Vanfanel » 28 Sep 2017, 21:40

Но ... SID и синтезатор MUSIC 5000 действительно реализованы в ядре ???
Полный SID с фильтрами и все?

Человек, который спрашивает о добавлении программного обеспечения в BEEB.MMB, - это человек, Higgi:
viewtopic.php?f=43&t=1254

But... are SID and the MUSIC 5000 synthesizer really implemented in the core???
A complete SID with filters and all?

The person to ask about adding software to the BEEB.MMB is this man, Higgi:
viewtopic.php?f=43&t=1254

azesmbog
Mensajes: 319
Registrado: 17 Feb 2016, 23:07

Re: Problem with "Speech!"

Mensaje por azesmbog » 29 Sep 2017, 17:24

Vanfanel escribió:
But... are SID and the MUSIC 5000 synthesizer really implemented in the core???
A complete SID with filters and all?
Ну да, в исходниках это есть.
В Аcorn_Аtom SID звучит хорошо, здесь такая же модель SID
Проблема в том , что я не могу запустить ядро hoglet на Altera DE-1, у меня черный экран, нет изображения :( :?
или flash rom не правильно загружаю, или ядро не совместимо с моим DE1 :))
вот когда запущу, тогда можно будет подумать о портировании ядра hoglet обратно на Xilinx
BEEB.MMB c одним диском я сделал, файл запускается, но музыка не играет и зависает, видимо SID не совместим с ядром от Quest

Avatar de Usuario
bakoulis
Mensajes: 187
Registrado: 12 Sep 2016, 10:36

Re: Problem with "Speech!"

Mensaje por bakoulis » 31 Oct 2017, 08:58

azesmbog escribió:
bakoulis escribió: I don't know how to build one myself.
ну я то знаю, как построить, только мне проверять не на чем :)
Так что - на свой страх и риск. ;)
На моей devboard работает нормально.
Can you please build the same core, but with the MMFS rom instead the Smart SPI?
Some games works fine with Smart SPI, but other games needs MMFS to work properly.
So, we have to put the SPI BBC core on a slot of ZX1 and the MMFS BBC core on another slot for maximum compatibility.
:maestro:

Vanfanel
Mensajes: 276
Registrado: 16 Oct 2016, 15:50

Re: Problem with "Speech!"

Mensaje por Vanfanel » 05 Nov 2017, 14:56

@azesmbog: I would also love to have an MMFS version of the core, but I don't know how to build it. Could you to an MMFS version with the latest sources, please? :)

azesmbog
Mensajes: 319
Registrado: 17 Feb 2016, 23:07

Re: Problem with "Speech!"

Mensaje por azesmbog » 05 Nov 2017, 18:30

*del*
Это я прочитал
http://stardot.org.uk/forums/viewtopic. ... &start=330
и это
vanfanel wrote:
@hoglet: Thanks! I don't really know how hard swiching from SPI to MMFS would be. Is it as easy as swapping the used ROM or does it also need a different SD access system implementation?

You just need to swap the ROM image.
Проблема в том, что ROM image генерируется в Linux следующим командным файлом:

Código: Seleccionar todo

cat smartmmc.rom.20151002 basic2.rom os12.rom os12.rom |  xxd -c1 -b | cut -c10-17 > rom_image.mif
из 4 файлов создается один большой, потом из него HEX файл делают(xxd) и потом "отрезают" (cute) все лишнее
Я с Linux не очень то дружу, но могу попробовать.
я так понимаю надо заменить первый ROM smartmmc.rom.20151002
Внимание, вопрос! :) На ЧТО менять???:) Будем менять на файл swmmfs.rom отсюда ?
https://github.com/hoglet67/BeebFpga/tr ... /roms/bbcb
на этом должно быть и все?
И да, может у меня UBUNTU неправильная, но команда cut -c10-17 отрезает неправильно :)))))))
Upd^
У меня получилось вот так
Imagen
Как проверять дальше?? На чем и какие файлы, какие команды?
Última edición por azesmbog el 05 Nov 2017, 21:29, editado 4 veces en total.

Vanfanel
Mensajes: 276
Registrado: 16 Oct 2016, 15:50

Re: Problem with "Speech!"

Mensaje por Vanfanel » 05 Nov 2017, 19:09

@azesmbog: I have asked Hoglet here:
http://stardot.org.uk/forums/viewtopic. ... 66#p185066

Let's hope he can give us instructions! :)

azesmbog
Mensajes: 319
Registrado: 17 Feb 2016, 23:07

Re: Problem with "Speech!"

Mensaje por azesmbog » 05 Nov 2017, 19:21

Código: Seleccionar todo

cat swmmfs.rom basic2.rom os12.rom os12.rom |  xxd -c1 -b | cut -c11-18 > rom_image.mif
команда такая получилась , cut все же пришлось передвинуть вправо на позицию

Vanfanel
Mensajes: 276
Registrado: 16 Oct 2016, 15:50

Re: Problem with "Speech!"

Mensaje por Vanfanel » 05 Nov 2017, 19:30

@azesmbog: Does *MENU command work? (You have to use the asterisk)
You have to put this file on the SD card, and it must be the FIRST file on the card:
http://stardot.org.uk/files/mmb/higgy_mmbeeb-v1.0.zip

The file must be on the SD for the *MENU to work.

Vanfanel
Mensajes: 276
Registrado: 16 Oct 2016, 15:50

Re: Problem with "Speech!"

Mensaje por Vanfanel » 05 Nov 2017, 19:32

@Azesmbog: Hoglet says you should use another MMFS ROM instead.
The ROM you must use is U/MMFS.rom, inside this ZIP:
ttps://github.com/hoglet67/MMFS/releases/download/mmfs_1_36_0/mmfs_1_36_20170422_1801.zip

Responder