cebix
3e6bb33b15
removed unnecessary window attributes
2000-11-03 12:23:49 +00:00
cebix
ed6e74340c
- fixed Delay_usec() on IRIX
...
- xpram_func() calls Delay_usec() with a time of <1 second
2000-11-02 19:41:52 +00:00
cebix
348606cc5d
- added audio support for IRIX [Brian J. Johnson]
...
- improved Delay_usec() under FreeBSD and IRIX
- fixed typo ("HAVE_PTHREDS") in video_x.cpp
2000-11-02 14:45:17 +00:00
cebix
c3df0cee5a
video_x.cpp: window asks for input focus with XSetWMHints()
2000-10-27 17:01:40 +00:00
cebix
0df6c7e19c
- FPU is now available under NetBSD/m68k
...
- main_unix.cpp: added more emulated privileged instructions
2000-10-17 12:24:59 +00:00
cebix
10f4035c6e
- updated for latest version of mon
2000-10-15 15:08:24 +00:00
cebix
1b751e0339
- configure.in patches for Irix from bjjohnson
...
- extfs: .bin files get Stuffit Expander type/creator
2000-10-14 16:30:54 +00:00
cebix
01d43035d5
- replaced floating-point page shift calculation by integer routine, fixing
...
the VOSF problems under NetBSD/m68k
- fixed off-by-7 error in 1-bit window update routines
2000-10-13 16:47:52 +00:00
cebix
a1097b080d
- added a few more emulated privileged instructions to NetBSD/m68k
...
- tried to make VOSF run under NetBSD/m68k, little success (shows stripes and
sometimes crashes)
2000-10-11 17:55:06 +00:00
cebix
c2780cd794
DESTDIR was not respected by installdirs target
2000-10-10 20:55:38 +00:00
cebix
b07af7f239
- updated spec file
...
- make install/uninstall targets support DESTDIR variable
- fixed compilation problem with DIRECT_ADDRESSING
2000-10-10 18:54:34 +00:00
cebix
b6d5ab3477
updated aclocal.m4
2000-10-09 17:59:34 +00:00
cebix
efc60c7f60
works again under NetBSD/m68k
2000-10-09 17:05:17 +00:00
cebix
3c2e4f8c06
added SA_SIGINFO to sa_flags when sa_sigaction is used
2000-10-08 18:41:35 +00:00
gbeauche
24217ac65b
- fixed a bug in 24 bpp mode, at least when there are four bytes per pixel
...
- a little loop optimization when clearing the dirty pages
- changed unsigned longs with the uintptr type
- also used uintpr for the page alignment function
2000-10-02 17:52:42 +00:00
gbeauche
147f72cb41
- fixed a bug in the previous patch that would fail to redraw the screen if
...
dynamic refresh is used.
- cleaned up resume_emul() in DGA mode with VOSF.
2000-09-25 22:33:49 +00:00
gbeauche
48f9ee5477
- cleaned up Expose event handling with VOSF
2000-09-25 21:49:19 +00:00
cebix
09192eb0e3
- adapted for mon V3.0 which is now the required minimum
...
- fixed gcc 2.96 compiler warnings
2000-09-25 17:54:01 +00:00
gbeauche
ca11a645d2
- cleaned up and fixed 8bpp copy
2000-09-23 08:39:55 +00:00
gbeauche
b251b89073
- fbcopy_raw now works if memcpy() is not used
...
(but it seems better to use memcpy since GCC has inline equivalent)
2000-09-23 08:39:38 +00:00
gbeauche
8aab66f024
- added a condition if (depth <= 8) before copying more than two bytes
2000-09-23 06:51:46 +00:00
gbeauche
3f7747a724
- fixed blitters for big endian systems, will probably work now
2000-09-23 06:51:30 +00:00
gbeauche
f882c34591
- added direct and real addressing modes support
...
- added Video on SEGV signals support
2000-09-22 17:16:31 +00:00
gbeauche
fbabba29ee
- video on SEGV signals
2000-09-22 17:16:05 +00:00
gbeauche
13bd5c97b9
- blit functions
2000-09-22 17:15:27 +00:00
gbeauche
e8d4a865e2
- added [u]intptr types
...
- set rom protection flag according to the addressing mode used
- set use_prefetch_buffer to 0
2000-09-22 17:14:46 +00:00
gbeauche
cbe6fea745
- added USE_SCRATCHMEM_SUBTERFUGE
...
- added memory allocation in real and direct addressing modes through mmap()
- added the possibility to allocate the whole mac memory from zero
2000-09-22 17:14:28 +00:00
gbeauche
da8b5373b0
- added AC_PROG_CC_C_O
...
- added canonical system information
- added Video on SEGV signals (VOSF)
- added testing for different addressing modes
- added check for size of void * in order to have proper [u]inptr types
- added the removal of the "-g" flag if GCC is used
2000-09-22 17:14:04 +00:00
gbeauche
9e5ea1f771
- canonical system information
2000-09-22 17:13:45 +00:00
gbeauche
bb93c9f4e4
- added ENABLE_VOSF
...
- added HAVE_SIGINFO_T
- added HAVE_SIGCONTEXT_SUBTERFUGE
2000-09-22 17:11:58 +00:00
gbeauche
a594afb29d
- added: FPUSRCS which defaults to ../uae_cpu/fpp.cpp
...
- added: redifinition of FPUSRCS with ../uae_cpu/fpu_x86.cpp if the host
system supports it (GCC and X86_ASSEMBLY)
2000-09-05 16:55:16 +00:00
cebix
00f389d047
- removed non-source files "config.h.in" and "configure" from CVS, added
...
"autogen.sh" script to regenerate them
2000-08-14 14:24:51 +00:00
cebix
38e68144b2
- more cleanups
...
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
reusable for other projects
2000-07-25 15:19:43 +00:00
cebix
34875ce327
- one_tick() is casted to the correct type when used as a POSIX.4 signal handler
2000-07-25 13:52:17 +00:00
cebix
b248b687db
- CD-ROM under Linux only worked when a CD was in the drive when B2 was
...
started
- Unix/main_unix.cpp: 1Hz interrupt wasn't triggered
2000-07-24 20:39:34 +00:00
cebix
1e8598eefa
- Mac ROM and RAM are allocated with malloc() instead of "new" (because
...
-fomit-frame-pointer breaks exceptions), and an error message is displayed
if the allocation fails
2000-07-24 15:17:07 +00:00
cebix
ce02e4fc56
- improved timing of periodic threads
2000-07-22 18:12:35 +00:00
cebix
675c5f1d7b
- new FOURCC() macro in macos_util.h
2000-07-22 16:07:23 +00:00
cebix
006472eb44
- extfs: replaced get/set_finder_*() functions by get/set_finfo(), helper
...
files now store complete FInfo/FXInfo
2000-07-21 18:01:07 +00:00
cebix
de3164ecc0
- AmigaOS bug fixes by J.Lachmann (floppy, 2060scsi.device, "Add Volume" in
...
prefs editor)
- imported some changes from the Windows source (1Hz interrupt, FPU fixes)
2000-07-14 21:29:16 +00:00
cebix
b5b6684ff9
- new "Input" pane, containing keycode and mouse wheel settings
2000-07-13 17:26:17 +00:00
cebix
343ff7f53b
- DGA and SHM are only tried on local X11 displays
...
- re-integrated old window update method (better performance over a networked
display connection), frameskip=0 selects new method, other values select
old method
- fixed compilation errors
2000-07-13 16:12:33 +00:00
cebix
ff5fcd83a7
- first version to run natively on NetBSD/m68k
2000-07-13 13:47:12 +00:00
cebix
7cb97f79c1
- added "noclipconversion" prefs item
2000-05-16 17:11:39 +00:00
cebix
ce1960df81
- "./configure --without-mon" now works
2000-04-14 18:46:05 +00:00
cebix
97d96bddea
- updated copyright info: 1999->2000
2000-04-10 18:53:46 +00:00
cebix
1efa7490cf
- Unix: changed time zone handling (again)
2000-02-21 20:04:18 +00:00
cebix
d6429cb00a
- new window refresh code from Samuel Lander
2000-02-11 17:20:44 +00:00
cebix
f0e931daed
- size of ExtFS finf helper file extended to 32 bytes to allow future expansion
...
(the complete FInfo/FXInfo could be stored in it)
- main_unix.cpp: replaced TIMER_RELTIME (which doesn't seem to exist on
Irix) by 0
2000-01-21 13:47:05 +00:00
cebix
92be3b6781
- extfs_read() and extfs_write() return -1 on error and don't clear errno
...
- parent CNIDs of FSItems are exchanged in fs_rename() and fs_cat_move()
1999-12-22 16:16:18 +00:00
cebix
e1d954b756
- moving/renaming/deleting files in the ExtFS also moves/deletes the
...
helper files/directories
1999-11-08 18:06:02 +00:00
cebix
30b45e559b
- fs_delete() will also delete helper files
1999-11-08 17:00:14 +00:00
cebix
5bad3ea92e
- fixes to ExtFS from Lauri Pesonen
1999-11-08 16:43:11 +00:00
cebix
baf8c9438c
*** empty log message ***
1999-11-03 21:04:23 +00:00
cebix
90312d104c
- imported UAE CPU 0.8.10 changes
...
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
block was not in Mac address space)
- some provisions for using UAE CPU compiler (doesn't work yet)
1999-11-03 10:56:43 +00:00
cebix
c6d9976234
- AmigaOS: removed support for SAS/C
...
- AmigaOS: sys_amiga.cpp: supports 64-bit device access and respects
device block size on writes
- AmigaOS: added support for resource forks and Finder info for ExtFS
- AmigaOS: added "ExtFS" gadget to prefs editor
- protection mask for all open()/creat()/mkdir() calls is now 0666 or
0777
1999-11-01 16:24:15 +00:00
cebix
d60bc94de7
- removed MemoryDispatch() replacement; routine from ROM is now used if
...
possible
- rom_patches.cpp: check for double PACK 4 resources; if only one is found,
assume that the ROM requires an FPU and issue a warning if FPU emulation
is turned off
- UAE CPU opcode routines no longer return the cycle count
- main_unix.cpp: pressing Ctrl-C dumps the UAE CPU state before entering mon
- sys_unix.cpp: under Linux, partition sizes are read with BLKGETSIZE instead
of llseek()
1999-10-31 23:18:44 +00:00
cebix
c31d1bd2af
- added some 68040 instructions: CINV, CPUSH, MOVE16 (Ax)+,(Ay)+, MOVEC regs,
...
and FPU state frames; enough to boot MacOS
- CPU type can be selected in GTK prefs editor
1999-10-28 15:33:26 +00:00
cebix
a60677e7f0
- provided VAL64() and UVAL64() macros
1999-10-27 17:50:08 +00:00
cebix
bf765a5be8
- imported fixed UAE FPU from Lauri
...
- extfs.cpp: fixed bug with fsResolveWDCB in fs_get_wd_info()
- ExtFS: MAX_PATH_LENGTH is global, removed third parameter to
add_path_component()
- rom_patches.cpp: added print_rom_info()
- Unix: added "-rominfo" command line argument
- extfs_unix.cpp: supports finder info and resource forks
- prefs_editor_gtk.cpp: tab widget is no longer scrollable
1999-10-27 16:59:54 +00:00
cebix
7856a8a42c
- small fixes to Makefile.in and configure script
...
- main_unix.cpp tested ENABLE_DGA instead of ENABLE_XF86_DGA
1999-10-26 16:56:45 +00:00
cebix
a84f3d1334
- mon is called for illegal EMUL_OP selectors and when pressing Ctrl-C (Unix)
...
- moved MemoryDispatch() patch routine from PatchAfterStartup() to
InstallDrivers()
- fixed one place where ROM replaces MemoryDispatch() by unimplemented trap
when no MMU is present
- Unix: ROM breakpoint can now be set with "-break" command line argument
- some changes to configure script, mon is now compiled with readline support
1999-10-26 16:28:38 +00:00
cebix
3e80e61c25
- WANT_XF86_DGA is turned off when XFree86 DGA is not present
1999-10-25 20:52:12 +00:00
cebix
5e6cc100f8
- added mouse wheel support
1999-10-25 20:22:35 +00:00
cebix
d42b29ae5d
- fixes to audio_oss_esd.cpp from Alexander R. Pruss (8-bit mode)
...
- added configuration summary to configure script
- prefs_editor_amiga.cpp: output of SCSI prefs was broken
1999-10-25 19:01:43 +00:00
cebix
04199a0f56
- now uses "mon" if present (currently on breakpoints only)
1999-10-25 08:07:58 +00:00
cebix
6d8e94c1dd
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
...
and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target
1999-10-23 17:58:00 +00:00
cebix
13301146d9
- fixed compilation problem in add_path_component()
1999-10-22 13:57:05 +00:00
cebix
f41718608c
- ExtFS works under AmigaOS
...
- fixed erroneous __regargs attributes in prefs_editor_amiga.cpp
and audio_amiga.cpp for GCC
1999-10-21 22:40:04 +00:00
cebix
f4a3224f42
- bumped version number to 0.8
...
- updated docs for fbdev and extfs
1999-10-21 18:29:08 +00:00
cebix
775ff87b31
- small fixes to fbdev DGA code
1999-10-21 16:40:49 +00:00
cebix
d6b83e4715
- added fbdev DGA preferences to GTK prefs editor
1999-10-21 16:07:36 +00:00
cebix
f04292fd21
- integrated SPARC assembly optimizations
1999-10-21 15:27:11 +00:00
cebix
1bba7c409c
- updated configure script for SPARC assembly optimizations
1999-10-21 15:14:42 +00:00
cebix
f9daa3e004
- fixed mistake in acconfig.h
1999-10-21 13:33:17 +00:00
cebix
4c0aab3113
- added fbdev video code and SPARC assembly optimizations
1999-10-21 13:19:27 +00:00
cebix
09ec429dc1
- fixed bugs in extfs.cpp:
...
- root's parent now has an FSItem, so finding the volume by name with
parent dirID 1 now works
- fs_get_file_info() and fs_get_cat_info() handle all negative values of
dir_index correctly
- fs_set_fpos() handles fsFromLEOF positioning mode
- replaced "%#s" format codes in debug output
- fixed some file extensions in extfs_unix.cpp
- "speaker" means "main volume", as before
1999-10-20 17:23:57 +00:00
cebix
00aabbe812
- renamed main_volume to speaker_volume and dac_volume to main_volume
...
(same for mute)
- added defines for headphone volume/mute
1999-10-20 15:14:00 +00:00
cebix
4fe6328e43
- fixed compilation problem
1999-10-19 20:13:57 +00:00
cebix
9e903d1686
- now compiles with GCC under AmigaOS
1999-10-19 19:28:28 +00:00
cebix
d92b13e550
- added external file system
...
- moved most init/deinit code to InitAll()/ExitAll() in main.cpp
1999-10-19 17:41:44 +00:00
cebix
c7e561c75b
- volume list is reorderable
1999-10-19 13:22:11 +00:00
cebix
b8ee4f6774
- compilation of cpuemu.cpp is now split
1999-10-18 16:15:44 +00:00
cebix
bb36e3fa18
- 680x0 added to list of CPU that can handle unaligned accesses
1999-10-18 11:44:20 +00:00
cebix
0536eb15a4
- fixed small compilation problem
1999-10-15 15:06:55 +00:00
cebix
8edc3aa83c
- some fixes for NetBSD
1999-10-15 14:50:39 +00:00
cebix
7438c0a775
- removed unnecessary test for semget()
1999-10-15 12:27:24 +00:00
cebix
289f0a588a
- corrected time zone handling in TimerDateTime()
1999-10-14 16:05:18 +00:00
cebix
62aff59d79
- integrated patches for NetBSD
1999-10-14 11:37:47 +00:00
cebix
ee84e34006
- improved man page
1999-10-12 20:27:29 +00:00
cebix
6f3df9b0e7
- added missing strings files
1999-10-12 20:05:23 +00:00
cebix
6d926e553a
- disk insertions are now checked for by the 60Hz interrupt routine
...
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp
1999-10-12 20:00:56 +00:00
cebix
34d8f7a90e
- improved Makefile and man page
1999-10-12 18:40:57 +00:00
cebix
3779040137
- "make depend" now works
1999-10-07 21:10:30 +00:00
cebix
f9ccb1dffc
- disabled X backing store
1999-10-07 13:15:15 +00:00
cebix
b4d30594f3
- fixed acconfig.h
1999-10-05 19:00:05 +00:00
cebix
028f5c34b9
- small fix to configure script
1999-10-05 18:38:50 +00:00
cebix
90b1e0455e
- cosmetic fix
1999-10-05 16:04:23 +00:00
cebix
effb60b387
- added acconfig.h for autoheader
1999-10-05 15:29:04 +00:00
cebix
05d24b1455
- fixed some compiler warnings
...
- video_x.cpp: now checks whether the X server has the XFree86DGA extension
1999-10-05 14:59:46 +00:00
cebix
183447c2d7
- improved configuration and installation
1999-10-04 21:07:18 +00:00
cebix
67017a2b2c
- moved protocol removal to a proper function and fixed it
1999-10-03 21:04:29 +00:00
cebix
952712c0df
- removed MAKEDEV, functionality now included in Makefile ("make dev")
1999-10-03 19:43:55 +00:00
cebix
9a68908882
- screen prefs "dga" changed to "dga/<width>/<height>", with zero width/height
...
meaning "maximum" (also for window mode)
- Caps Lock now behaves as expected
1999-10-03 19:43:28 +00:00
cebix
65244bc22c
- sys_unix.cpp: changed one #ifdef that should really have been an #if
...
- Makefile.in: provided uninstall target
1999-10-03 17:45:08 +00:00
cebix
578a60be36
- install target didn't install keycodes file in proper location
1999-10-03 17:12:20 +00:00
cebix
e828de0c41
- renamed basilisk_ii_keycodes to keycodes
...
- default location of keycodes file is now $(sharedir)/keycodes
(depends on install prefix)
- improved the install target
1999-10-03 16:20:08 +00:00
cebix
e7ea59db7b
- improved the clean/distclean targets
1999-10-03 15:11:07 +00:00
cebix
8e491572ca
Imported sources
1999-10-03 14:16:26 +00:00