Pancio thank You for support!!! Please register.

https://i.ibb.co/XFY3RhL/20210926-192908.jpg

Hello.
I started https://www.8bitbay.com retro computers & consoles classfieds/marketplace. There is Atari section too. Please tell all friends about it. Its free and simple. Support my project. Have a nice day!

103

(19 odpowiedzi, napisanych Fabryka - 8bit)

Will post more tools soon.

Texas Instrument SN  soundchip
https://www.smspower.org/Music/Mod2PSG

AdlibTracker2 (mirror working)
https://web.archive.org/web/20201201183 … nloads.php

Opl2 Opl3 EdlibTracker
https://www.3eality.com/productions/rea … ib-tracker

SegaMegadrive ym2612
http://chipwiki.ru/soft/vgmmaker11.zip

104

(19 odpowiedzi, napisanych Fabryka - 8bit)

Czesc Candle. Want buy 2x each of them also 2xsplitter. Also I have 10x ymf262 and 10x yac dac If Lotharek needs. Pozdrawujem. Matej^Elan/Atari.Ooo

Some crossplatform Trackers:
Deflemask Ym2151
https://deflemask.com/
Saa1099 Tracker
https://saa1099tracker.borik.net/
https://github.com/mborik/SAA1099Tracker
YM/AY ARKOS Tracker2
https://www.julien-nevo.com/arkostracker/
Ym2203 Fm
http://lmao.rotfl.at/upload/B00daW/tfmmaker_v152.zip
Saa1099 LnxTracker2
Https://www.ilnx.cz/lnxtr/
Opl3 AdlibTracker2
Http://www.adlibtracker.net

105

(707 odpowiedzi, napisanych Fabryka - 8bit)

Poprosim 2szt (Slovakia)

106

(17 odpowiedzi, napisanych Software, Gry - 8bit)

Any new versions? Any EnoTracker news???

107

(8 odpowiedzi, napisanych Scena - 8bit)

Kolko moze mat 1 particia???

108

(8 odpowiedzi, napisanych Scena - 8bit)

A kde moze kupit taky adapter Pinokio???

109

(0 odpowiedzi, napisanych Różne)

I have created AtariPixelart server on Discord chat...
There will be: general chat, showcase, wip and tutorials channels.
https://discord.gg/uSve5Hd
Every month will be logo contest...

110

(0 odpowiedzi, napisanych Fabryka - 8bit)

There is floppy emulator using RaspberryPI.
http://www.abbuc.de/community/forum/vie … amp;t=7230

What about using it for:
- usb flash
- printer
- ethernet/wifi

And many more.Simply as universal docking station.Same as CosmosEX on ST???

111

(13 odpowiedzi, napisanych Fabryka - 8bit)

Yogi has made YMARI 2 XEL M-PBI version!
More here:
http://atariage.com/forums/topic/267000 … ?p=3797047

Moze zaslac do Slowacije???
A gumene klobuky do klavesnice pan nema?

113

(13 odpowiedzi, napisanych Fabryka - 8bit)

I wrote to author of epic OPL3 DOS tracker - ADLIBTRACKER2
http://www.adlibtracker.net/downloads.php

READ THIS FIRST!
A2M/A2T - file formats describtion:
http://adlibtracker.net/files/techinfo.htm

Sourcecode:
http://www.adlibtracker.net/files/at2_s … 6-2017.zip

When  professor XXL or HEAVEN or other scene engineer will do OPL3 A2M/A2T module player for YMari.
I will donate Him/Her with real YM262 OPL3 SB16 like card (ISA or PCI) plus 1x YMari cartridge for testing stuff
in His/Her demoscene laboratory...

114

(216 odpowiedzi, napisanych Fabryka - 8bit)

Mozete urobit video z TMC/MPT trackera a RMT trackera ako hraje POKEY???

115

(315 odpowiedzi, napisanych Fabryka - 8bit)

YOGI is working on m-PBI version of YMari opl3 soundcard for 1088XEL!

116

(8 odpowiedzi, napisanych Scena - 8bit)

What is your current setup?
Mine A130XE, Ultimate 1M, RasterSTEREO, RasterSDrive.
And 1x ST mouse, 1x competition pro joystick.
But I try to learn VBXE graph2font also I play with Altirra...

But I want to have VBXE and RAPIDUS in future...
And will do YMari...

117

(13 odpowiedzi, napisanych Fabryka - 8bit)

Re-pasting LGB/C64 opl2 player author:

part1:
Hi,

Nothing mystical about my *extremely* stupid player too much, and the source code is open since years, so no problem at all to grab it :) You can find it here:

https://github.com/lgblgblgb/c64-sfx-cartridge-player

The only issue can be, that since it's GPL, if you use it, or part of it, your work must be open source + GPL too, etc, but IANAL ;-P

Well, it sounds an interesting project (yours), but I am not so much a great help here, since I've never even used Atari (unfortunately, but I would love to have one) - but if you speak about 8 bit Atari computers, the CPU is still 65xx class, so maybe some other differences on the hardware should be learnt (Ehmm, I am over-optimistic enough here?). There are several minor points with my "player":

