Christophe Bothamy
8ad4cf6056
- add speaker log, pluginSpeaker, and beep_on/off methods in guis
2004-02-01 23:48:57 +00:00
Christophe Bothamy
d6fb513243
- changed "console" to "speaker". Speaker can be compiled as plugin.
...
speaker calls corresponding beeper methods in gui.
2004-02-01 23:42:04 +00:00
Stanislav Shwartsman
dd38f0b021
fixed performance bug
...
aligment field changed from 32bit (unsigned) to 8bit (unsigned char) as it should be
2004-02-01 20:19:52 +00:00
Volker Ruppert
6827709ea0
- standard log options now present in the runtime dialog box
...
- dialog control identifiers renamed
2004-02-01 19:22:41 +00:00
Volker Ruppert
278c6e9f38
- new gui dialogs for the first cdrom and the runtime options (log options are
...
still handled on the console)
- minor changes in other win32dialog functions
2004-02-01 01:40:14 +00:00
Stanislav Shwartsman
ecdbf40aac
fixed compilation error for case when 3dnow! enabled and sse not
2004-01-31 17:13:05 +00:00
Stanislav Shwartsman
77cb1436fb
fix bug
2004-01-31 15:11:41 +00:00
Stanislav Shwartsman
9120961241
update checking for pending FPU exceptions code
2004-01-31 13:43:26 +00:00
Volker Ruppert
fd0a5cac9b
- fixed unterminated #if statement
2004-01-30 17:36:30 +00:00
Volker Ruppert
ad5543a4b6
- updated configure script after adding BX_USE_TEXTCONFIG
2004-01-30 16:39:29 +00:00
Volker Ruppert
abfd6aef64
- set BX_USE_TEXTCONFIG to 0 if Bochs is compiled for wxWindows only
2004-01-29 19:28:46 +00:00
Volker Ruppert
c3d9a977f8
- new symbol BX_USE_TEXTCONFIG controls the presence of the text mode configuration
...
interface. It should be set to 1 unless Bochs is compiled for wxWindows only.
- 'user_shortcut' is now available at runtime (wx version only)
2004-01-29 18:50:33 +00:00
Michael Brown
d1922bc835
Changed #ifdef MAGIC_BREAKPOINT to #if BX_MAGIC_BREAKPOINT and added a
...
configure script option --enable-magic-breakpoints (enabled by default).
Documented the instruction required to trigger the magic breakpoint
(xchgw %bx,%bx).
2004-01-29 17:49:03 +00:00
Michael Brown
b29e94b334
Fixed segfault on attempt to build with PNIC support.
2004-01-29 17:33:45 +00:00
Volker Ruppert
a0457f980e
- int17_function updated for multiple parallel ports
...
- detection of serial port 3 + 4 added
2004-01-28 19:14:56 +00:00
Volker Ruppert
ac28f72551
- multiple parallel port support added (2 ports are available now)
...
- parport irq is now only registered in irq mode
- bx_reset_options() updated for multiple parallel and serial ports
2004-01-27 21:38:51 +00:00
Daniel Gimpelevich
22a2e01975
*** empty log message ***
2004-01-26 22:13:22 +00:00
Daniel Gimpelevich
8173180387
Applied Volker's patch to fix the floppy browse bug.
2004-01-26 04:29:47 +00:00
Christophe Bothamy
df2030c60b
- completely desactivate code for compressed hd for now.
...
this fixes bug #883239
2004-01-26 00:55:23 +00:00
Volker Ruppert
795cb05b42
- fixed int13_harddisk function 10h
2004-01-25 22:15:56 +00:00
Volker Ruppert
b2b9d5bd53
- com port number added to all debug/info/error/panic messages
2004-01-25 13:01:29 +00:00
Volker Ruppert
897695270b
- notify the display library if the bpp value changes (switching from VBE to VGA mode)
2004-01-24 20:50:45 +00:00
Daniel Gimpelevich
06d6d03e5b
Fixed compiling pcidev without plugins per Frank Cornelis's latest patch.
2004-01-24 18:04:18 +00:00
Stanislav Shwartsman
aa934c0bd2
update makefile for support .cpp suffixes for C++ sources
2004-01-24 16:37:15 +00:00
Christophe Bothamy
d62e9c7a4c
- fix out of bound index on COW_images array, as suggested by Sharvil Nanavati
2004-01-19 23:25:47 +00:00
Christophe Bothamy
2117cdae7d
- apply patches from Ben Lunt :
...
* do not panic when "calibrate drive" is issued to non disk
* warn that "set tranfert mode" command not supported
2004-01-19 21:48:07 +00:00
Christophe Bothamy
bb485a27f0
- fix typo (from Ben Lunt)
2004-01-19 21:45:21 +00:00
Christophe Bothamy
501c7ffc13
- change tabs to spaces
2004-01-19 21:43:50 +00:00
Christophe Bothamy
4b00048561
- update cpu list and instruction set supported
2004-01-19 21:42:02 +00:00
Volker Ruppert
c1808b14f4
- allow 16 bit writes to page 0 (patch from Kenneth Stailey)
2004-01-19 17:53:53 +00:00
Volker Ruppert
20f80ecac6
- fixed bug #878771 Symbol conflict in rfb.o and x.o
2004-01-18 19:51:36 +00:00
Christophe Bothamy
be57f55969
- fix FWAIT instruction acording to intel specs
...
NM exception is raised only when cr0.mp and cr0.ts are set
2004-01-18 16:42:05 +00:00
Christophe Bothamy
3436662995
- fix for vmware3 cow disk on big-endian platforms
2004-01-18 16:39:02 +00:00
Christophe Bothamy
48f4a6cc47
- adding patch that is suppposed to help with booting os/2
2004-01-18 16:37:41 +00:00
Volker Ruppert
264029fdee
- raw serial support prepared for 4 ports
...
- fixes for compiling on win32
- unnecessary includes removed
- description updated
- converted tabs to spaces
2004-01-18 11:58:07 +00:00
Daniel Gimpelevich
f11fdab54b
Added preliminary hack to use TUN mode instead of TAP.
...
Still doesn't work, though.
2004-01-18 06:15:38 +00:00
Volker Ruppert
92c0f1e300
- fixes to make serial_raw stuff compile (still a dummy)
2004-01-18 01:30:14 +00:00
Volker Ruppert
24bee7ee43
- multiple serial port support completed (4 port are available now)
...
- rx_fifo_enq() call fixed
- unnecessary BX_INFO removed
2004-01-18 00:18:44 +00:00
Daniel Gimpelevich
d83e154e8f
Applied Russ Cox's tuntap patch and updated docs.
2004-01-17 20:50:45 +00:00
Daniel Gimpelevich
5e48704ebb
Added --enable-raw-serial.
2004-01-17 20:33:19 +00:00
Volker Ruppert
8b640bface
- serial read/write and timer handlers prepared for 4 ports
...
- new function triggeredTimerID() returns the active ID in timer handler
2004-01-17 15:51:09 +00:00
Daniel Gimpelevich
63e4f9d270
Now allows compiling tuntap on MacOSX.
...
Couldn't configure the interface to work, though.
2004-01-17 11:47:12 +00:00
Daniel Gimpelevich
ae66bb33c0
Applied Russ Cox's CPU panic debug patch from Oct 2003.
2004-01-17 08:36:29 +00:00
Daniel Gimpelevich
f2b7a065cd
Applied Russ Cox's tuntap patch and updated docs.
2004-01-17 08:33:59 +00:00
Daniel Gimpelevich
d0dae6dae1
Applied Russ Cox's tuntap patch and updated docs.
2004-01-17 02:13:37 +00:00
Volker Ruppert
3b17e2daa0
- the console beep currently works on Linux only and cannot be a plugin yet
...
- Bochs license and RCS ID added
2004-01-16 18:18:38 +00:00
Daniel Gimpelevich
6708807b38
Applied SF patch #694889 .
2004-01-16 16:30:46 +00:00
Daniel Gimpelevich
9915fca4e9
Applied SF patch #874816 .
2004-01-16 15:53:44 +00:00
Daniel Gimpelevich
b84ad185f5
Updated to 2003-11-27.
2004-01-16 15:15:49 +00:00
Daniel Gimpelevich
873651063e
Added support for Virtual Distributed Ethernet.
2004-01-16 14:44:38 +00:00
Daniel Gimpelevich
96142f8465
Fixed DLL-related crash.
2004-01-15 18:00:36 +00:00
Daniel Gimpelevich
eae5c1eaba
Rebuilt BIOS from latest rombios.c
2004-01-15 03:32:14 +00:00
Daniel Gimpelevich
45f7ac7459
Increased optimization from -O2 to -O3.
2004-01-15 03:17:37 +00:00
Daniel Gimpelevich
6c26e6a65f
Introduced Frank Cornelis's PCIDEV patch.
2004-01-15 02:08:37 +00:00
Christophe Bothamy
1c9de422d2
- apply patch #874517 Bugfix in int15h function 0xe820 by flashburn
2004-01-14 23:09:31 +00:00
Michael Brown
299947f64f
Added the PCI Pseudo-NIC (pnic). Mainly useful for running Etherboot
...
inside Bochs.
2004-01-13 19:21:21 +00:00
Christophe Bothamy
a9bacb3c9e
- update VERSION strings to something sensible for the HEAD branch
2004-01-12 01:17:21 +00:00
Christophe Bothamy
d9a77789e4
- updatz release date and version number
2004-01-11 21:08:10 +00:00
Volker Ruppert
2e3a43ce4f
- serial port and cdrom feature: supported platforms updated
...
- fixed a typo
2004-01-11 10:29:51 +00:00
Stanislav Shwartsman
49c6fd55e4
Remove redundant ifdefs
2004-01-10 19:45:53 +00:00
Volker Ruppert
c26844df80
- gameport added to the feature list
...
- a few small fixes and updates
2004-01-10 17:49:51 +00:00
Volker Ruppert
e2367ae7c3
- VGA improvements added to important changes
2004-01-10 10:36:44 +00:00
Stanislav Shwartsman
9d18109775
Update changes
2004-01-10 09:32:41 +00:00
Daniel Gimpelevich
0b63699d89
add a credit for bug #843433 under patches
2004-01-09 22:56:57 +00:00
Volker Ruppert
9b85a8d84d
- most of the changes are present in CVS, others are GCC specific and may conflict
...
with other compilers and the large changes for the rotate improvement would speed
up this mostly unused feature only a little bit
2004-01-09 20:56:27 +00:00
Christophe Bothamy
bd08f8888d
- reformat CHANGES for upcoming 2.1 release
2004-01-09 09:36:22 +00:00
Christophe Bothamy
472dea189f
- do not copy docbook files during install
2004-01-08 22:27:07 +00:00
Christophe Bothamy
d28d41bf99
- update file list
2004-01-07 20:16:16 +00:00
Christophe Bothamy
4374561364
- comment out compressed disk references, as they interfere with wx.
...
- Enable/disable the redolog path field in the wx config interface,
depending on the selected disk image type.
2004-01-05 22:18:01 +00:00
Christophe Bothamy
c6d074c469
- add Peter's changes
2004-01-05 20:52:25 +00:00
Christophe Bothamy
a9c8c937dd
- prune directories when updating from repository when making releases
2004-01-04 18:53:58 +00:00
Christophe Bothamy
7061211fbe
- another fix for compiling with vcpp
2004-01-04 18:53:02 +00:00
Christophe Bothamy
fa9b18c887
- add missing resolve.cpp from project files
2004-01-04 18:51:15 +00:00
Volker Ruppert
481180af26
- list of files in Bochs directory (Windows version) added
...
- list of files in RPM package updated
2004-01-04 17:14:01 +00:00
Christophe Bothamy
cbb07730ee
- prepare 2.1.pre3 release
2004-01-04 13:22:21 +00:00
Christophe Bothamy
f1e558a39d
- updates so bochs compiles when the debugger is enabled
2004-01-04 13:13:45 +00:00
Volker Ruppert
edd830cbb4
- these files are no longer necessary after the NSIS update
2004-01-04 10:21:48 +00:00
Volker Ruppert
59cca1e84d
- installation instructions for Windows binaries added
...
- bootable cdrom is also valid in the minimum requirements list
2004-01-02 22:37:18 +00:00
Stanislav Shwartsman
7b35ac3575
Added two missed diassembler table entries
2004-01-02 11:56:59 +00:00
Christophe Bothamy
5032559153
- update for 2.1pre3 release
2004-01-01 23:27:29 +00:00
Christophe Bothamy
d87354191b
- fix typos
2004-01-01 23:10:33 +00:00
Christophe Bothamy
7e5fd004f1
- update with latest changes
2004-01-01 23:09:19 +00:00
Christophe Bothamy
f0c3b9d90b
- update installer script so it works with nsis2.0rc1
2004-01-01 23:05:45 +00:00
Christophe Bothamy
5cf57858cc
- add missing resource file in project
2004-01-01 23:04:43 +00:00
Stanislav Shwartsman
f3730cd784
Implemented two last SSE instructions RSQRTSS and RSQRTPS
...
MSDEV workspaces updated with new file
CPUID will detect and CPU will execute FXSAVE/FXRSTOR instructions when cpu-level-hacked=6 and not only when cpu-level=6
2003-12-31 17:35:43 +00:00
Volker Ruppert
2127a3925b
- re-implemented old VBE interface for backward compatibility (USB must be disabled)
2003-12-31 10:33:27 +00:00
Stanislav Shwartsman
2dae51fc3f
Fixed compilation error
2003-12-30 23:14:47 +00:00
Stanislav Shwartsman
52d75d7aed
Fast table-based implementation of reciprocal (RCPSS/RCPPS)
...
This implemntation is much more clear than old one.
RSQRTSS/RSQRTPS coming soon.
2003-12-30 23:06:59 +00:00
Christophe Bothamy
e7e0b40bd1
- remove calculation on cr3 in dtranslate_linear, one of the most called functions (patch by Conn Clark)
2003-12-30 22:12:45 +00:00
Christophe Bothamy
e3bec02532
- fix bug preventing x86-64 detection
2003-12-30 14:14:28 +00:00
Daniel Gimpelevich
d5d7021e5e
omit frame pointer
2003-12-30 00:40:04 +00:00
Christophe Bothamy
a3d62221ed
- update workspace with new gameport class²²
2003-12-29 21:57:03 +00:00
Christophe Bothamy
b0c8fb1dcb
- remove tar and zip files before making them
2003-12-29 21:53:03 +00:00
Christophe Bothamy
b57e55ca95
- fix typo
2003-12-29 21:51:53 +00:00
Christophe Bothamy
37d62ebd90
- add temporary hack for compiling with visual c++
2003-12-29 21:48:56 +00:00
Stanislav Shwartsman
6fe8e9260b
remove redundant CPU LEVEL checks for x86-64
2003-12-29 21:47:36 +00:00
Daniel Gimpelevich
fb80d47dbf
*** empty log message ***
2003-12-29 21:24:35 +00:00
Stanislav Shwartsman
be9c0aeeec
Enable FXSAVE/FXRESTOR instructions for BX_HACKED_CPU_LEVEL=6 also
2003-12-29 21:23:46 +00:00
Stanislav Shwartsman
b770d809d3
Clearify disagnostic messages.
...
Remove redundant cpu level checks for x86-64
2003-12-29 21:20:58 +00:00
Volker Ruppert
8ec786767a
- parsing of bochsrc line "ne2k" rewritten. Now it is possible to override one
...
single setting without writing the complete line. The sequence of the arguments
doesn't matter now.
- the dmatimer value must be valid to enable the sb16
2003-12-29 20:58:25 +00:00
Stanislav Shwartsman
7deb9491da
Fixed compilation error for FPU disabled case
2003-12-29 20:26:05 +00:00
Volker Ruppert
bc3801b500
- table of configure options updated (to be completed)
2003-12-29 09:40:13 +00:00
Daniel Gimpelevich
68fd1dc95b
cleanup optimizations & fix compile error
2003-12-29 07:28:28 +00:00
Volker Ruppert
c478995779
- description for bochsrc option "clock" added
...
- deprecated bochsrc options moved to the end of the list
- bochsrc search order description updated
2003-12-28 22:48:40 +00:00
Stanislav Shwartsman
fd60a984a0
Instructions that should not check pending FPU exceptions
2003-12-28 18:58:15 +00:00
Stanislav Shwartsman
0eb71999db
Added missed 287 opcodes which should be executed as NOP in 387+
2003-12-28 18:19:41 +00:00
Volker Ruppert
dab8f76c4e
- descriptions of the options "com1" and "mouse" updated
2003-12-28 17:00:04 +00:00
Volker Ruppert
bb81e7c0dc
- description of bochsrc option 'clock' added (to be completed)
...
- deprecated options moved to the end of the list
2003-12-28 14:32:53 +00:00
Volker Ruppert
23f30f7b26
- new features and bugfix added
2003-12-27 21:34:44 +00:00
Stanislav Shwartsman
9ccb363ec3
bochs style decode/execute of FPU instructions.
...
With this coding style each instruction could be implemented separatelly even not together with current Bochs FPU emulator.
Step-by-step I am going to transfer all FPU instructions from current Bochs FPU emulator to new style and remove an old bugged emulator.
Anyway, now I could implement all currently missed FPU instructions without hacking wm-fpu-emu.
2003-12-27 13:50:06 +00:00
Volker Ruppert
154d9c3bea
- divider chain reset implemented (fixes bug #865354 )
2003-12-27 13:43:41 +00:00
Stanislav Shwartsman
dacdaadf3d
I forgot to add thos file last time
2003-12-27 09:27:26 +00:00
Volker Ruppert
0e1cac616d
- missing defines BX_SUPPORT_GAME added
2003-12-26 14:18:06 +00:00
Volker Ruppert
fc1abe8423
- gameport support is now disabled by default. It can be enabled with --enable-sb16=...
...
or the new option --enable-gameport.
- reading gameport with joystick not present now causes a BX_DEBUG message
2003-12-26 14:15:43 +00:00
Volker Ruppert
643e7f268d
- configure updated after adding gameport option
2003-12-26 13:55:31 +00:00
Volker Ruppert
6ba47a1d7a
- gameport support is now disabled by default. It can be enabled with --enable-sb16=...
...
or the new option --enable-gameport.
- reading gameport with joystick not present now causes a BX_DEBUG message
2003-12-26 13:53:40 +00:00
Volker Ruppert
e8fcb2dd36
- unlike the OPL2, the OPL3 does not set bit 1 and 2 in the status register
...
- the OPL3 mode can only be enabled with command 05h sent to the second OPL chip
2003-12-26 10:06:57 +00:00
Stanislav Shwartsman
4baec805fa
Fixed:
...
[ 725796 ] configure script bug
configure script bug
Current CVS configure script enables MMX even if FPU
is disabled.
2003-12-25 21:46:07 +00:00
Stanislav Shwartsman
fcd897836c
Remove an old already committed patches
2003-12-25 20:55:23 +00:00
Volker Ruppert
b7767cc6ee
- DCR loopback bit fixed: bit 3 clear means loopback mode, so subtracting 8 was
...
wrong. Now the bits are working right, but loopback is still not present.
- loopback should be active if DCR is in loopback mode and TCR loop mode is > 0
- reading the FIFO is only valid in loopback mode (causes a BX_ERROR for now)
2003-12-25 16:58:17 +00:00
Stanislav Shwartsman
fc1473cb8c
Update changes
...
dos2unix cleanup
2003-12-24 20:44:39 +00:00
Stanislav Shwartsman
ab6b9c7dcb
New table-based disassembler:
...
* Fully supports
* MMX/XMM/3DNOW instruction sets
* FPU instruction
* SSE3 extensions
currently only 16/32 bit mode bug anyway, it is much better that old one ;)
2003-12-24 20:32:59 +00:00
Volker Ruppert
3ab624f2bd
- new features added
2003-12-23 21:40:02 +00:00
Volker Ruppert
815a083f86
- special rule for the gameport plugin on win32 added
2003-12-21 22:36:37 +00:00
Volker Ruppert
f0b06b6da8
- real gameport access implemented for the win32 platform
2003-12-21 17:24:45 +00:00
Volker Ruppert
e7879f6c73
- mixer register behaviour fixes (old registers are bitmapped to the ones)
...
- mixer reset sets default values
- mixer log messages fixed and improved
2003-12-20 17:04:08 +00:00
Volker Ruppert
f731c1774c
- DEV_set_media_status() not necessary in gui floppy handlers when using the
...
win32 floppy dialog
- report geometry with BX_INFO after inserting new floppy media
2003-12-18 20:04:49 +00:00
Volker Ruppert
623ba8b00d
- INT 16h function 05h implemented (grabbed from patch #707931 )
2003-12-18 16:49:22 +00:00
Daniel Gimpelevich
0bf35c8f7b
add new fixed bug report
2003-12-16 07:35:55 +00:00
Volker Ruppert
360caceb6f
- stretching of the simulation window in graphics mode disabled. For now stretching
...
is only used by text mode CO40 (40x25).
- variables hFont and FontId are only required if Windows fonts are used in text mode
2003-12-14 09:51:58 +00:00
Christophe Bothamy
22eaef9b8a
- add new fixed bug report
2003-12-11 13:07:22 +00:00
Christophe Bothamy
da735350a6
- update command to make the source .tar.gz
2003-12-11 13:06:45 +00:00
Volker Ruppert
0569c80236
- initialize structure 'stat_buf' if using raw device access on win32 (grabbed
...
from bug report #857235 )
2003-12-10 22:14:01 +00:00
Christophe Bothamy
7dd1b63f7a
- regen from configure.in rev1.233
2003-12-10 21:03:29 +00:00
Christophe Bothamy
fa449cacfd
- update vcpp workspace with bx_debug directory
2003-12-10 21:03:28 +00:00
Christophe Bothamy
c191c1c518
- use cc2cpp before and cpp2cc after making the win32 source snapshot
2003-12-10 20:11:01 +00:00
Daniel Gimpelevich
42bf7e7595
add new patch applied, clean up table
2003-12-09 00:58:04 +00:00
Daniel Gimpelevich
854f360f9f
Partially applied patches 856506 and 856510.
2003-12-08 23:49:48 +00:00
Christophe Bothamy
22f3930b81
- apply patch from Frank Cornelis to have bcc able to compile gcc-3.2-preprocessed rombios.c
2003-12-08 20:35:20 +00:00
Daniel Gimpelevich
878134572a
Applied patch to remove 0xfff0 legacy port.
2003-12-08 19:36:23 +00:00
Christophe Bothamy
b7e20e0eb8
- add new patch applied
2003-12-07 23:54:46 +00:00
Christophe Bothamy
83ff38223b
- update release process info, mainly win32
2003-12-07 23:53:28 +00:00
Christophe Bothamy
aa0c3447b1
- add @EXE@ extensions for installed binaries
2003-12-07 23:47:44 +00:00
Christophe Bothamy
aac6373669
- exclude CVS and .cvsignore when making win32_snap zip file
2003-12-07 23:44:10 +00:00
Christophe Bothamy
6ef1e12eac
- create full directory when installing
2003-12-07 23:36:58 +00:00
Christophe Bothamy
c7fcb049c9
- fix comments
2003-12-07 23:35:48 +00:00
Christophe Bothamy
966e37f067
- fix compilation problem on vcpp when debugger is enabled
2003-12-07 23:34:48 +00:00
Christophe Bothamy
9bf270b1af
- vcpp does not have hash_map.h : fixes a compilation problem with debugger enabled
2003-12-07 23:32:45 +00:00
Christophe Bothamy
89c6db7c9e
- apply [ 847822 ] Bochs crash when exmining memory that crosses page boundary
...
fix by ortal at jungo dot com
2003-12-07 22:29:14 +00:00
Christophe Bothamy
2e7780cfdf
- update date of last prerelease
2003-12-07 22:25:47 +00:00
Stanislav Shwartsman
185ba44bbe
update changes
2003-12-07 19:21:14 +00:00
Volker Ruppert
a0b896dc22
- determine media geometry on Linux and win32 host
2003-12-07 15:59:32 +00:00
Volker Ruppert
a7565b1e06
- CHANGES updated
2003-12-06 14:00:22 +00:00
Volker Ruppert
6113bf4d89
- evaluate_media(): code for character or block devices simplified (TODO: determine
...
media size)
2003-12-06 13:59:30 +00:00
Volker Ruppert
df8604baee
- applied patch #850236 : fixed direct device access to DVD's on win32
2003-11-30 20:54:42 +00:00
Daniel Gimpelevich
fff74a6f83
Fixed incompatibility with gcc3.3, I think.
2003-11-28 15:07:29 +00:00
Daniel Gimpelevich
fc025ac0c7
renamed to bx_debug
2003-11-28 14:59:45 +00:00
Christophe Bothamy
c95a329afb
- preparing 2.1pre2 release
2003-11-27 01:36:55 +00:00
Christophe Bothamy
5224313f56
- add two sf bugs fixed
2003-11-27 00:46:09 +00:00
Christophe Bothamy
9d38eca4c5
- recompile rombios.c rev1.102
2003-11-27 00:35:24 +00:00
Christophe Bothamy
ea8fd6a431
- update with new file list (a file was removed from fpu)
2003-11-26 22:31:54 +00:00
Christophe Bothamy
0d281a9cca
- initialize ata controller state even if master/slave device is not
...
present. This would prevent the simulation from running on windows
if no slave device was present on the ata0 interface.
2003-11-25 23:00:06 +00:00
Christophe Bothamy
89821fcd81
- remove hlt from BX_PANIC function, because the user can choose to
...
continue after a panic.
- add the hlt instruction in int18 handler. This should stop the
simulation if the boot disk can not be read
2003-11-25 22:56:11 +00:00
Christophe Bothamy
e9efb9aed0
- stop execution with an 'hlt' if the bios can not read the boot disk
2003-11-25 22:46:20 +00:00
Christophe Bothamy
acf790e096
- remove unwanted "exit"
2003-11-25 22:42:58 +00:00
Christophe Bothamy
003e56f81a
- moving --enable-sb16=win at the end of parameters seems to
...
be a workaround for the "invalid parameter" bug
2003-11-25 22:42:21 +00:00
Stanislav Shwartsman
902f655bb7
Fixed compilation error
2003-11-25 19:34:34 +00:00
Volker Ruppert
335507ac38
- evaluate_media(): floppy type handling for images rewritten. The function now
...
fails if the image size is too large for the selected type.
- evaluate_media(): enclose path names in single quotes in BX_INFOs
2003-11-23 21:54:59 +00:00
Zwane Mwaikambo
b152c966fc
remove 'const' from bx_local_apic_c::get_type declaration, fix for wrong
...
class member being called in bx_generic_apic_c::deliver
2003-11-23 02:44:15 +00:00
Zwane Mwaikambo
8ca600665e
Fix 3DNow compilation
2003-11-22 22:39:55 +00:00
Volker Ruppert
e827d430f2
- don't try to insert the floppy media if the path name is "none"
...
- evaluate_media(): new variable 'raw_floppy' indicates raw floppy access on win32
- evaluate_media(): try to read the first sector determine the presence of the
floppy media (raw access on win32)
2003-11-22 18:22:45 +00:00
Stanislav Shwartsman
b17671f5ef
Fixed compilation error
2003-11-19 20:57:13 +00:00
Stanislav Shwartsman
a6c1bdbbb2
Optimization of RCPSS/RCPPS functions
2003-11-19 20:27:58 +00:00
Daniel Gimpelevich
9e6e7609e3
Rewrote Alt/Ctrl/Shift key handling & added SysRq/Ctrl-Break. Needs further testing!!
2003-11-17 04:21:16 +00:00
Volker Ruppert
c1989c68da
- removed unused stuff
2003-11-16 08:21:10 +00:00
Volker Ruppert
5cd8ea6be1
- split the fprintf() call in the writelog() function. This is a workaround for
...
a bug in cygwin and mingw/msys (loglevel was always 0)
- DSP test register implemented
2003-11-15 14:56:30 +00:00
Christophe Bothamy
93ff40743f
- recompiled with rombios.c rev1.100
2003-11-15 00:03:57 +00:00
Christophe Bothamy
0276bfdef7
- add fix to get v2os to boot : preserve eax top 16bits on int1A function B101 call
2003-11-15 00:00:37 +00:00
Volker Ruppert
31fcbd1bad
- DSP command 0xE0 returns bitwise NOT of data byte
...
- SB16 returns DSP version 4.05 (4.11 is SB16 SCSI-2)
2003-11-14 19:00:32 +00:00
Volker Ruppert
fa59ac787b
- CHANGES updated
2003-11-14 15:43:58 +00:00
Volker Ruppert
bc19ad6c26
- applied patch #838401 : fixed redrawing of toolbar if the host environment is
...
at high load
2003-11-14 15:43:12 +00:00
Christophe Bothamy
1409913502
- do not copy CVS directories when running "make install"
2003-11-14 00:38:54 +00:00
Stanislav Shwartsman
cdb68ff8c8
Reverting back the changes in data_xfer16.cc
...
Add/Fix bx_info messages in proc_ctrl.cc
2003-11-13 21:57:13 +00:00
Stanislav Shwartsman
d51aece0c1
Change BX_PANIC messages to BX_INFO when behaviour is accepted with Intel/AMD docs.
...
Instructions MOV_CxRx and MOV_RxCx are not supported in v8086 mode according to Intel manuals.
Also these instructions are treated as register-to-register regardless to MODRM byte fields (according to AMD manuals)
Also commit fix for MOV_EwSw by Kevin
2003-11-13 21:17:31 +00:00
Volker Ruppert
7e19d19b54
- don't panic at controller command 0xa0 (keyboard BIOS name)
2003-11-11 18:18:36 +00:00
Volker Ruppert
4c8015f84b
- biossums added to make target 'clean'
2003-11-11 18:18:11 +00:00
Volker Ruppert
633373b3eb
- CHANGES updated
2003-11-09 15:12:34 +00:00
Volker Ruppert
6866ca21d6
- serial FIFO support (UART type 16550A) implemented
2003-11-09 00:14:43 +00:00
Daniel Gimpelevich
8d963231d3
Added support for all bits per pixel values.
2003-11-08 06:46:03 +00:00
Christophe Bothamy
f7db74b2f8
- exlude CVS directories when making source package
2003-11-07 23:08:01 +00:00
Christophe Bothamy
740d0806f5
- fix bug that corrupts disk data when using a redolog.
2003-11-07 22:59:05 +00:00
Stanislav Shwartsman
ac50ab3760
Implemented RCPSS/RCPPS SSE instructions
2003-11-07 20:53:27 +00:00
Volker Ruppert
c99cd71125
- don't print the VBE disable info if the status is unchanged
2003-11-06 18:48:01 +00:00
Christophe Bothamy
42cd5f2699
- update with vgabios v0.4c
2003-11-06 00:17:35 +00:00
Volker Ruppert
b034b7f331
- applied patch #834962 : dimension update to the same size but different bpp
...
now works on win32
2003-11-05 17:25:29 +00:00
Christophe Bothamy
a7ea447861
- update with vgabios v0.4b
2003-11-04 23:08:48 +00:00
Volker Ruppert
597c2834ca
- CRTC initialisation fixed (bug found with valgrind)
2003-11-02 16:34:10 +00:00
Volker Ruppert
568cd93523
- detect_serial: detection simplified using IER and IIR
...
- detect_parport: save base address and timeout using push/pop
2003-11-02 12:40:51 +00:00
Christophe Bothamy
6860d5617b
- add new author
2003-11-02 10:23:59 +00:00
Volker Ruppert
9e5592ef96
- removed option --enable-port-e9-hack (it is already enabled by default)
...
- removed option --enable-sse=2 (SSE support requires cpu level 6)
2003-11-02 09:41:55 +00:00
Daniel Gimpelevich
219269b08b
Fixed problem where gui code was writing to nonexistent memory on host.
...
Carbon gui now compatible with VBE.
TODO: support for pixel depths != 8
2003-11-02 04:05:02 +00:00
Stanislav Shwartsman
e8961bb65d
dos2unix fpu_compare
...
update changes file
2003-11-01 18:45:16 +00:00
Stanislav Shwartsman
66549cc16b
Implemented FCMOVcc instructions.
...
Removed undocumented FPU opcodes, they are not supported by real CPUs
2003-11-01 18:36:19 +00:00
Volker Ruppert
6c398a7170
- the CRT controller works the same way in color and monochrome emulation modes
...
- use the same text mode update code for color and monochrome modes (vga mode 0x07
now works with the Elpin BIOS)
2003-11-01 10:28:40 +00:00
Daniel Gimpelevich
7ca818e043
*** empty log message ***
2003-10-31 20:50:04 +00:00
Volker Ruppert
7f5b3e6575
- missing end tag </para> added
...
- fixed 2 typos
2003-10-31 18:23:38 +00:00
Volker Ruppert
2ef7ec8973
- new function raise_interrupt() manages the serial interrupt reasons
...
- the line status register only causes an interrupt if an error occurs
- missing initial baurate value added (using 115200)
- baudrate divisor value checks fixed
2003-10-31 17:23:56 +00:00
Volker Ruppert
5616d81a67
- removed unnecessary comments
2003-10-31 15:49:29 +00:00
Christophe Bothamy
61dc5119ec
- add sections on new harddisk modes
2003-10-31 13:54:01 +00:00
Stanislav Shwartsman
885dd35d19
clear unused code
2003-10-31 11:06:23 +00:00
Christophe Bothamy
2eee53c41a
- fix typos
...
- cleanup "How to make a disk image" section
- update "undoable" "growing" "volatile" disk image sections
2003-10-30 10:14:07 +00:00
Volker Ruppert
2fc0b134ed
- interrupt and i/o port initialization moved into the initialization loop
...
- new function lower_interrupt() lowers the irq line if no interrupts are pending
- IER write code: missing conditions for lower_interrupt() added
- symbol BX_SERIAL_CONFDEV removed (now using BX_N_SERIAL_PORTS)
2003-10-29 21:00:04 +00:00
Volker Ruppert
5540cd5664
- printer sends ACK after init
...
- irq number added to BX_INFO in init()
2003-10-29 17:29:26 +00:00
Christophe Bothamy
5cee585e26
- remove sections added to the user doc
2003-10-29 01:15:13 +00:00
Christophe Bothamy
39db299002
- remove references to zlib compressed disk images.
...
Gzipped disk images are too slow to be useful anyway.
Proper read/write compressed disk image support
will be implemented after 2.1
2003-10-29 01:13:16 +00:00
Christophe Bothamy
3ff351f4fc
- remove references to zlib compressed disk images.
...
Gzipped disk images are too slow to be useful anyway.
Proper read/write compressed disk image support
will be implemented after 2.1
2003-10-29 01:04:27 +00:00
Christophe Bothamy
50b768228c
- add start of disk modes documentation.
...
- remove references to zlib compressed disk images
2003-10-29 01:00:28 +00:00
Volker Ruppert
fbba69380b
- MCR bit 3 (OUT2) controls the serial interrupt generation, but has no effect
...
on the IIR (only depends on the IER).
- IER write code rewritten. The "THR empty" interrupt will be generated immediately
after enabling this interrupt reason.
2003-10-28 18:40:00 +00:00
Volker Ruppert
78e2cc110d
- CHANGES updated
2003-10-26 10:01:37 +00:00
Volker Ruppert
f46ff184f6
- applied patch #724466 (libtool needs --mode=compile and --mode=link to work
...
without warnings)
2003-10-26 10:00:20 +00:00
Volker Ruppert
d179cd7fdb
- applied patch #830079 : fixed bochs's application error if unsupported key
...
pressed and added supported keys that was already assigned BX_KEY_xxx code
2003-10-25 17:37:58 +00:00
Stanislav Shwartsman
a9a7fa3ed6
Fixed status bar position bug
2003-10-25 11:57:42 +00:00
Stanislav Shwartsman
2f20c087c3
Remove code duplication from FXRSTOR functioN
2003-10-25 10:32:54 +00:00
Stanislav Shwartsman
4e74efdf0c
Fast fxsave/fxrstor
2003-10-24 20:44:43 +00:00
Stanislav Shwartsman
ac739aa8b7
Fixed possible compilation problem
2003-10-24 20:06:12 +00:00
Stanislav Shwartsman
05c2a19e05
'changes' file updated
2003-10-24 18:44:24 +00:00
Stanislav Shwartsman
ac20b6405a
- FXSAVE/FXRSTOR instructions should be available in P6 mode
...
- Added second UD2 opcode to fetchdecode
- Added RDPMC instruction to fetchdecode
- 'changes' updated
2003-10-24 18:34:16 +00:00
Volker Ruppert
78f99bdd72
- replaced hardcoded ask dialog return values by enum values (already defined in
...
siminterface.h)
2003-10-24 15:39:57 +00:00
Daniel Gimpelevich
5586f6054b
*** empty log message ***
2003-10-24 11:16:25 +00:00
Volker Ruppert
e5fc2e06d9
- dimension_update(): unnecessary size check removed
...
- fixed some warnings
2003-10-19 17:23:25 +00:00
Volker Ruppert
23285d87ac
- statusbar at the bottom of the simulation window added
...
- mouse enable/disable messages moved to the new statusbar
2003-10-19 08:24:12 +00:00
Christophe Bothamy
3dd4b321b7
- make now runs biossums on generated bios files
2003-10-17 12:01:28 +00:00
Christophe Bothamy
0798cad04d
- add biossums utility, to set various checksums in bios files, written by Eike W.
2003-10-17 11:59:57 +00:00
Christophe Bothamy
01f2d9978b
- add small document about biossums, written by Eike W.
2003-10-17 11:57:55 +00:00
Volker Ruppert
5be03ffb09
- int 0x16 function 0x0A implemented (GET KEYBOARD ID)
...
- int 0x16 functions 0x10/0x11 fixed (don't change the ascii code to 0xE0)
2003-10-16 19:31:33 +00:00
Volker Ruppert
33847825a2
- TTY_HACK feature removed. It no longer compiles and it has been replaced by
...
the SERIAL_ENABLE feature.
- rx_timer value for data sizes other than 8 fixed
- initial comment updated
2003-10-12 10:51:58 +00:00
Volker Ruppert
428c5209b5
- fixed 2 warnings
2003-10-11 10:43:52 +00:00
Volker Ruppert
3268858f2c
- workaround for a bug in the win32 isspace() function. Some special characters
...
are detected as spaces (Bochs panics when parsing the keymap file). This problem
doesn't appear when argument is unsigned.
2003-10-11 10:43:24 +00:00
Stanislav Shwartsman
d5210af668
Two new bx_instrumentation callbacks
2003-10-09 19:05:13 +00:00
Daniel Gimpelevich
227933bc11
Fix ATA/Serial ioport conflict
2003-10-07 01:44:34 +00:00
Daniel Gimpelevich
296dbe928a
Fix ATA/Serial ioport conflict
2003-10-07 00:21:10 +00:00
Daniel Gimpelevich
d920233498
I hope this will make it compile under MinGW. Thanx
2003-10-06 21:36:13 +00:00
Stanislav Shwartsman
e57662214a
Change BX_PANIC to BX_INFO when behaviour exactly matches Intel docs
2003-10-06 10:01:12 +00:00
Daniel Gimpelevich
c249cc8709
Update to coincide with Volker's adjustment to VGA-BIOS upstream.
2003-10-05 23:15:45 +00:00
Stanislav Shwartsman
25d04e2b4f
Remove unused "dummy" parameters for some functions
2003-10-05 12:26:11 +00:00
Stanislav Shwartsman
9690ed763b
// is not allowed in pure-C
2003-10-05 12:14:02 +00:00
Stanislav Shwartsman
b0e65474e6
Update 2.0.2 to 2.1 changes
2003-10-05 10:09:59 +00:00
Stanislav Shwartsman
149f8aef82
dos2unix fix
2003-10-05 10:05:05 +00:00
Stanislav Shwartsman
8bf447d0cd
Implement a few 3DNOW instructions
2003-10-05 09:51:26 +00:00
Stanislav Shwartsman
3084a41abf
Changes BX_PANIC to BX_INFO if Bochs behavour is exactly matches Intel docs
2003-10-04 20:48:13 +00:00