[#211] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@Thom75, post #207

No to teraz czekam tylko na wydanie 4.1 i w końcu poza MOS'em będę miał też OS4 :)
[#212] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #196

Nowy rok, nowa beta - dużo zmian.

Beta 1

- Lowered disk motor startup delay, more closer match with real hardware (at least matches some random drive in my A500)
- Memwatch points in KS ROM address space crashed during reset. (Wrong ROM mirror selection)
- A4000T NCR SCSI data bus width become 16-bit in cycle-exact mode. Caused write triggerable registers to start operation before full 32-bit value was written.
- Memwatch points didn't work in ROM addresses.
- CPU HALT state caused infinite loop in some configurations.
- 2900b16 68040 MMU MOVEM stack frame update was incorrect. (NetBSD crash, probably other Unix-likes too)
- Some 68000 MOVE variants seem to sample interrupt lines before writes and some after writes. Added special case for one variant, allows Made in Croatia / Binary to work in cycle-exact mode. Need more testing later, there does not seem to be any pattern.
- Last line sometimes flickered with random colors in "Double, fields/+" non-interlaced mode.
- RTG mode screenshots in 16-bit host color depth mode had wrong colors.
- Non-cycle exact modes with display vertical diw open but bitplane DMA disabled: in some situations display was corrupted or shifted. (Gloom AGA, Worms Directors Cut title screens)
- Directory filesystem exnext packet update didn't always work correctly if file was deleted during directory enumeration. (Which is technically illegal but it accidentally worked with OFS/FFS and become a feature..)
- Autoconfig space was not unmapped after it finished, broke during previous autoconfig rewrite.
- GUI didn't allow selection of custom SCSI ROM file.
- Completely rewritten CPU idle function, max CPU idle setting should now work without any slowdown side-effects, also lowest CPU idle state should be less than 10%. Please test.
- Last line is not special if A1000 Agnus. I was expecting this result when I noticed that A1000 sprite behavior is different in last line vs later Agnus models. A1000 Agnus: all visible lines are normal, later revisions: last line inhibits bitplane and sprite DMA. Real A1000 confirmed. I think this is last A1000 vs later Agnus revision undocumented difference.
- Small sprite update, only writes to SPRxCTL disarms sprite (I had special case for first DMA write to SPRxPOS too, only because it worked around another old bug..). Now OCS Agnus + ECS Denise + KS3.1 combination mouse cursor sprite corruption is 100% correct.
- On the fly media insertions are now serialized and only processed when Windows PnP manager reports idle state (Media mounting works even if it causes "installing drivers" phase) and multiple simultaneous media insertions also work reliably now (for example USB reader connected with multiple cards already inserted)
- First on the fly inserted device name becomes RDH0:, second RDH1: and so on. Previously number was next available directory filesystem unit number.
- Delay enumeration of inserted/removed input devices by 2 seconds. One removal or insertion can cause multiple device events (which is harmless but sometimes annoying)
- Picasso IV autoconfig missed special case, other boards are 16M in Z3 mode but PIV is 32M. Fixes incorrect address alignment if Z3 fast RAM is also enabled and size is less than 32M. (OS4 black screen hang)
- Picasso IV byteswap VRAM space didn't handle byte reads or writes correctly, only words and longs worked. (OS4 1024*768*16 screen mode glitches, possibly also other 16 bit modes)

New hardware emulated:

- GVP SCSI Series I and II hardware emulation (WD33C93), HC+8 board. v3.15 and v4.15 boot ROMs added to ROM scanner (gvpscsi.device). GVP SCSI enabled + Z2 fast RAM: use GVP Z2 fast ram autoconfig ID.
- DKB 1230/1240 accelerator board + SCSI emulation (FAS246 which appears to be compatible with 53C94/FAS216). SCSI is non-DMA (dkbscsi.device). v1.23 ROM added to ROM scanner. RAM not emulated, no idea about address space.
- Fusion Forty accelerator board emulation. It has interesting menu and graphics in boot ROM, press right mouse button when booting. v3.4 ROM images added to ROM scanner. RAM expansion emulated.
- Toccata Z2 sound card emulation.

Toccata hardware features emulated:
- Mono and stereo channel modes.
- 8-bit and 16-bit linear PCM. Companded (ulaw/alaw) modes are not supported.
- Left and right output channel volume control and mute.
- All AD1848 supported output frequencies.
- Output only. Input channels are not supported.

Technical details:
- Has 1024x9bit FIFO chip, one for output and one for input.
- No DMA. Uses level 6 interrupt to fill FIFO, 512 bytes/interrupt. Interrupt triggers when FIFO has 512 bytes or less
data available. (Which makes about 7 interrupts/frame at 44100Hz/16bit/stereo)

Notes:
- Different implementation than uae ahi and CD audio. Audio goes to Paula emulation backend (after Paula 8 to 16-bit conversions and filters). Very good latency but glitches are possible if configured buffer size is too small or not enough CPU power available (just like with Paula audio). Toccata emulation should be usable for (game) sound effects too, not just for music.
- Because it uses Paula audio path, Toccata audio is included with sound recording. Same method may be used with CD audio in future. (Possibly optionally).
- It is best to set same sample rate in both AHI and UAE sound settings to reduce possible resampling artifacts.
- Does any DMA capable simple sound cards exist? (Simple = basic CODEC chip only, no DSP chip)
Toni Wilen is offline Report Post Reply With Quote
[#213] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #212

Beta 2

- Paula audio filter still filtered Toccata audio. Note that stereo separation is after Toccata audio mixing.
- Added "ROM disabled" to GVP SCSI ROM selection.
- GVP SCSI ROM space word reads accessed invalid memory.
- Added Paths panel option to store "saveimages" in same directory as original image file, instead of always saving in saveimages-directory, extension changed to .save_adf to prevent it being visible in directory listings with normal disk image filter type active.
- 68030 MMU on the fly off->on switch crashed. (Not that on the fly MMU switching is really supported..)
- WD33C93 Select without ATN command didn't fully skip message out phase. (AMAX GVP SCSI driver)
- Reading WD33C93 SCSI message in with Transfer Info command is a special case, after it finishes, it does not advance to next state automatically, it must wait for Negate ACK command. (AMAX GVP SCSI driver)
- AMAX rom "dongle" emulation improved floppy drives didn't work reliably.
- Added AMAX rom image selection to ROM panel SCSI select menu, renamed to SCSI/Boot ROMs.
- Added very simple next opcode word prefetch emulation to 68030 MMU mode, only done when MMU state changes. Fixes programs that first switch on (or off) MMU which also unmaps memory where currently executing code is located and then executes JMP (An).
- Added Toccata recording support, currently only internal hardware emulation is implemented (FIFO and interrupts), returns only zero samples.
- Show also inserted data CD volume id (label) in status bar, strip path from file name.
- Show inserted floppy image filename and label (if OFS/FFS image) in status bar.
- CD image audio can be now mixed with Paula audio, just like Toccata output. CD audio can be finally recorded with internal wave or avi recording support (Requested feature). FPS.Adj also adjusts CD audio speed (and pitch) and CD audio sound sync (For example Liberation CD32 intro) is kept even if emulation slows down. Enable option added to Sound panel (can be switched on the fly but mode only changes when CD audio thread restarts), old method is still the default. Note: when enabled, Paula audio slider becomes master volume for CD audio.
- CD32 FMV also supports new audio mixing mode. FPS.Adj not supported ye
[#214] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #213

Beta 3


- Bitplane DMA sequencer emulation rewritten yet again to again match better with real hardware behavior. DDFSTRT and DDFSTOP seems to use hidden counter that counts 4 cycles ahead of real hpos counter. When DDFSTRT matches, next 4 cycles appears to be idle (probably used to init and fill some bitplane dma sequencer shift register?) and after this delay DMA starts normally. Same for stop. Now programs that write to DDFSTRT or DDFSTOP just before, exactly in same cycle or just after it should match now just work without any extra hacks. (Some kind of 4 stage shift register would also explain why changing number of bitplanes by writing to BPLCON0 mid-line always take effect after exactly 4 cycle delay) Can break anything as usual! Correctly breaks SCX_CoolSpot1.adf's intro on ECS Agnus configurations
- 512k chip + 512k slow ram + ECS Agnus chip mirroring didn't set slow ram bank with "no memory allocated" flag, could have caused crashes when it was attempted to be freed.
- OCS Agnus 512k chip + 512k+ slow and 1M/0.5+0.5 advanced chipset checkbox checked: move slow ram start at $080000.
- 68000 bus error and address error exception stack frame's first word undocumented bits 6 to 15 seem to contain opcode of faulted instruction. (from Hatari)
- IDE/ATAPI emulation decoupled from Gayle emulation and moved to separate source file.
- Added GVP A3001 board with IDE. Apparently Series I and II have different hardware and drivers. (v4 for Series II) Series I IDE emulation seems to be fully working. Non-DMA, gvpat.device, v3.3 added to ROM scanner. Does not byte swap data words but emulation swaps it automatically to keep HDFs compatible with other controllers.
- Added ES_SYSTEM_REQUIRED flag to SetThreadExecutionState(), perhaps it keeps screensaver inactive. (ES_DISPLAY_REQUIRED seems to only make sure monitor does not switch to power saving mode)
- HAM-E emulation added. Because HAM-E "magic cookie" can be nearly anywhere on screen, enabling HAM-E will slow down emulation (It needs to check nearly all pixels every frame) even when HAM-E mode is not active. "Automatic" setting still only does A2024 and Graffiti detection. DCTV emulation: not going happen without image encoding specs.
[#215] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #214

Beta 4

- HAM-E images updated only every other line in doubled modes.
- Graffiti didn't sync correctly if config was not AGA.
- Restart button crashed if hardware RTG was enabled.
- PCMCIA IDE didn't work anymore (b2)
- .pkd file extension inside archive wasn't autodetected.
- Disk/CD insert status message file name was shown as "null" if file was inside archive root.
- HD and tape SCSI emulation unsupported LUN sense data was overwritten with default ILLEGAL FIELD IN CDB sense data.
- CD SCSI emulator didn't check for non-zero LUNs.
- Return SCSI-1 HD inquiry data only if A590/A2091.
- Show also REQUEST SENSE command and data if scsi emulation logging is enabled.
- 68000 prefetch mode DIVS/DIVU timing update didn't work, always returned 4 cycles due to missing parenthesis.
- Switching chip ram and/or slow ram size usually crashed after reset if ECS Agnus was selected.
- Some very old statefiles had Z2 fast ram with zeroed autoconfig address, added workaround (broke during 2.9 betas)
- Added fl <lines to wait> or fl <absolute line> <absolute hpos> and fc <CCKs to wait> break points to debugger.
- Z3 space memory mapping was not initialized if only non-RAM/VRAM Z3 expansions are configured.
- Clock sync feature update, previously only 50Hz CIA-A TOD rate was fully accurate.
- Load CDTV/CD32 state file, load other state file: CDTV/CD32 CD was still mounted.
- Yet another bitplane DMA sequencer emulation rewrite and cleanups. Still some bitplane DMA on/off switch edge cases remaining Switch on bitplane DMA near end the scanline: following line starts DMA for one "block" only, next line works normally. This needs more real hardware testing to find exact conditions.
- Source cleanup, moved all kinds of device init/free/interrupt check codes to common file from non-related source files.
- Added name to UAE Boot ROM DiagArea. (May be visible in some system info/diagnostics software)
- HALT status was not cleared when loading new state file.
[#216] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #215

Niesamowite jak bardzo dopracowana jest emulacja w WinUAE Teraz czekamy tylko na szybsze karty GFX pod AOS4.x. Może by tak CyberVision? W sumie skoro QEMU jest używany jako backend dla emulacji PPC to może dodanie emulacji mostków PCI nie jest nierealne, a wtedy można by naprawdę wygodnie używać AOS4.1 pod WinUAE...
[#217] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@alekc, post #216

Z prędkością 603e 200mhz? Wygodnie?
[#218] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@michal_zukowski, post #217

Wygodniej może nie, może tak, ale jak tanio - bez konieczności zakupu drogiej "nowej" Amigi lub drogich starych kart. Z drugiej strony WinUAE daje nam możliwość emulowania wielu konfiguracji (w większości szybszych niż oryginały).
[#219] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@michal_zukowski, post #217

Wczoraj pobawiłem się moim makiem G4-1000 z MorphOSem i powiem ; po prostu miażdży WinUAE. Pełny Radeon 9000Pro/64MB z 1,5 GB ramu robi swoje.
Pograłem w stare przeboje, które odpalały się wręcz natychmiast i zero zwisów.
Muszę się zebrać i jakiś filmik wykreować na Youtube....
[#220] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@Voyox, post #219

W jakie stare przeboje grałeś? Które chodzą lepiej na Maku G4-1000 z realnym Radeonem?
Zawsze wydawało mi się że stare gry raczej wolały OCS/ESC lub AGA a te całkiem sprawnie emuluje WinUAE.
[#221] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@alekc, post #216

[#222] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@michal_zukowski, post #217

Jeśli używasz na prawdziwej A1200 lub A4000 czy A3000 i przesiadłeś się kiedyś na lepsze karty GFX ZIII lub PCI to wygodniej... wszystko jest kwestią punktu odniesienia.
[#223] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@radzik, post #221

Można użyć Accelerator SCSI, wtedy transfer na dysku jest większy i system działa szybciej niż w przypadku SCSI lub IDE.
[#224] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@SuperBuster11, post #223

Masz rację - bardzo dobry trick - instalacja systemu przebiega błyskawicznie. Co prawda start nadal trwa długo, ale potem używanie systemu na SFS to czysta przyjemność gdy robi się operacje na wielu plikach lub kopiuje duże pliki.

Czy wam też WinUAE zrzuca dump podczas zmian ustawianień w Gui typy włączenie Composition lub zmiana rozdzielczości w ScreenMode? Mam Picasso IV testowo na ZIII. Wydaje mi się, że na ZII nie miałem takich problemów ale może była to wcześniejsza wersja WinUAE? Nie jestem tego pewien.
[#225] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #215

Beta 6

- b5 input device update fix, changing to any keyboard layout didn't reset "remembered" device name.
- Cycle at DDFSTRT-1 was sometimes incorrectly unavailable for blitter. (b5)
- In some rare situations blitter stole cycle(s) from copper.
- Pre-calculated end position of scanline was incorrect in some situations causing incorrect bitplane vs other DMA cycle allocation (b5)
- If RawInput didn't find any game controller HID devices and command line didn't have any forced HID parameters, always try again when new device is inserted instead of disabling HID support completely and falling back to DirectInput. RawInput and DirectInput device identifiers are different and wrong device may have been selected in some situations.
- Master volume is now real master volume control. Paula, CD and AHI are sub-volume controls.
- Toccata Paula (AUX2 input) volume control implemented. Not tested.
- GVP SCSI without ROM didn't set any autoconfig data.
- Fastlane (and possibly some other Z3 SCSI boards) didn't autoconfigure if Z3 autoconfig space was disabled.
[#226] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #225

Czy już wiadomo coś o wykorzystaniu wielu rdzeniu przez WinUAE ?
[#227] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #225

Beta 7

- Fixed infinite recursion (and stack overflow) when pause when uncaptered is enabled and display mode changes.
- Added AlfaPower/AT-BUS 508/2008/AlfaPower Plus IDE controller.
- Very simple low level SCSI emulator added to support Apollo software bit-banging SCSI.
- Added Apollo IDE/SCSI board (AT500/AT2008) and Apollo 1240/1260 accelerator boards with SCSI.
- Added GVP Series I SCSI controller.
- Added GVP A530 accelerator. Uses same boot ROM as GVP Series II SCSI controllers. (Uses GVP #2 SCSI slot)
- Added Masoboshi MC-702 IDE+SCSI controller.
- Toccata CD audio (AUX1) volume control added.
- Another Restart related crash fix.
- Added "framecounter" float shader variable.
- Paths panel Save All button now creates zip file that contains winuaebootlog.txt, winuaelog.txt and config file.
- Quickstart A1200 + accelerator board, A500+ and A600 with expansion never had RTC. (Wrong order of functions..)
- Possible clock sync option small stability improvement.
- Fixed memory corruption if directory harddrive with empty name was selected.

SCSI/IDE controller notes:

GVP Series I:
- Not true DMA, DMA transfers from WD to/from onboard SRAM buffer. CPU needed to read/write buffer ram.
- Driver (scsidev.device) is very old and has (many?) limits, for example only OFS and FFS partitions mount correctly.

AlfaPower/AT-Bus 508/2008/AlfaPower Plus:
- AlfaPower: no hardware interrupt (!!), AlfaPower Plus implements interrupt support.
- v6.10 ROM (Last that works with non-Plus hardware?) and v8.3 that requires Plus.

Apollo:
- All Apollo variants seems to have identical SCSI hardware. (Accelerators and 500/2000)
- SCSI is working. IDE is not fully tested, only AT500/AT2000 have full IDE driver. For some reason Apollo 1240/1260 driver still have short "is there any IDE drives" detection code remaining.
- "Software" SCSI, hardware can only do bus arbitration in hardware, everything else is done by bit-banging SCSI IO lines. Both SCSI and IDE also use non-DMA data transfers.
- 128k Apollo ROMs (68060 f00000 ROM code and SCSI driver) are currrently supported. Non-accelerator (AT500/AT2000) ROMs don't seem to be available = can't test IDE emulation.
- 128k v5.60 ROM added. Seems to be last 1240/1260 ROM with SCSI.

Masoboshi:
- Unusual design, SCSI supports both PIO and DMA, software selectable.
- IDE and SCSI (sort of) in non-DMA mode working.
- SCSI writes are not working correctly, do not use! DMA controller not yet emulated.
- "2.201" (device version) boot ROM added. ROM image does not have any version numbers or dates.
- IDE driver uses CHS addressing and seems to have problems with 2G drives, actual limit may be smaller. It tries to access first unavailable block number at the end of drive. (Driver flashes red background color if drive returns error status)

Most popular SCSI and IDE controllers are now implemented.
Remaining IDE boards that I'd like to support:
- Roctec RocHard (Need boot ROM)
- AdIDE 40/44 (Need boot ROM)
Remaining SCSI boards are 5380/53c80 based boards that need chip emulation first:
- All SupraDrives.
- Trumpcard 500/2000

Perhaps others too. As long as at least one boot ROM is found for unsupported boards.
[#228] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #227

MorphOS będzie działał pod WinUAE/FS-UAE?
[#229] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@QkiZ, post #228

Niestety, trzeba by bylo spatchowac Q-Emu.
[#230] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #229

A jest taki patch?
[#231] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@QkiZ, post #230

Napisał, że trzeba by było spatchować, więc chyba można się zorientować, czy jest patch?
[#232] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@QkiZ, post #230

Jest, u chłopaków z MOS Timu :D

In detail - bigfoot made some patches for qemu to make it emulate the Pegasos2. And no, MorphOS 1.4 won't run on it due to some bug in OF emulation.




Ostatnia aktualizacja: 03.02.2015 15:49:58 przez waldiamiga
[#233] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #232

Jakby sie okazalo że ten patch to open source to można by spatchować qemu od fs-uae i próbować.
Ale drugiej strony nie ma MorphOSa na klasyka?
[#234] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@QkiZ, post #233

To logiczne że ten patch nigdy nie zostanie udostępniony :)
[#235] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@odyseja_lkc, post #234

nigdy
Podobne bzdury czytałem już na tym portalu.
Pisano że WinUAE nigdy nie będzie wspierał PPC.
Pisano że nigdy nie powstaną karty turbo do Amig w typie (Sata/USB/Lan/1GHz/SO-Dimm itp.) a powstaną. Na każdym kroku ktoś tam wyrokuje że "nigdy"....
Co za bzdura...
[#236] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@Voyox, post #235

Jeszcze się okaże ze bedzie wersja UAE dla linuxa PPC na PowerMacu G5 która odpali emulacje PPC pododbnie jak Fusion czy Shapeshifter i bedzie szybciej jak na X1000 :)
[#237] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #227

Beta 8
Fix - gdyby komuś nie działała ta beta.

- 53c710 software reset bit emulated.
- Cirrus Logic register memory banks should not be marked thread safe.
- Show '?' instead of 'E' in harddrives list if hdf can't be opened because of access fault, for example if it is already open and emulation is running and show '!' if open failed because of write protection.
- Rewritten expansion board rom handling, expansion data is now fully parametrized, autoconfig emulation and config file handling does not need code changes anymore when new board with boot rom is implemented.
- Secondary IDE/SCSI boards temporarily removed.
- Automatically disable 24-bit CPU addressing if selected accelerator board is 32-bit.
- Existing Blizzard 1230IV/1240/1260+SCSI configurations need adjustment. SCSI Kit configuration has changed.
- Do not initialize tablet if tablet options are not enabled.
- 5380/53c80 SCSI chip emulation implemented. Surprisingly basic chip, even Apollo SCSI hardware is more complex, driver needs even more bit-banging than Apollo..
- SupraDrive 500XP (5380) emulation implemented.
- Added GVP G-Force 030 board. Same as GVP A530 but supports more RAM, located at 0x01000000.
- A2620/A2630 accelerator board RAM now adjusts 0x01000000 memory size.
- Fixed GPV Series I autoconfig product id.
- STOP instruction was 2 cycles too fast in 68000 cycle-exact mode.

NOTE: Accelerator board ROM appears also in SCSI/Boot ROM list. It will be removed later.

SupraDrive 500XP:

- v3.8 ROM (AMAB6) added. (Anyone have AMAB5 or older? I'd like to know why older versions have so many compatibility problems with modern drives. A2000 WordSync version also accepted.)
- Uses MOVEP in main data transfer loop. (My crystall ball says WordSync version does not...)
- Usual fake DMA, CPU used to transfer data, hardware automatically handles SCSI data handshake.
- Any CPU access to "fake DMA" address space when SCSI chip is not in DMA mode: access never finishes. This is also emulated, causes halt 6 state.


Ostatnia aktualizacja: 08.02.2015 18:34:22 przez waldiamiga
[#238] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #237

Beta 9


- Fixed harddrive config parse crash. (b8)
- Blizzard SCSI Kit was always enabled if compatible accelerator board was selected. (b8)
- Accelerator board with SCSI and "IDE (auto)": HD was mounted as accelerator SCSI. (b8)
- Accelerator board ROM selection is not anymore in SCSI/Boot ROM list.
- Added autoboot disabled jumper option to harddrive controllers. Not all devices supported yet. (Some only hardware disable rom chip, some change autoconfig data in hardware level)
[#239] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@waldiamiga, post #238

Toni jest w transie :)
[#240] Re: WinUAE 2.8.2 Beta 9 - obsługa PPC

@Pawelek, post #239

Nowa część poradnika na temat: wymiany danych, przydatnych programów i Internetu pod AmigaSO 4.1 FE / WinUAE; http://radzikpl.blogspot.com/2015/02/amigaos-41-final-edition-konfiguracja.html
Na stronie www.PPA.pl, podobnie jak na wielu innych stronach internetowych, wykorzystywane są tzw. cookies (ciasteczka). Służą ona m.in. do tego, aby zalogować się na swoje konto, czy brać udział w ankietach. Ze względu na nowe regulacje prawne jesteśmy zobowiązani do poinformowania Cię o tym w wyraźniejszy niż dotychczas sposób. Dalsze korzystanie z naszej strony bez zmiany ustawień przeglądarki internetowej będzie oznaczać, że zgadzasz się na ich wykorzystywanie.
OK, rozumiem