* in its core, it's really two STAs :) selecting the register number, and write it .... all the other part is the DRO file format "reader", which is simple enough, since it's basically a register dump like file format (of DOSBOX). Thus it's very easy to write a player like this, it's more a challenge if some wants to play a "decent" tracker like format ...
* this source is OLD, AFAIK does not even compile with modern ca65 as it should be (as it would create its own BASIC SYS stub for C64, some modification is needed)
* it cannot "load" anything, the DRO is INCBIN'ed ....
* really, this is good for demonstration only, eg, a DRO file format is also not so nice, as very large file sizes, etc etc
* I've already started a project for C64 (with the same hardware) to be able to play S3Ms instead, well, at least ones with "AdLib instruments" only. that is the mentioned "tracker like format" player, which is probably more close to have a sane player than this DRO thinggy ... Surely, other formats can be found as a good candidate for playing on OPL2/OPL3 not only "S3M with AdLib instruments only".

Some technical background: back in the time when I wrote that, I only read the "Adlib programming FAQ for PCs". There is 388h and 389h (if I remember correctly) ports for selecing OPL2 register, and read/write that register. Other than that there is a timing constraint to wait some time before write/read again. Also, the layout of the actual internal registers of the OPL chip. Then I thought, if SFX Sound Expander cartridge has some kind of similar chip, these theories can be used without _any_ change _but_ the I/O port of course (which is PC notion). And indeed, that seems to work, as expected. So it's just that ...

Sorry for the long mail, maybe too much information already :) But if you have question just ask ... I can't tell I have too much time recently for coding as well, but at least for writing insane mails, well, it seems I do ;-D

part2:
One additional note: I have the yet unfinished work to play S3M "with AdLib instruments only" on C64 + SFX expander cartridge. That code would be able to play S3M directly (ie, on-the fly "interpretation" of the so called "packed pattern format" since ScreamTracker for real decompresses it first, but it uses way too much memory in that way for my taste). However since it's not ready yet to do _anything_ it is not released yet. Also I find myself a bit dumb for implementing stuffs like "commands" in the patterns, but we will see ...

118

(5 odpowiedzi, napisanych Fabryka - 8bit)

One my friend is developing QuadPokey (16ch) interface also OctaPokey (32ch) interface...
Why? You can use 1 pokey as 1 ch too. To have new sound!!! Or more ch. for reverb, echos like fx.
He will write on AtariAge after tests...
On Deflemask 6people voted. Voting has bug sometimes shows results sometimes not.

119

(8 odpowiedzi, napisanych Scena - 8bit)

AMIGA - no thanks!
I have 4MB STE. So I dont need Amiga. Also I have PowerPC MAC 2xG5/8gb ram/256MB GPU/1TB HDD with MorphOS. So I dont really need any AMIGA at home. Maybe A500+Vampire+EmuTOS to have 100MHz ST.
MIKER - welcome!
Miker you are in! I know that you can do POKEY miracles!!! Anyone else?
Little inspiration 65c816 Apple2GS demo (I dont say its perfect but this is how VBXE+Rapidus demos will looks like):
https://www.youtube.com/watch?v=NEyrydIkBtw

120

(5 odpowiedzi, napisanych Fabryka - 8bit)

I will do 2x RMT and put them together in Audacity. Anyways there was quad pokey TMC2 version. See MadTeam website.

121

(13 odpowiedzi, napisanych Fabryka - 8bit)

I am sleepy too. Nighty night. I wrote too much. And to the c64 author too to provide us sourcecode. Will see... Miker I can do only Turbo Pascal on DOS! ASM is like extraterresterial talk to me...

122

(13 odpowiedzi, napisanych Fabryka - 8bit)

Here is nice c64 source:
http://chipmusic.org/forums/topic/4955/ … ing-opl-2/

Here is that OPL2 adlib player for C64 SFX expander...
http://csdb.dk/release/?id=119462

GIThub
https://github.com/lgblgblgb/c64-sfx-ca … layer/wiki

Author:
http://lgb.hu/

123

(8 odpowiedzi, napisanych Scena - 8bit)

What about "Team VBXE"???
VBXE+Rapidus+Ultimate1M+2xPokey+(YMari???) demogroup?
To support VBXE+65c816 and motivate people to buy it.
YMari too - when there will be OPL3 module player (music made in DOS Adlibtracker2 and
play on Atari+YMari)...

Using full VBXE resolutions / colors... And POKEY for music or sound effects.
YMari for music or sound effects.

So demos will be more colorful, more like on STE/AMIGA/MSX2.


I can do:
Pixelart in GRAFX2 (->graph2font,ataristudio)
Music in RMTtracker+Adlibtracker2

Some demos,intros,musicdisks,games...

124

(315 odpowiedzi, napisanych Fabryka - 8bit)

Or here are CZECH cases:
http://www.emko.cz/produkty/it-skrine/mini-itx

125

(315 odpowiedzi, napisanych Fabryka - 8bit)

From my AtariAge conversation:

ME>>
Hello Michael.
Can you write to Lotharek. Maybe He can produce 1088XEL+VBXE boards. He is doing Rapidus, VBXE, Ultimate 1M, MIST FPGA...
So why not 1088XEL. Maybe just for EU. Best will be to have more manufacturers (US+EU). Price (Postage+Service) will be cheaper for users. Also such strategy was on PC. And was sucessful... One platform more manufacturers...

Matej

Michael/Ataribits.Com>>
Hi Matej,

Not a bad idea. Keep in mind when this project is released anyone can build or produce it, and don't require permission from me to do so. So if you wish to talk to Lotharek yourself about what you are proposing, please proceed.

Michael

BTW guys you have in POLAND superb mini-itx case manufacturer:
http://zaber.com.pl/sentry/#gallery
MADE IN EUROPE...