cebix
f17b9006d6
- fixed compilation problems under AmigaOS
...
- fsave/frestore on AmigaOS and NetBSD/m68k always use a 68882/68040-style
FPU frame, eliminating the need for 68060 FPU patches
2001-06-30 12:58:08 +00:00
cebix
738fa25344
slot ROM checksum is recalculated after patching during resolution switch
2001-06-29 12:51:21 +00:00
gbeauche
d011594d4e
zero_fd is not longer used since vm_alloc.cpp should handle that correctly.
...
However, vm_init() and vm_exit() are called in main_unix.cpp to ensure proper
initialization of the internal zero_fd descriptor, if needed. i.e. no
anonymous mapping for mmap()-based memory allocation.
2001-06-28 22:06:18 +00:00
gbeauche
2ab43425c5
vector<> is in namespace std
2001-06-28 21:36:46 +00:00
cebix
0cf3f32b7d
video_x.cpp supports resolution switching in windowed mode: the available
...
resolutions are 512x384, 640x480, 800x600, 1024x768 and 1280x1024 (the prefs
editor has to be updated to reflect this). The resolution selected in the
prefs editor is used as the default, but it can be changed in the Monitors
control panel. So far only tested with direct addressing.
2001-06-28 21:20:02 +00:00
cebix
0fe2584d92
depth/resolution switching infrastructure should be complete now; slot ROM
...
contains all supported depths, default mode is stored in XPRAM upon startup,
and added video_switch_to_mode() call (currently unimplemented in all drivers)
2001-06-27 20:05:31 +00:00
cebix
1be8a821a8
added infrastructure for resolution/depth switching (currently, all video
...
drivers only support one mode, the one selected by the user)
2001-06-27 19:03:38 +00:00
gbeauche
dae4fb627c
- added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC
...
- added uniform virtual memory allocation
(supports mmap(), vm_allocate(), or fallbacks to malloc()/free())
- cleaned up memory allocation in main_unix.cpp
2001-06-26 22:35:42 +00:00
gbeauche
673c53231f
- In banked addressing mode, the UAE memory handlers should already handle
...
reads/writes to/from the frame buffer correctly. i.e. specialised blitters
should not be used there.
2001-06-22 08:34:49 +00:00
gbeauche
4d03a57251
- cleaned up removal of '-g' for gcc
2001-06-19 08:29:50 +00:00
gbeauche
da9f22d930
- config.guess: import CVS version 1.195
...
- config.sub: import CVS version 1.212
As a side effect, it now recognizes MacOS X
2001-06-19 08:29:07 +00:00
gbeauche
19cda89b5e
- NEGX may use X & Z flags
2001-06-05 12:23:27 +00:00
gbeauche
fe6ad83317
- use "volatile" to prevent from optimization for writes to page
2001-06-05 12:16:34 +00:00
cebix
ea1f0a0761
fixed location of FPU source for PPC
2001-05-31 21:46:25 +00:00
cebix
ad7fbb0698
final adjustments for 0.9 release
2001-05-31 20:53:53 +00:00
cebix
31610651eb
small cleanup
2001-05-31 15:36:33 +00:00
cebix
0cb5ef8767
don't call aclocal
2001-05-31 15:33:44 +00:00
cebix
dbf260f29b
updated source archive name
2001-05-31 14:34:52 +00:00
cebix
560636ee8d
prepared for snapshot release
2001-05-29 15:02:16 +00:00
cebix
b652896918
"About" window looks nicer
2001-05-26 12:31:00 +00:00
cebix
8c6f419c37
- VOSF is enabled by default
2001-05-24 15:06:13 +00:00
cebix
68310129fe
- AmigaOS: SCSI buffer memory type can be selected via prefs
2001-05-24 14:31:07 +00:00
cebix
d88fac31e1
default FPUSRC was wrong
2001-05-22 19:01:44 +00:00
gbeauche
b7d1ee252c
- fixed "SIGSEGV recovery" not supported case
2001-05-21 03:21:54 +00:00
gbeauche
98192c4ba9
- new and updated SIGSEGV support functions:
...
+ configure script cleanups
+ possible support for Direct Addressing / VOSF on other platforms
2001-05-20 20:31:50 +00:00
cebix
8e93379eb4
PrefsExit() sets the_prefs to NULL
2001-05-15 14:24:25 +00:00
gbeauche
fedb56d8af
- fixes for gcc-3.0
2001-04-25 14:53:45 +00:00
cebix
eba40b9865
fixed bug with -Ofast on IRIX
2001-04-10 18:33:57 +00:00
cebix
017fc451b7
fixed compilation problems under BeOS/x86
2001-04-10 11:05:13 +00:00
gbeauche
ebb5be06cf
- fixed operand number for source register (do_fmod)
2001-04-09 14:19:58 +00:00
cebix
3fcce55c7d
serial_unix.cpp: input/output_thread_cancel weren't initialized [Kolja Waschk]
2001-04-08 12:21:46 +00:00
cebix
e0307117d2
- added help for command line options
...
- PrefsInit() removes all processed options
2001-04-01 12:11:45 +00:00
cebix
5ffe6505dc
- fixed bugs in the BeOS extfs file types handling
2001-03-31 14:32:01 +00:00
cebix
085855e083
updated copyright dates
2001-03-31 11:44:48 +00:00
cebix
3b54f1f8de
- FreeBSD configure script cleanups [Michael Alyn Miller]
...
- ether_linux.cpp moved and renamed to ether_unix.cpp, now also works with
the tap driver under FreeBSD [Michael Alyn Miller]
- fpu_x86_asm.h: fixed problem in with newer GCC pre-processors
2001-03-29 14:20:55 +00:00
cebix
0cf579b49e
- "-Ofast" option is supplied to MIPSPro compiler [Brian J. Johnson
...
- workaround for IRIX pthreads bug in Delay_usec() [Brian J. Johnson]
2001-03-28 16:53:39 +00:00
cebix
3c0d6f6e43
cleaned up a little
2001-03-28 14:18:58 +00:00
gbeauche
d1ea113beb
- fixed FPU core auto-detection for non-x86 architectures
2001-03-24 08:56:15 +00:00
gbeauche
6059507910
Moved FPU emulation code sources to uae_cpu/fpu/
2001-03-20 18:05:36 +00:00
gbeauche
28b71c0972
- removed old JIT compiler, its related support functions and files
...
(compiler.{h,cpp})
2001-03-20 17:35:46 +00:00
gbeauche
7535a1042f
Additions:
...
- MOVE16 (Ay)+,(xxx).L
- MOVE16 (xxx).L,(Ay)+
- MOVE16 (Ay),(xxx).L
- MOVE16 (xxx).L,(Ay)
Fixes:
- MOVE16 (Ax)+,(Ay)+ where x == y: address register shall be incremented
only once
- CINV, CPUSH: 'p' field matches correctly the instruction 'cache field'
2001-03-19 13:11:40 +00:00
cebix
53973d4b84
backported the changes from the Mac-On-Linux project:
...
- now compiles under Linux 2.4 kernels
- Ethernet hardware address is virtualized on the Mac side
- automatically filters IP packets based on the IP address of the Mac side
2001-03-18 15:41:17 +00:00
cebix
ff01052ee4
testing the basilisk-cvs mailing list
2001-03-11 16:03:14 +00:00
cebix
e985209cd0
This is a test. Ignore.
2001-03-11 14:25:15 +00:00
cebix
a3bf445958
testing again
2001-03-11 14:24:03 +00:00
cebix
f1187fc1b0
testing the basilisk-cvs list
2001-03-11 14:21:18 +00:00
cebix
050a1a9177
testing the basilisk-cvs list
2001-03-11 13:39:58 +00:00
cebix
11030b234b
testing again
2001-03-11 13:38:42 +00:00
cebix
ce802f5dfd
testing the basilisk-cvs list
2001-03-11 13:30:26 +00:00
cebix
eec6b9acf6
testing the basilisk-cvs list
2001-03-11 13:21:38 +00:00