cebix
322bb38408
- AmigaOS: added CyberGraphX support
2000-07-06 16:04:25 +00:00
cebix
1790a69a20
- fixed possible crash when using audio after restarting MacOS
2000-06-23 14:22:47 +00:00
cebix
7cb97f79c1
- added "noclipconversion" prefs item
2000-05-16 17:11:39 +00:00
cebix
86b352db07
- empty values in prefs file are now possible
2000-04-14 19:03:48 +00:00
cebix
ce1960df81
- "./configure --without-mon" now works
2000-04-14 18:46:05 +00:00
cebix
00440a7695
- fixed typo
2000-04-11 11:44:18 +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
e7c9a80182
- updated text files
2000-02-11 17:25:03 +00:00
cebix
d6429cb00a
- new window refresh code from Samuel Lander
2000-02-11 17:20:44 +00:00
cebix
2b50e502e6
- updated explanation of how to use ethertap under Linux
2000-02-05 15:46:41 +00:00
cebix
ee6f4a15b9
- fixes for AmigaOS
2000-01-30 19:26:05 +00:00
cebix
51ae1951fd
- updated ChangeLog for 0.8 release
2000-01-30 19:00:08 +00:00
cebix
29f01500c0
- minor fixes for BeOS
2000-01-30 18:55:46 +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
78ff964fc9
- adapted top-level Makefile to new format of spec file
1999-12-22 17:27:26 +00:00
cebix
01dae2362f
- improved spec file
1999-12-22 17:24:59 +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
b27458fb2d
- fixed more ExtFS bugs
1999-11-15 15:01:34 +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
8b5361791d
- XFree86 VidMode extension is used to switch modes in DGA mode
1999-11-03 21:05:05 +00:00
cebix
baf8c9438c
*** empty log message ***
1999-11-03 21:04:23 +00:00
cebix
f511d7ffc2
- fixed small bug (Mac2Host_memcpy used instead of Mac2Mac_memcpy)
1999-11-03 19:08:52 +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
76b1d7ca5e
- updated ChangeLog and spec file for 02111999 snapshot
1999-11-03 10:48:44 +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
3f9e2a9eba
- CPU type selectable in prefs editor
1999-10-29 19:55:36 +00:00
cebix
b892f8850d
- removed Gwenole's patches as they didn't work on SPARC V9
1999-10-28 16:52:32 +00:00
cebix
ce2610521d
- new SPARC optimizations from Gwenole
1999-10-28 16:00:28 +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
1a20b690a6
- Lauri's FPU now works on big-endian machines
...
- included "FPU" checkbox in prefs editor
1999-10-28 09:31:41 +00:00
cebix
a60677e7f0
- provided VAL64() and UVAL64() macros
1999-10-27 17:50:08 +00:00
cebix
4b4f5e5ad4
- fixed for new declaration of add_path_component()
1999-10-27 17:20:46 +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
20ba496c92
- added BlockMove() replacement
...
- extfs.cpp: get_path_for_fsitem(root parent) no longer crashes
1999-10-22 15:08:13 +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