Forum: request.Apps
14 January 2021, 09:50
|
Replies: 11
Views: 4,966
|
Forum: request.Apps
25 November 2020, 17:04
|
Replies: 11
Views: 4,966
|
Forum: request.Apps
20 October 2020, 13:17
|
Replies: 11
Views: 4,966
|
Forum: request.Apps
06 September 2020, 14:16
|
Replies: 11
Views: 4,966
|
Forum: request.Apps
04 July 2020, 13:17
|
Replies: 11
Views: 4,966
|
Forum: request.Apps
04 July 2020, 12:48
|
Replies: 3
Views: 1,162
|
Forum: support.Apps
03 July 2020, 14:56
|
Replies: 0
Views: 463
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
21 June 2020, 23:09
|
Replies: 3
Views: 1,162
|
Forum: request.Apps
21 June 2020, 14:44
|
Replies: 3
Views: 1,162
|
Forum: Coders. General
03 June 2020, 11:20
|
Replies: 4
Views: 881
|
Forum: Coders. General
02 June 2020, 22:26
|
Replies: 4
Views: 881
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, 10:27
|
Replies: 3
Views: 553
|
Forum: support.Apps
26 May 2020, 17:45
|
Replies: 3
Views: 553
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, 10:56
|
Replies: 10
Views: 1,490
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, 13:40
|
Replies: 10
Views: 1,490
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, 22:45
|
Replies: 10
Views: 1,490
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, 21:31
|
Replies: 10
Views: 1,490
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, 19:52
|
Replies: 10
Views: 1,490
>>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, 13:31
|
Replies: 10
Views: 1,490
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, 10:49
|
Replies: 138
Views: 204,519
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, 15:48
|
Replies: 138
Views: 204,519
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, 10:20
|
Replies: 138
Views: 204,519
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, 10:45
|
Replies: 138
Views: 204,519
|
Forum: support.WinUAE
30 May 2018, 08:54
|
Replies: 138
Views: 204,519
|
Forum: support.WinUAE
29 May 2018, 14:29
|
Replies: 138
Views: 204,519
|
Forum: support.WinUAE
28 May 2018, 10:44
|
Replies: 138
Views: 204,519
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, 17:15
|
Replies: 138
Views: 204,519
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, 12:28
|
Replies: 2
Views: 855
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
08 May 2018, 23:17
|
Replies: 2
Views: 855
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, 00:11
|
Replies: 5
Views: 1,369
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, 21:41
|
Replies: 5
Views: 1,369
|
Forum: support.Apps
17 October 2017, 15:12
|
Replies: 28
Views: 4,182
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, 17:48
|
Replies: 28
Views: 4,182
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
07 October 2017, 23:21
|
Replies: 28
Views: 4,182
|
Forum: support.Apps
21 September 2017, 00:35
|
Replies: 28
Views: 4,182
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
20 September 2017, 23:23
|
Replies: 28
Views: 4,182
|
Forum: support.Apps
17 September 2017, 19:51
|
Replies: 28
Views: 4,182
|
Forum: support.Apps
16 September 2017, 22:28
|
Replies: 28
Views: 4,182
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, 21:44
|
Replies: 28
Views: 4,182
@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, 01:36
|
Replies: 28
Views: 4,182
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...
|