Forum: request.Apps
14 January 2021, 10:50
|
Replies: 10
Views: 3,701
|
Forum: request.Apps
25 November 2020, 18:04
|
Replies: 10
Views: 3,701
|
Forum: request.Apps
20 October 2020, 14:17
|
Replies: 10
Views: 3,701
|
Forum: request.Apps
06 September 2020, 15:16
|
Replies: 10
Views: 3,701
|
Forum: request.Apps
04 July 2020, 14:17
|
Replies: 10
Views: 3,701
|
Forum: request.Apps
04 July 2020, 13:48
|
Replies: 3
Views: 989
|
Forum: support.Apps
03 July 2020, 15:56
|
Replies: 0
Views: 314
VistaPro Coordinates Meaning
I am playing with VistaPro and investigated several DEM files.
Some of them have Coordiantes. For example in the original installation there is "GrandCanyon.dem" in the "dem" drawer.
If we load...
|
Forum: request.Apps
22 June 2020, 00:09
|
Replies: 3
Views: 989
|
Forum: request.Apps
21 June 2020, 15:44
|
Replies: 3
Views: 989
|
Forum: Coders. General
03 June 2020, 12:20
|
Replies: 4
Views: 728
|
Forum: Coders. General
02 June 2020, 23:26
|
Replies: 4
Views: 728
reading from parallel port Sound Digitizers
There where several digitizers for the parallel port for the Amiga.
How would one read the samples from these digitizers?
I guess we need a CIA timer-interrupt got read at the correct interval...
|
Forum: support.Apps
27 May 2020, 11:27
|
Replies: 3
Views: 410
|
Forum: support.Apps
26 May 2020, 18:45
|
Replies: 3
Views: 410
VistaPro3.05 Disk3
Does anybody have an image or could point me to location?
I got a nice box with orginal 3 floppies but the third one has read-errors, so the installation aborts.
The name is "LANDSCAPE DISK 2"...
|
Forum: support.WinUAE
25 November 2019, 11:56
|
Replies: 10
Views: 1,084
Thanks for the eplainations.
DMA-Debugger is...
Thanks for the eplainations.
DMA-Debugger is really a nice feature to understand the Amiga!
Would it be possible to list or save the whole contents of all slots and all lines with one command? I...
|
Forum: support.WinUAE
21 November 2019, 14:40
|
Replies: 10
Views: 1,084
But another understanding issue:
I use the...
But another understanding issue:
I use the blitter via BltBitmapRastport() and Minterm 0xf0.
I would like a simple plain copy D=A.
In the DMA-Debugger I always see 070, 072 and 000, i.e,
...
|
Forum: support.WinUAE
20 November 2019, 23:45
|
Replies: 10
Views: 1,084
I see. Nice!
So the blitter takes all slots he...
I see. Nice!
So the blitter takes all slots he can get. Even Sprite or Bitplane-Slots, if they are not used. I was confused because I have a book here that explicitely states "The blitter only uses...
|
Forum: support.WinUAE
20 November 2019, 22:31
|
Replies: 10
Views: 1,084
OK.
Now to the blitter. I wanted to copy a...
OK.
Now to the blitter. I wanted to copy a rectangle from an off-screen Bitmap into another Rastport and hat issues calculating the needed time. I calculated much less than I measured afterwards...
|
Forum: support.WinUAE
20 November 2019, 20:52
|
Replies: 10
Views: 1,084
>>But if I look to these Data (C000 4000) and...
>>But if I look to these Data (C000 4000) and look also to the following lines, this seem to be the Bitmap-Data an not SPRxPOS data?
>How would I know what is it?
I looked at these data in Line...
|
Forum: support.WinUAE
20 November 2019, 14:31
|
Replies: 10
Views: 1,084
Interpreting DMA-Debugger output
Hi Toni,
I try to underdstand the blitter and therefore play with the dma debugger.
Before going to the blitter itself I wanted to start with something simpler(?) and more intuitive. So I wanted to...
|
Forum: support.WinUAE
03 July 2018, 11:49
|
Replies: 127
Views: 118,792
WinUAE crashes on "rs"
Your fix seemes to have solved my fread() issue.
Thnx!
Now I get a unitilized access later which I am inverstigating currently.
I wanted to see where it happened and entered "rs" to show the...
|
Forum: support.WinUAE
26 June 2018, 16:48
|
Replies: 127
Views: 118,792
Thanks for explaination!
Does that always...
Thanks for explaination!
Does that always work?
I have file with "1234567890abcdf..." as contents. That file is beeing fopened and fread.
fread() does internally an AmigaOS Read() to a...
|
Forum: support.WinUAE
26 June 2018, 11:20
|
Replies: 127
Views: 118,792
Reading uninitialized memory
Stupid question:
What is "uninitialized memory"? How is that detected? What marks memory "initialized"?
I am testing here an gcc/libnix-compiled program and get the messeage in fread()-call...
|
Forum: support.WinUAE
31 May 2018, 11:45
|
Replies: 127
Views: 118,792
|
Forum: support.WinUAE
30 May 2018, 09:54
|
Replies: 127
Views: 118,792
|
Forum: support.WinUAE
29 May 2018, 15:29
|
Replies: 127
Views: 118,792
|
Forum: support.WinUAE
28 May 2018, 11:44
|
Replies: 127
Views: 118,792
amiga.lib from 3.1-NDK is in plugins/debugger/...
amiga.lib from 3.1-NDK is in plugins/debugger/ and seems to be loaded:
Automatically allocated debugmem location: 70000000 - 7fffffff 10000000
Unknown hunk 000003f0
Loaded 'AmigaGuideBase', 31...
|
Forum: support.WinUAE
27 May 2018, 18:15
|
Replies: 127
Views: 118,792
Source-path of a cross-compiled program?
Hi,
I am experimenting with new debugger.
I have a programm cross-compiled with gcc under Linux, so all sources are in my linux-home. I used -g to have debug information.
The linux home is...
|
Forum: support.WinUAE
09 May 2018, 13:28
|
Replies: 2
Views: 716
I just found http://www.easy68k.com/
a nice...
I just found http://www.easy68k.com/
a nice Assembler/Simulator.
There is a Cycle field that increases with every instruction and can be reset to 0 at any time.
I think it would be helpful to...
|
Forum: support.WinUAE
09 May 2018, 00:17
|
Replies: 2
Views: 716
CPU-Cycle display
Is there a way to display the cpu-cylces or execution time for each instruction in winuae-debugger (in cycle-exact mode)?
Like a Stop-Watch? (Set it to zero and see it growing with each asm...
|
Forum: support.Apps
21 November 2017, 01:11
|
Replies: 5
Views: 1,223
Sometimes it really helps to have the source...
Sometimes it really helps to have the source available!
Reason for my DEM-problem found.
It says:
Error opening file for interpolation!
File not DEM or REM
Continue?
The code checks the...
|
Forum: support.Apps
20 November 2017, 22:41
|
Replies: 5
Views: 1,223
|
Forum: support.Apps
17 October 2017, 16:12
|
Replies: 28
Views: 3,443
Nice. Tnx.
>But what do you mean by...
Nice. Tnx.
>But what do you mean by "advanced mode"?
I just meant "not winpcap-compatible mode".
The 5th bullet on the npcap page said
WinPcap compatibility: For applications that don't yet...
|
Forum: support.Apps
08 October 2017, 18:48
|
Replies: 28
Views: 3,443
Ok. Shit...
There might be other/newer...
Ok. Shit...
There might be other/newer alternatives.
Have you ever looked at "npcap"
https://nmap.org/
That could be interesting. It has an Winpcap compatible mode (no WinUAE-Genesis-ping...
|
Forum: support.Apps
08 October 2017, 00:21
|
Replies: 28
Views: 3,443
|
Forum: support.Apps
21 September 2017, 01:35
|
Replies: 28
Views: 3,443
In the meantime I got a long RJ45 cable.
...
In the meantime I got a long RJ45 cable.
When I connect the laptop with the cable to the router and select the cable-interface in Expansions/Network adapters/Network mode then I can ping the...
|
Forum: support.Apps
21 September 2017, 00:23
|
Replies: 28
Views: 3,443
|
Forum: support.Apps
17 September 2017, 20:51
|
Replies: 28
Views: 3,443
|
Forum: support.Apps
16 September 2017, 23:28
|
Replies: 28
Views: 3,443
Ok, thanks for explanaition.
> Oops.. Url...
Ok, thanks for explanaition.
> Oops.. Url corrected.
So what's the corrected URL?
MAC / Network mode
>It only selects sub menu. It does not configure anything.
So I always have to select...
|
Forum: support.Apps
16 September 2017, 22:44
|
Replies: 28
Views: 3,443
@Matt_H
Yes, WinPCap ist installed. I can use...
@Matt_H
Yes, WinPCap ist installed. I can use wirshark and I also installed WinPCap manually again.
But its good to be reminded, something must be wrong ;-)
Control Panel Programs and Functions...
|
Forum: support.Apps
16 September 2017, 02:36
|
Replies: 28
Views: 3,443
I am still struggeling with envoy :-(
As...
I am still struggeling with envoy :-(
As Toni suggested I plugged an additional Wlan-USB dongle into the Windows7 Professional Laptop. So I have now a main Wlan connection for the Laptop and a...
|