OSDN Git Service

[WIP][General] Merge upstream 2017-08-12.
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 8/12/2017
2
3 [EMU/DEBUGGER] improve to show message when cpu is not suspended soon
4
5 [PC8801/PC88] fix to render text color #0 with back color
6 [PC8801/PC88] fix to get text color attribute when text display is stopped
7
8
9 8/10/2017
10
11 [EMU] support to enter 0-9 by numpad key while roman to kana is enabled
12 [EMU] support to enter shift + function key while roman to kana is enabled
13 [EMU/DEBUGGER] fix to wait until cpu is suspended and enters into waiting loop
14
15 [VM/I386] fix to flush vtlb after modifying address mask
16 [VM/UPD7220] support to specify device class to access vram
17 [VM/Z80] fix to run dma before checking interrupts
18
19 [PC8801/PC88] fix monocolor graph screen to get color index from text attribute
20 [PC8801/PC88] fix monocolor graph screen to render with graph palette
21
22 [PC9801VX] support NEC PC-9801VX
23 [PC9801/CPUREG] support address mask i/o
24 [PC9801/DISPLAY] support EGC (thanks Neko Project 2)
25 [PC9801/DISPLAY] support EGC/GRCG access from graphic GDC
26 [PC9801/MEMBUS] support 24bit/32bit address memory bus
27 [PC9801/MEMBUS] support ITF rom
28
29
30 6/22/2017
31
32 [EMU] move auto key codes from winmain to emu class
33 [EMU] support to convert roman letters to kana letters
34 [WINMAIN] support APPLICATION accelerator to enable/disable roman to kana
35 [WINMAIN] support CTRL+ALT+ENTER accelerator to enable/disable full speed
36
37 [VM/I386] improve i86/i286 core based on MAME 0.185
38 [VM/UPD765A] fix device status (thanks annonymus guy)
39 [VM/YM2203] fix to mask YM2608 ports in YM2203 case (thanks annonymus guy)
40
41 [PC8801/PC88] fix bank switch of extend ram (thanks annonymus guy)
42 [PC8801/PC88] fix crtc for dma underrun case (thanks annonymus guy)
43
44
45 5/28/2017
46
47 [WINMAIN] support to run simulation at full speed
48
49 [VM/I386] improve i386 core based on MAME 0.185
50
51
52 5/20/2017
53
54 [YIS/DISPLAY] support correct font rom (thanks Mr.Moriya)
55 [YIS/DISPLAY] support native graphic commands
56 [YIS/DISPLAY] include KST32B stroke font and its decoder (thanks Mr.Saka.N)
57
58 [X1TURBOZ/DISPLAY] fix 8 color mode with 4096 palette (thanks Mr.Sato)
59
60
61 5/17/2017
62
63 [X1TURBOZ/DISPLAY] fix 64/4096 color mode (thanks Mr.Sato)
64
65
66 5/15/2017
67
68 [X1TURBOZ] support SHARP X1turboZ
69 [X1TURBOZ/DISPLAY] support X1turboZ enhanced graphic modes
70 [X1TURBOZ/IOSUB] support analog palette access wait
71
72
73 5/13/2017
74
75 [WIN32/SCREEN] fix not to move window position unnecessarily
76
77 [VM/AM9511] support AM9511 (thanks Xep128)
78 [VM/DISK] support to specify raw track size
79 [VM/MB8877] support to specify raw track size
80 [VM/MC6844] support MC6844
81 [VM/MC6850] support MC6850
82 [VM/MSM58321] add read_signal()
83 [VM/MEMORY] improve that dma controller does not read/write memory mapped i/o
84 [VM/NOISE] fix not to restart from first sample if already playing noise
85
86 [YIS] support YAMAHA YIS (thanks YAMAHA and Mr.Moriya)
87
88
89 4/16/2017
90
91 [VM/IO] revert the fix in 4/15/2017
92 [VM/SN76489AN] revert the fix in 4/15/2017
93
94
95 4/15/2017
96
97 [COMMON] add muldiv_s32 and muldiv_u32 to multiple 32bit integer
98 [COMMON] fix functions to support symbols
99
100 [VM/IO] improve to use read/write_io8/16/32w() to get wait clock from device
101 [VM/SN76489AN] improve to return 32 + 16 * n for wait clock
102
103 [MZ700] improve correct cpu clock and frame rate
104 [MZ800] improve correct cpu clock and frame rate
105
106
107 4/2/2017
108
109 [RESOURCE] improve menu items
110 [WINMAIN] improve menu items
111
112 [EX80] support to show/hide crt monitor
113
114
115 3/30/2017
116
117 [COMMON] add functions to convert char, wchar_t, and _TCHAR to each other
118 [COMMON] add _fgetts, _ftprintf, my_ftprintf_s, and my_swprintf_s
119 [COMMON/FILEIO] add Fgetts and Ftprintf for _TCHAR
120 [COMMON/FILEIO] fix functions using ZLIB for _UNICODE case
121 [EMU/DEBUGGER] fix for _UNICODE case
122 [WINMAIN] improve to update status only when status is changed
123
124 [VM/HUC6280] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
125 [VM/I8080] improve disassembler to support symbols
126 [VM/M6502] support debugger and disassembler (thanks MAME)
127 [VM/MCS48] improve disassembler to support symbols
128 [VM/TMS9995] fix disassembler for _UNICODE case
129 [VM/UPD7810] improve disassembler to support symbols
130 [VM/UPD7810] fix disassembler for _UNICODE case
131
132 [BABBAGE2ND] support debugger and save/load state
133 [FAMILYBASIC] support debugger
134 [YS6464A] support debugger and save/load state
135
136
137 3/28/2017
138
139 [COMMON] add _tcscat and my_tcscat_s
140 [COMMON] add structure and functions to support symbols
141 [EMU/DEBUGGER] improve debugger to support symbols (thanks Mr.Kei Moroboshi)
142
143 [VM/MC6800] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
144 [VM/MC6809] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
145 [VM/TMS9995] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
146 [VM/UPD7801] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
147 [VM/Z80] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
148
149
150 3/26/2017
151
152 [VM/YM2413] support mute
153
154 [FAMILYBASIC] support Family BASIC MMC5/VRC7 MOD
155 [FAMILYBASIC] support correct scanlines
156 [FAMILYBASIC/MEMORY] support MMC5/ VRC7 based on unofficial nester
157 [FAMILYBASIC/MEMORY] fix data recorder signal (thanks MESS)
158
159
160 3/20/2017
161
162 [COMMON] suport to read ascii/binary file compressed by gzip
163 [RESOURCE] fix fm8/fm7/fm77 dipswitch menu items
164 [WINMAIN] fix to update status bar twice/second to supress flickar
165
166 [VM/SCSI_CDROM] support CD-ROM bin/img file compressed by gzip
167 [VM/DATAREC] support tape image file compressed by gzip
168 [VM/DATAREC] support to save FUJITSU FM-7/77 t77 format tape image
169
170 [BMJR/MEMORY] fix sound mixer not to clear previously mixed sound
171
172
173 3/18/2017
174
175 [WINMAIN] support multiple data recorder
176 [EMU] support multiple data recorder
177
178 [VM/DATAREC] support HITACH BASIC Master Jr bin format tape image
179 [VM/PTF20] support access lamp signal
180
181 [BMJR/MEMORY] fix reading cmt signal
182 [BMJR/MEMORY] fix sound mixer
183 [TK80BS/CMT] support TK-80 cmt i/f
184
185
186 3/15/2017
187
188 [WINMAIN] add status bar to draw access lamps
189 [EMU] add interfaces to get access status of floppy/quick/hard disk drives
190 [EMU] add interface to get cmt status message
191
192 [VM/DATAREC] support cmt status message
193 [VM/HD44102] fix build error
194 [VM/MC6800] fix M_RDOP and M_RDOP_ARG macros (thanks PockEmul)
195 [VM/LD700] support access lamp signal
196 [VM/SCSI_CDROM] support access lamp signal
197 [VM/SCSI_DEV] support access lamp signal
198 [VM/SCSI_HDD] support access lamp signal
199
200 [HC20] fix issue that we cannot debug TF-20 CPU
201 [JR800] support National JR-800 (thanks PockEmul)
202
203
204 3/12/2017
205
206 [VM/DATAREC] fix issue that fast forward noise may not stop
207
208
209 3/11/2017
210
211 [VM/DATAREC] support to play play/stop/fast-fwd noise
212 [VM/MB8877] support to play seek/load/unload noise
213 [VM/HD44102] support HD44102 based on MAME 0.171
214 [VM/T3444A] support to play seek/load/unload noise
215 [VM/UPD765A] support to play seek/load/unload noise
216 [VM/UPD765A] fix seek time (thanks Mr.Artane.)
217
218 [MZ80B/MEMORY80B] fix vgate signal (thanks Mr.Suga)
219
220
221 3/8/2017
222
223 [VM/DISK] improve to check if disk image is modified more strictly
224 [VM/DISK] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
225 [VM/V9938] import yaya2016-04-13plus1 (thanks Mr.umaiboux and MAME)
226 [VM/YM2413] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
227
228 [FMR30] split project for i86 and i286
229 [MSX/*] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
230
231
232 3/7/2017
233
234 [WIN32/INPUT] improve to accept shift + caps/kana/kanji
235
236 [VM/DISK] support device name (thanks Mr.Aratane.)
237 [VM/EVENT] improve to check abnormal scanline number (thanks Mr.Sato)
238 [VM/EVENT] fix light weight sound rendering (thanks Mr.168)
239 [VM/*] add device name to all devices of each machine (thanks Mr.Aratane.)
240
241 [MZ80B] change floppy drive type from 2D to 2DD (thanks Mr.Suga)
242 [MZ80B/MEMORY80B] support I-O DATA PIO-3039 (thanks Mr.Suga)
243
244
245 3/4/2017
246
247 [WINMAIN] add interfaces for bubble casette (thanks Mr.Artane.)
248 [EMU] add interfaces for bubble casette (thanks Mr.Artane.)
249
250 [VM/*] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
251 [VM/AY_3_891X] split YM2203 and AY-3-891X (thanks Mr.Artane.)
252 [VM/DISK] fix trim buffer routine for 2D disk image (thanks Mr.Artane.)
253 [VM/EVENT] support light weight sound rendering (thanks Mr.Artane.)
254 [VM/MB8877] fix seek command for 2D disk image (thanks Mr.Artane.)
255
256 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
257
258
259 3/1/2017
260
261 [EMU/DEBUGGER] support < command (input commands from file)
262
263 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
264
265
266 2/9/2017
267
268 [WINMAIN] support to draw bitmap image onto buttons
269 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
270 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
271
272 [BABBAGE2ND] add bitmap images for buttons
273 [EX80] add bitmap images for buttons
274 [SMB80TE] add bitmap images for buttons
275 [TK80BS] add bitmap images for buttons
276 [TK85] support NEC TK-85
277 [YS6464A] add bitmap images for buttons
278
279
280 12/31/2016
281
282 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
283 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
284 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
285 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
286
287
288 12/30/2016
289
290 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
291
292
293 12/29/2016
294
295 [RESOURCE] recompress png files in https://tinypng.com/
296
297 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
298
299 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
300 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
301 [SMB80TE] support SHARP SM-B-80TE
302
303
304 4/13/2016
305
306 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
307 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
308
309 [VM/DATAREC] support to detect the frequency of signal
310 [VM/DATAREC] fix to always adjust zero position of wave signal
311 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
312 [VM/UPD7810] support debugger
313 [VM/UPD7810] support MOV A,S opecode
314 [VM/UPD7810] fix not to change V register (thanks PockEmul)
315
316 [PC2001] support NEC PC-2001
317 [PC2001] fix cpu clock
318 [PC2001] support beep sound
319 [PC2001/IO] support rtc control signals
320 [YALKY] support Yuasa Kyouiku System YALKY
321 [YALKY/IO] improve data recorder controller
322
323
324 4/1/2016
325
326 [VM/DATAREC] suppot to specify channel of data and voice for each vm
327 [VM/UPD7810] support uPD7810 series based on MAME 0.152
328 [VM/UPD16434] support uPD16434 based on PockEmul
329
330 [PC2001] support NEC PC-2001 (not work)
331 [SMC70] support SONY SMC-70
332 [YALKY] support Yuasa Kyouiku System YALKY (not work)
333
334
335 3/23/2016
336
337 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
338 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
339 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
340
341 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
342 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
343 [MZ80K/KEYBOARD] fix shift and kana keys
344 [MZ2800] fix issue that prnfile instance is not initialized
345
346
347 3/17/2016
348
349 [ALL] improve VC++2013 project files for include/lib directories and manifest
350
351 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
352 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
353 [EMU] add get_sound_rate()
354
355 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
356
357 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
358
359
360 3/16/2016
361
362 [VM/HUC6280] support busreq
363 [VM/MSM5205] support MSM5205 based on MAME 0.171
364 [VM/SCSI_CDROM] support SCSI CD-ROM drive
365 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
366 [VM/SCSI_DEV] support more correct req timing
367 [VM/SCSI_DEV] simplify codes
368 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
369 [VM/SCSI_HDD] simplify codes
370 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
371
372 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
373 [PCENGINE] change icon file
374
375
376 3/5/2016
377
378 [EMU] add force_out_debug_log() function
379
380 [VM/DEVICE] add definitions for SCSI signals
381 [VM/I8237] suuport output signal to notify terminal count
382 [VM/MB8877] support MB89311
383 [VM/SCSI_HOST] support SCSI base host adaptor
384 [VM/SCSI_DEV] support SCSI base device
385 [VM/SCSI_HDD] support SCSI hard disk drive
386 [VM/UPD71071] fix to clear registers at initialize() for debug mode
387 [VM/UPD71071] fix initial mode and mask registers values in reset()
388
389 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
390 [FMR30/SCSI] support SCSI host adaptor
391 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
392 [FMR50/BIOS] remove codes for unused memory card and power management bios
393 [FMR50/SCSI] support SCSI host adaptor
394
395
396 3/1/2016
397
398 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
399 [ALL] rename pair and scrntype to pair_t and scrntype_t
400
401 [COMMON] add get_long_full_path_name() and get_parent_dir()
402 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
403 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
404 [EMU] add get_osd()
405 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
406 [EMU] add get_access_lamp_status() and get_led_status()
407 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
408 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
409
410 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
411 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
412 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
413 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
414 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
415 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
416 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
417
418 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
419 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
420 [J3100] fix build issues (thanks Mr.Artane.)
421
422
423 2/26/2016
424
425 [WINMAIN] refactor codes
426 [WIN32] fix routine to check the Windows Vista or later
427 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
428 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
429
430 [VM/HD46505] support to set character clock
431 [VM/MC6840] reimplement based on MAME 0.168
432 [VM/T3444A] fix build error
433 [VM/YM2203] fix to clear output register and mode register in reset()
434
435
436 2/21/2016
437
438 [VM/MB8877] fix timing to start read/write sector for invalid format track
439 [VM/T3444A] fix timing to start read/write sector for invalid format track
440
441 [MZ2500/CMT] fix reset signal again for Laydock
442
443
444 2/19/2016
445
446 [ALL] add VC++2013 project files
447 [ALL] change many public method names according to common naming convention
448
449 [COMMON] add create_string() function
450 [WINMAIN] copy codes to read clipboard for auto key from osd class
451 [EMU] copy codes for auto key and joystick mapping from osd class
452 [EMU/OSD] remove codes for auto key and joystick mapping
453
454 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
455 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
456 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
457
458 [MZ2200/MEMORY80B] fix green monitor color
459
460
461 2/17/2016
462
463 [EMU] improve screen stretch modes
464 [EMU/OSD] improve screen stretch modes
465
466 [VM/FMGEN] support to set left/right volumes
467 [VM/YM2151] support to set left/right volumes
468 [VM/YM2203] support to set left/right volumes
469 [VM/Z80DMA] fix timing of bus request and release
470
471 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
472 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
473
474
475 2/13/2016
476
477 [VM/DISK] fix routine to calculate sector position for invalid format track
478 [VM/DISK] increase max sector number from 256 to 512
479 [VM/MB8877] improve timing to start read/write sector for invalid format track
480 [VM/MZ1P17] fix initial value of reset signal
481 [VM/PRNFILE] fix initial value of reset signal
482 [VM/T3444A] improve timing to start read/write sector for invalid format track
483
484 [MZ2200/MEMORY80B] support dual (color and green) monitors
485
486
487 2/11/2016
488
489 [VM/DISK] fix to allow fdc class to get gap3 size
490 [VM/MB8877] improve timing to start read/write sector
491 [VM/T3444A] improve timing to start read/write sector
492 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
493
494
495 2/10/2016
496
497 [COMMON] improve routine to apply volume to sound samples
498 [WINMAIN] improve volume dialog
499 [WINMAIN] change volume uppder limit from +20dB to 0dB
500 [WINMAIN] support joystick dialog
501 [WINMAIN] simplify codes
502 [EMU] remove function to get sound device info
503 [EMU] change keyboard/joystick/mapper data pointer to const pointer
504
505 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
506 [PC6001/PSUB] fix for constant keyboatd data pointer
507 [X1/KEYBOARD] fix for constant keyboatd data pointer
508
509
510 2/7/2016
511
512 [WINMAIN] add dialog to set sound device volumes
513 [EMU] support to get sound device info
514 [EMU] support to set left/right volumes
515
516 [VM/BEEP] support to set left/right volumes
517 [VM/DATAREC] support to set left/right volumes
518 [VM/DEVICE] add virtual function to set left/right volumes
519 [VM/LD700] support to set left/right volumes
520 [VM/PCM1BIT] support to set left/right volumes
521 [VM/SN76489AN] support to set left/right volumes
522 [VM/TMS3631] support to set left/right volumes
523 [VM/UPD7552] support to set left/right volumes
524 [VM/YM2151] support to set volume
525 [VM/YM2203] support to set volume
526 [VM/YM2413] support to set left/right volumes
527 [VM/YM2413] fix memory leak issue
528
529 [BMJR/MEMORY] support to set left/right volumes
530 [FAMILYBASIC/APU] support to set left/right volumes
531 [MULTI8] support beep sound
532 [PV1000/PSG] support to set left/right volumes
533 [SCV/SOUND] support to set left/right volumes
534
535
536 2/4/2016
537
538 [VM/TMS9995] support debugger
539
540
541 1/10/2016
542
543 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
544 [VM/MZ1P17] support MZ-2/3/X1 mode
545 [VM/MZ1P17] improve hiragana mode
546 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
547 [VM/MZ1P17] improve busy signal
548 [VM/MZ1P17] support ack and reset signal
549 [VM/PRNFILE] improve busy signal
550 [VM/PRNFILE] support ack and reset signal
551
552 [MZ1500] support dummy printer device and MZ-1P17
553 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
554 [MZ2500/PRINTER] improve to use printer reset signal
555 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
556 [MZ3500] support dummy printer device and MZ-1P17
557 [MZ5500] support dummy printer device and MZ-1P17
558 [PC8801/PC88] fix to get printer busy status
559 [PC9801] fix to get printer busy status
560 [PC98LT] fix to get printer busy status
561 [X1] support dummy printer device and MZ-1P17
562
563
564 12/31/2015
565
566 [VM/MZ1P17] support underline, hiragana mode, and color mode
567
568
569 12/30/2015
570
571 [COMMON] add jis_to_sjis() function
572 [EMU] fix to delete OSD instance after delete VM instance
573 [EMU/OSD] improve functions to manipulate bitmaps and fonts
574
575 [VM/PRNFILE] support save/load state
576 [VM/MZ1P17] support MZ-1P17
577
578 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
579
580
581 12/23/2015
582
583 [ALL] fix for UNICODE character set case
584
585 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
586 [EMU/OSD] improve to capture screen with png file format
587 [EMU/OSD] improve functions to manipulate bitmaps and fonts
588
589 [TOOL/MZ80K] support software keyboard for MZ-80K/C
590
591
592 12/20/2015
593
594 [EMU/OSD] remove functions for pinter interface
595 [EMU/OSD] add functions to manipulate bitmaps and fonts
596
597 [VM/PRNFILE] support dummy printer device that outputs to file
598
599 [MZ80K/MEMORY] combine memory class and display class
600 [MZ80K/MEMORY] support PCG-8000/1200
601 [MZ700/MEMORY] fix PCG-700
602 [PC6001] improve to use new dummy printer device
603 [PC8801] improve to use new dummy printer device
604 [PC9801] improve to use new dummy printer device
605 [PC98LT] improve to use new dummy printer device
606 [X1] improve to use new dummy printer device
607
608
609 12/17/2015
610
611 [COMMON] add application_path() and create_local_path()
612 [COMMON] add create_date_file_path()
613 [COMMON] add get_host_time()
614 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
615 [EMU/OSD] remove OSD::create_date_file_name()
616 [EMU/OSD] remove EMU::get_host_time()
617 [WIN32/SCREEN] fix screen rotation
618
619 [EX80] improve screen
620
621
622 12/16/2015
623
624 [COMMON] improve config, common, and fileio for other environments
625 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
626 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
627
628 [VM/DISK] improve for other environments
629 [VM/F9368] support F9368
630 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
631 [VM/LD700] improve for other environments
632 [VM/MC6809] improve for other environments
633 [VM/UPD765A] improve for other environments
634 [VM/V99X8] fix to check if screen buffer is valid or not
635
636 [EX80] support save/load state
637 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
638 [J3100] fix build errors (thanks Mr.Artane.)
639 [TK80BS] support save/load state
640
641
642 12/15/2015
643
644 [WINMAIN] fix to check if button caption is multi-line or not
645
646 [VM/I8080] fix to use fetch_op() function to fetch opecode
647 [VM/I8080] support to read interrupt enabled status
648
649 [EX80] support TOSHIBA EX-80
650 [TK80BS] improve screen
651
652
653 12/10/2015
654
655 [COMMON] improve common.h for other environments
656 [WIN32/SCREEN] fix crt filter issue for eFM-7
657
658
659 12/9/2015
660
661 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
662 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
663 [WIN32/SCREEN] support to load png image from resource
664
665 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
666 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
667 [TK80BS] add printed circuit board picture and buttons
668 [X1TURBO/PSUB] fix kana key map in keyboard mode B
669
670
671 11/18/2015
672
673 [WINMAIN] support to eject disk with d88 bank selection menu open
674 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
675
676 [VM/*] add tape_playing(), tape_recording(), and tape_position()
677
678 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
679
680
681 10/31/2015
682
683 [WIN32/INPUT] fix broken auto key function
684 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
685 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
686
687 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
688
689
690 10/27/2015
691
692 [VM/IO] fix build error
693 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
694
695
696 10/7/2015
697
698 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
699 [VM/IO] improve debug log for second cpu
700
701 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
702
703
704 10/6/2015
705
706 [WIN32/DEBUGGER] add > command to output the logfile
707
708 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
709 [VM/Z80] improve disassembler for DD/ED/FD opecodes
710
711 [MZ3500/SUB] fix character vram bit width
712 [MZ3500/SUB] fix graphic vram size
713 [MZ3500/SUB] fix to negate color palette number of kanji character screen
714
715
716 9/30/2015
717
718 [EMU/WIN32] fix eFM77AV40/EX menu issues
719
720 [VM/TMS3631] add TMS3631 based on Neko Project 2
721
722 [MZ3500/SUB] support monochrome mode
723 [MZ3500/SUB] support vertical/horizontal line
724 [MZ3500/SUB] fix character color in the case color number is zero
725 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
726 [PC9801] support PC-9801-14
727
728
729 9/29/2015
730
731 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
732
733 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
734 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
735
736 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
737 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
738 [MZ3500/MAIN] support some dip switches
739 [MZ3500/SUB] support middle resolution monitor and green monitor
740 [PC9801] support to enable/disable sound board and sound bios
741
742
743 9/26/2015
744
745 [MZ3500/SUB] fix kanji character renderer
746 [MZ3500/SUB] fix character renderer for non transparent black color
747
748
749 9/25/2015
750
751 [MZ3500] support HALT button
752 [MZ3500/KEYBOARD] support PRO/OP mode switch
753 [MZ3500/KEYBOARD] support CL and 00 keys
754 [MZ3500/KEYBOARD] change key assign for program control keys
755 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
756 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
757 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
758 [MZ3500/SUB] support kanji rom and kanji vram
759 [MZ3500/SUB] implement graphic screen renderer
760
761
762 9/23/2015-2
763
764 [MZ3500/KEYBOARD] support kana key
765
766
767 9/23/2015
768
769 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
770
771 [MZ3500] support SHARP MZ-3500
772 [MZ3500/KEYBOARD] implement keyboard
773 [MZ3500/SUB] enlarge ram size of sub cpu
774 [MZ3500/SUB] fix text screen renderer
775
776
777 9/17/2015
778
779 [TOOL/ANY2D88] support to convert solid image to 1dd
780 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
781
782 [WINMAIN] improve to inhibit starting screen saver
783
784 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
785 [VM/DISK] update physical disk format table
786 [VM/DISK] improve fdi converter
787 [VM/DISK] support to get am1 position in id field
788 [VM/MB8877] improve timing to start read/write sector
789 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
790 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
791 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
792
793 [MZ80K/DISPLAY] support green monitor for MZ-80C
794 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
795
796
797 9/15/2015
798
799 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
800
801 [COMMON] add FileLength() function to FILEIO class
802 [WIN32/DEBUGGER] disable ctrl-c on the debug console
803
804 [VM/DATAREC] support to record tap format image
805 [VM/DISK] simplify image loader
806 [VM/DISK] improve cpdread converter for invalid track size table
807
808 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
809
810
811 9/9/2015
812
813 [COMMON] add batch file to merge manifest file for Windows Vista or later
814
815
816 9/8/2015
817
818 [VM/DISK] fix for single density disk in double density drive
819 [VM/T3444A] support T3444A/T3444M
820
821 [BMJR] support HITACHI BASIC Master Jr
822 [MZ80K/MZ80FIO] support MZ-80FIO
823 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
824 [PC6001] fix signal connections between i8255 and PC-80S31K
825
826
827 8/28/2015
828
829 [WIN32/SCREEN] improve and simplify crt filter
830
831 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
832 [VM/DATAREC] rename set_context_out() to set_context_ear()
833 [VM/DEVICE] add virtual functions to get remaining time until event is expired
834 [VM/DEVICE] add functions to get remaining time until event is expired
835 [VM/MC6800] fix build error for MB8861
836 [VM/YS6522] support YS6522 based on MAME 0.164
837
838 [JR100] support National JR-100
839
840
841 8/25/2015
842
843 [WIN32/SCREEN] improve crt filter for non stretched screen
844 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
845
846 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
847
848
849 8/24/2015
850
851 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
852 [VM/DISK] fix to save single side solid image correctly
853 [VM/DISK] fix imagedisk converter for single side disk image
854
855
856 8/23/2015
857
858 [VM/DISK] fix routine to check FM-7 DEATH FORCE
859
860
861 8/22/2015-2
862
863 [VM/DISK] support solid 1dd 280kb disk image with .img extension
864 [VM/MB8877] revert the fix in 8/22/2015
865
866 [SMC777] fix floppy drive speed to 600rpm
867
868
869 8/22/2015
870
871 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
872 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
873
874 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
875 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
876 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
877
878 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
879 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
880
881
882 8/21/2015
883
884 [WIN32/INPUT] improve auto key function for us-keyboard
885 [WIN32/INPUT] support to load vm's own auto key table
886
887 [VM/DISK] support *.1dd floppy disk image
888 [VM/I286] fix build error
889 [VM/MB8877] fix to check cylinder number for read/write sector command
890
891 [SMC777] support SONY SMC-777
892
893
894 8/13/2015
895
896 [VM/HUC6280] support debugger
897 [VM/I86] fix aad instruction for NEC V30
898 [VM/I286] add NEC V30 instructions based on MAME 0.128
899
900 [PC9801U] fix to use new V30 core
901 [PC9801VF] fix to use new V30 core
902 [PC9801VM] fix to use new V30 core
903 [PC98DO] fix to use new V30 core
904 [PC98HA] fix to use new V30 core
905 [PC98LT] fix to use new V30 core
906
907
908 8/9/2015
909
910 [VM/MB8877] support MB8866
911 [VM/MB8877] improve type-2/3 command timing for E flag
912 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
913
914 [MZ80A] change fdc device type from MB8876 to MB8866
915
916
917 8/8/2015
918
919 [VM/DISK] remove ugly patch for X1turbo Alpha
920 [VM/MB8877] remove ugly patch for X1turbo Alpha
921 [VM/MB8877] improve type-1 command timing
922 [VM/MB8877] improve type-2/3 command timing for E flag
923 [VM/MB8877] improve force interrupt command to finish write sector command
924 [VM/Z80SIO] improve transmitting timing for external clock signal
925
926
927 8/7/2015
928
929 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
930 [VM/DATAREC] improve mzt converter to support fast forward/rewind
931 [VM/DISK] improve image decoder for single side and data mark missing cases
932 [VM/MB8877] fix timing to abort searching the target sector
933 [VM/MB8877] fix to raise irq signal after abort searching the target sector
934 [VM/MB8877] fix to abort write command before drq when disk is write protected
935 [VM/MB8877] fix to abort write command when lost data occurs at first drq
936 [VM/MB8877] fix to read/write data register when lost data occurs
937 [VM/MB8877] fix to show crc error when verify track number at seek command
938 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
939
940
941 8/5/2015
942
943 [WINMAIN] support menu to enable/disable correct fdc timing
944
945 [VM/DISK] improve to check both id crc error and data crc error
946 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
947 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
948 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
949 [VM/MB8877] improve drq signal timing for write track command
950 [VM/MB8877] improve data lost timing for write sector and write track commands
951 [VM/MB8877] improve to check both id crc error and data crc error
952 [VM/UPD765A] improve timing to go to exec phase
953 [VM/UPD765A] improve to check both id crc error and data crc error
954 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
955
956 [FMR50/BIOS] improve to check both id crc error and data crc error
957 [FMR50/BIOS] improve write track command for sectors without data field
958 [MSX2/MEMORY] improve to check both id crc error and data crc error
959
960
961 8/3/2015
962
963 [VM/DISK] support sectors without data field
964 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
965 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
966 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
967 [VM/MB8877] improve seek command not to set seek error without verify flag
968 [VM/MB8877] improve read/write sector commands for sectors without data field
969 [VM/MB8877] improve write track command for sectors without data field
970 [VM/MB8877] improve force interrupt command to finish write track command
971 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
972 [VM/UPD765A] improve read/write sector commands for sectors without data field
973 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
974
975
976 8/1/2015
977
978 [WINMAIN] support menu to modify write protected status of floppy disk image
979 [WINMAIN] support menu to enable/disable DirectInput for keyboard
980 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
981
982 [VM/DISK] fix not to inherit the write protected status of image file
983 [VM/DISK] support to modify write protected status of floppy disk image
984 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
985 [VM/MB8877] improve read/write commands to access the current track
986 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
987 [VM/MB8877] suppot to set/get write protected status of floppy disk image
988 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
989 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
990 [VM/PC6031] suppot to set/get write protected status of floppy disk image
991 [VM/PTF20] suppot to set/get write protected status of floppy disk image
992 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
993
994 [FM77AV] import Mr.Artane.'s fixes
995
996
997 7/31/2015
998
999 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
1000 [COMMON] fix all vcproj files to enable SSE2 instructions
1001 [CONFIG] support ignore crc options individually for each floppy drive
1002 [WINMAIN] support ignore crc options individually for each floppy drive
1003
1004 [VM/DISK] support ignore crc options individually for each floppy drive
1005 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
1006 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1007 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
1008 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
1009 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
1010 [VM/YM2203] improve timer timing (thanks Mr.PI.)
1011 [VM/YM2151] improve timer timing (thanks Mr.PI.)
1012
1013 [FM77AV] import Mr.Artane.'s fixes
1014 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
1015
1016
1017 6/28/2015
1018
1019 [FM77AV] import Mr.Artane.'s fixes
1020 [MZ2500/CMT] fix reset signal
1021 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
1022 [MZ2500/MEMORY] improve vram wait in display timing
1023 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
1024
1025
1026 6/25/2015
1027
1028 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
1029 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
1030 [WIN32/DEBUGGER] fix to accept escape key when the console is active
1031
1032 [VM/FMGEN] fix status register (thanks Mr.PI.)
1033 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1034 [VM/YM2203] fix busy period (thanks Mr.PI.)
1035
1036 [FM77] add eFM77 codes (thanks Mr.Artane.)
1037 [FM77AV] import Mr.Artane.'s fixes
1038 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
1039 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
1040
1041
1042 4/29/2015
1043
1044 [EMU/WIN32] suport to load intel hexadecimal object file format
1045 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
1046
1047 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1048
1049 [FM77AV] import Mr.Artane.'s fixes
1050 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
1051
1052
1053 4/24/2015
1054
1055 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
1056 [VM/I386] improve i386 core based on MAME 0.160
1057 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1058
1059 [FM77AV] import Mr.Artane.'s fixes
1060
1061
1062 4/10/2015
1063
1064 [CONFIG] remove model-dependent codes
1065
1066 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1067 [VM/MC6809] support debugger (thanks Mr.Artane.)
1068
1069 [FM77AV] import Mr.Artane.'s fixes
1070 [MZ2800/MEMORY] fix memory bank swith
1071
1072
1073 4/7/2015
1074
1075 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1076
1077 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
1078
1079
1080 3/28/2015
1081
1082 [FM7] add eFM7 codes (thanks Mr.Artane.)
1083
1084
1085 3/26/2015
1086
1087 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
1088 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1089 [VM/YM2151] support mamefm.dll
1090 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
1091
1092 [MSX2/MEMORY] import Mr.tanam's fixes
1093
1094
1095 3/21/2015-2
1096
1097 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
1098
1099
1100 3/21/2015
1101
1102 [VM/DISK] support 1dd floppy image
1103 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
1104 [VM/V99X8] support save/load state
1105 [VM/Z80] support to hook ret opecode for pseudo bios call
1106
1107 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1108 [MSX1] support save/load state
1109 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1110 [MSX2] support save/load state
1111
1112
1113 3/19/2015
1114
1115 [WIN32/INPUT] fix DirectInput issues
1116
1117
1118 3/15/2015
1119
1120 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
1121 [WIN32/INPUT] support DirectInput for keyboard
1122
1123 [VM/*] simplify including fileio.h
1124 [VM/DATAREC] fix sound mixer
1125 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1126 [VM/UPD7801] fix disassembler
1127
1128 [FM16PI] support save/load state
1129 [FMR30] support save/load state
1130 [FMR50] support save/load state
1131 [FMR60] support save/load state
1132 [FMR70] support save/load state
1133 [FMR80] support save/load state
1134 [FP200/IO] fix lcd driver
1135
1136
1137 3/12/2015
1138
1139 [FMR50/BIOS] support to format a floppy disk image physically
1140
1141
1142 3/12/2015
1143
1144 [VM/DATAREC] support to play tape sound
1145 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
1146 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
1147 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1148 [VM/MEMORY] support memory wait
1149 [VM/PTF20] support save/load state
1150 [VM/UPD765A] fix not to write sector because of tc if no data transfered
1151
1152 [FP200] support save/load state
1153 [FP200] support memory and io wait
1154 [HC20] support save/load state
1155 [HC40] support save/load state
1156 [HC80] support save/load state
1157 [X07] support save/load state
1158 [X1TURBO] support cmt control buttons
1159
1160
1161 3/4/2015
1162
1163 [VM/I8255] fix save/load state
1164
1165 [MZ700/MEMORY] support PCG-700
1166 [PC8201] support save/load state
1167
1168
1169 3/3/2015
1170
1171 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
1172
1173 [VM/UPD765A] fix period to raise lost data for write id command
1174
1175 [FP1100/MAIN] fix expansion slot selection
1176 [FP1100/SUB] fix color register (thanks FP-1100 user)
1177 [FP1100/SUB] fix vram plane mask
1178 [FP1100/SUB] support dipswitch to select cmt baud rate
1179
1180
1181 2/28/2015
1182
1183 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
1184
1185 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
1186 [VM/Z80] fix disassembler (thanks Mr.Reddam)
1187
1188
1189 2/21/2015
1190
1191 [WIN32/INPUT] support to specify wait after shift key is pressed or released
1192 [WIN32/SCREEN] improve crt filter for rotated screen
1193 [CONFIG] add screen rotation setting
1194
1195 [VM/BEEP] improve sound quality
1196 [VM/DATAREC] simplify sound mixer
1197 [VM/DEVICE] rename bios_call() to bios_call_i86()
1198 [VM/DEVICE] rename bios_int() to bios_int_i86()
1199 [VM/DEVICE] add virtual function bios_call_z80()
1200 [VM/DISK] support to fix sector number from big endian to little endian
1201 [VM/EVENT] support more precise loop event timing
1202 [VM/EVENT] improve sound quality
1203 [VM/HD46505] fix to update timing after all required registers are written
1204 [VM/PCM1BIT] simplify sound mixer
1205 [VM/PCM1BIT] fix to suppress petite noise when go to mute
1206 [VM/SN76489AN] improve sound quality
1207 [VM/UPD7801] support correct serial i/o
1208 [VM/Z80] support pseudo bios call
1209
1210 [FP1100] improve auto key timing after shift key is pressed or released
1211 [FP1100] fix crtc horizontal frequency
1212 [FP1100] support cmt
1213 [FP1100/MAIN] support wait for i/o access
1214 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
1215 [FP1100/SUB] support vram plane mask
1216 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
1217 [PASOPIA7/IOBUS] fix to initialize mio flag
1218 [PC8801MA/PC88] improve beep and cmd sing mixer
1219 [PC100] split setting for monitor type and screen rotation
1220 [PV1000/PSG] improve sound quality
1221
1222
1223 2/13/2015
1224
1225 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
1226
1227 [FP1100] change slot indices to support floppy drives
1228 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
1229 [PC8801MA/PC88] fix routine to set back color to black in color mode
1230 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
1231 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
1232 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
1233
1234
1235 2/1/2015
1236
1237 [VM/DISK] fix condition to check if the track offset is valid
1238 [VM/DISK] fix routine to trim the disk image
1239
1240
1241 1/31/2015
1242
1243 [VM/DISK] improve for format operation
1244 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
1245 [VM/MB8877] support write track command
1246 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
1247 [VM/PTF20] improve format command
1248 [VM/TF20] support EPSON TF-20
1249 [VM/UPD765A] support write id command
1250
1251 [HC20] support EPSON TF-20
1252
1253
1254 1/28/2015
1255
1256 [VM/DATAREC] fix issue for loading state file saved while recording
1257 [VM/PC6031] support save/load state
1258 [VM/UPD7552] support save/load state
1259 [VM/UPD7552] support init() function to specify sound rate
1260 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1261
1262 [FAMILYBASIC] support save/load state
1263 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1264 [MZ2800] support save/load state
1265 [MZ5500] support save/load state
1266 [MZ6500] support save/load state
1267 [PC6001] fix to specify sound rate to uPD7552
1268 [PC6001] support save/load state
1269 [PC6001MK2] support save/load state
1270 [PC6001MK2SR] support save/load state
1271 [PC6601] support save/load state
1272 [PC6601SR] support save/load state
1273 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
1274 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
1275 [PC98HA] support save/load state
1276 [PC98HA] fix crash issue
1277 [PC98LT] support save/load state
1278 [PC98LT] fix crash issue
1279
1280
1281 1/24/2015
1282
1283 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
1284 [WINMAIN] fix to close d88 format disk image after image titles are read
1285
1286 [VM/DISK] fix to save image to temporary file if image file cannot be written
1287 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
1288
1289 [X1TURBO] support to select boot floppy media type 2D or 2HD
1290
1291
1292 1/21/2015
1293
1294 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1295 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1296
1297
1298 1/19/2015
1299
1300 [VM/HD146818P] support save/load state
1301 [VM/I386] support save/load state
1302 [VM/I8080] support save/load state
1303 [VM/I8155] support save/load state
1304 [VM/M6502] support save/load state
1305 [VM/MC6800] support save/load state
1306 [VM/MC6820] support save/load state
1307 [VM/MC6840] support save/load state
1308 [VM/UPD4991A] support save/load state
1309 [VM/UPD71071] support save/load state
1310 [VM/Z80SIO] improve transmit/receive timing
1311 [VM/Z80SIO] support external transmit/receive clocks
1312
1313 [FP1100] support save/load state
1314 [MULTI8] support save/load state
1315 [MYCOMZ80A] support save/load state
1316 [MZ1500] support correct sio timing
1317 [MZ2200] support correct sio timing
1318 [MZ2500] support to switch sio port address
1319 [MZ2500] support correct sio timing
1320 [MZ2800] support to switch sio port address
1321 [MZ2800] support correct sio timing
1322 [MZ5500] support correct sio timing
1323 [PASOPIA] support save/load state
1324 [PASOPIA7] support save/load state
1325 [PASOPIA7] fix to use standard i/o bus class
1326 [PASOPIA7/IOBUS] simplify unique i/o bus class
1327 [QC10] support save/load state
1328 [QC10] support correct sio timing
1329 [X1TURBO] support correct sio timing
1330 [X1TURBO] fix to use standard i/o bus class
1331 [X1TURBO/IOBUS] simplify unique i/o bus class
1332
1333
1334 1/14/2015
1335
1336 [COMMON] fix to use secure string functions
1337 [COMMON] add substitutes for _TCHAR and secure string functions
1338
1339 [VM/I386] improve i386 core again based on MAME 0.157
1340
1341 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
1342
1343
1344 1/11/2015
1345
1346 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
1347
1348 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
1349 [PHC25] fix issue that cmt tape igam can not be correctly loaded
1350
1351
1352 1/10/2015
1353
1354 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
1355 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
1356 [VM/I386] improve i386 core based on MAME 0.157
1357 [VM/MC6847] support save/load state
1358 [VM/MSM58321] support save/load state
1359 [VM/YM2203] support to change device type to YM2608
1360
1361 [MAP1010] support save/load state
1362 [MZ80A] support save/load state
1363 [MZ80K] support save/load state
1364 [MZ1200] support save/load state
1365 [PC6001/SUB] support p6t format tape image (temporary)
1366 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
1367 [PC6001/PSUB] support p6t format tape image (temporary)
1368 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
1369 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
1370 [PC100] support save/load state
1371 [PHC20] support save/load state
1372 [PHC25] support save/load state
1373 [PV1000] support save/load state
1374 [RX78] support save/load state
1375
1376
1377 1/1/2015
1378
1379 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
1380
1381
1382 12/29/2014
1383
1384 [VM/SN76489AN] support save/load state
1385 [VM/TMS9918A] support save/load state
1386 [VM/TMS9995] support save/load state
1387 [VM/UPD7801] support save/load state
1388
1389 [M5] support save/load state
1390 [MZ700] support save/load state
1391 [MZ800] support save/load state
1392 [MZ1500] support save/load state
1393 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
1394 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1395 [PV2000] support save/load state
1396 [PYUTA] support save/load state
1397 [SC3000] support save/load state
1398 [SCV] support save/load state
1399
1400
1401 12/26/2014
1402
1403 [VM/AND] support save/load state
1404 [VM/I8237] support save/load state
1405 [VM/I86] support save/load state
1406 [VM/LS244] support save/load state
1407 [VM/LS393] support save/load state
1408 [VM/NAND] support save/load state
1409 [VM/NOR] support save/load state
1410 [VM/NOT] support save/load state
1411 [VM/OR] support save/load state
1412 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
1413 [VM/UPD7220] support save/load state
1414
1415 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1416 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
1417 [PC9801] support save/load state
1418 [PC9801E] support save/load state
1419 [PC9801U] support save/load state
1420 [PC9801VF] support save/load state
1421 [PC9801VM] support save/load state
1422 [PC98DO] support save/load state
1423
1424
1425 12/25/2014
1426
1427 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
1428 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
1429
1430 [VM/HD46505] support save/load state
1431 [VM/I286] support save/load state
1432 [VM/I8259] support save/load state
1433 [VM/MCS48] support save/load state
1434 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
1435
1436 [MZ2200] support save/load state
1437 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
1438 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
1439 [X1] support save/load state
1440 [X1TWIN] support save/load state
1441 [X1TURBO] support save/load state
1442
1443
1444 12/23/2014
1445
1446 [EMU/WIN32] simplify get/put functions for several types in file i/o class
1447
1448 [VM/BEEP] support save/load state
1449 [VM/DATAREC] support save/load state
1450 [VM/DISK] support save/load state
1451 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
1452 [VM/EVENT] fix load state function to update number of sound samples per frame
1453 [VM/FMGEN] support save/load state
1454 [VM/I8251] support save/load state
1455 [VM/I8253] support save/load state
1456 [VM/I8255] support save/load state
1457 [VM/IO] support save/load state
1458 [VM/MB8877] support save/load state
1459 [VM/PC6031] fix to initialize old_D2H
1460 [VM/PC80S31K] support save/load state
1461 [VM/PCM1BIT] support save/load state
1462 [VM/RP5C01] support save/load state
1463 [VM/UPD765A] support save/load state
1464 [VM/UPD1990A] support save/load state
1465 [VM/W3100A] support save/load state
1466 [VM/YM2151] support save/load state
1467 [VM/YM2203] support save/load state
1468 [VM/Z80] support save/load state
1469 [VM/Z80CTC] support save/load state
1470 [VM/Z80DMA] support save/load state
1471 [VM/Z80PIO] support save/load state
1472 [VM/Z80SIO] support save/load state
1473
1474 [MZ80B] support save/load state
1475 [MZ1500/QUICKDISK] fix to clear first data/send break flags
1476 [MZ2500] support save/load state
1477 [MZ2500/CMT] fix issue that Laydock is not correctly booted
1478 [PC8001MKIISR] support save/load state
1479 [PC8801MA] support save/load state
1480 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
1481 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
1482
1483
1484 12/18/2014
1485
1486 [EMU/WIN32] support save/load state
1487 [EMU/WIN32] support get/put functions for several types in file i/o class
1488
1489 [VM/EVENT] support save/load state functions
1490 [VM/HUC6280] support save/load state functions
1491 [VM/I8155] fix to clear event register id in reset()
1492 [VM/I8253] fix to clear event register id in reset()
1493 [VM/UPD765A] fix to clear event register id in reset()
1494
1495 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
1496 [PCENGINE] support save/load state
1497
1498
1499 12/16/2014
1500
1501 [VM/MB8877] fix to show not ready status a moment when no command is running
1502
1503 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
1504
1505
1506 11/28/2014
1507
1508 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
1509
1510
1511 11/22/2014
1512
1513 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
1514
1515 [VM/I8080] fix debugger trace issue in busreq status
1516 [VM/I86] fix debugger trace issue in busreq status
1517 [VM/I286] fix debugger trace issue in busreq status
1518 [VM/I386] fix debugger trace issue in busreq status
1519 [VM/Z80] fix debugger trace issue in busreq status
1520
1521
1522 11/21/2014
1523
1524 [PC8801MA/PC88] fix to support multi blocks tape images
1525 [PC8801MA/PC88] add dirty patch for NIPPY
1526
1527
1528 10/29/2014
1529
1530 [PC8801MA/PC88] fix to check dma underrun in every frames
1531 [PC8801MA/PC88] fix port number of crtc status
1532 [PC8801MA/PC88] add function to read crtc parameters
1533
1534
1535 10/28/2014
1536
1537 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
1538 [PC8801MA/PC88] fix crtc status
1539
1540
1541 10/27/2014
1542
1543 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
1544
1545
1546 10/26/2014
1547
1548 [WINMAIN] fix frame rate issue again
1549
1550
1551 10/25/2014
1552
1553 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
1554 [WIN32/DEBUGGER] fix issue about inputting decimal value
1555
1556 [VM/Z80] fix disassembler
1557
1558 [PC8801MA/PC88] fix uPD8257 dma controller
1559 [PC9801] fix PC-9801-26K bios size
1560
1561
1562 10/11/2014
1563
1564 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
1565
1566 [VM/Z80] fix disassembler
1567
1568 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
1569
1570
1571 10/10/2014
1572
1573 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
1574 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
1575 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
1576
1577 [PC8801MA/PC88] support PCG-8100
1578
1579
1580 10/4/2014
1581
1582 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
1583
1584
1585 9/29/2014
1586
1587 [WIN32/SCREEN] support crt filter
1588
1589 [BABBAGE2ND] update circuit board picture
1590 [PC9801U] support NEC PC-9801U
1591 [PC9801VF] support NEC PC-9801VF
1592
1593
1594 9/13/2014
1595
1596 [WIN32/DEBUGGER] support search command
1597
1598 [VM/I86] support to change IP register value from debugger console
1599 [VM/I286] support to change IP register value from debugger console
1600 [VM/I386] support to change IP register value from debugger console
1601 [VM/MC6800] support debugger
1602
1603 [HC20/MEMORY] fix keyboard chattering
1604
1605
1606 9/7/2014
1607
1608 [WIN32/DEBUGGER] support debugger console
1609
1610 [VM/DEBUGGER] support common debugger object
1611 [VM/EVENT] fix to check ownew of event before it is canceled
1612 [VM/I8080] support debugger
1613 [VM/I86] support debugger
1614 [VM/I86] remove code for i186 and i286
1615 [VM/I286] fix for i8086/i8088/i80186
1616 [VM/I286] fix not to quit REP when remained icount is less than 0
1617 [VM/I286] support debugger
1618 [VM/I386] support debugger
1619 [VM/MB8877] fix not to cancel event registered by other device
1620 [VM/MCS48] support debugger
1621 [VM/UPD7801] support debugger
1622 [VM/Z80] support debugger
1623
1624 [FM16PI] fix to use new i86 core
1625 [FMR30] fix to use new i86 core
1626 [MZ2200] fix to use new i86 core
1627 [MZ5500] fix to use new i86 core
1628 [MZ6500] fix to use new i86 core
1629 [MZ6550] fix to use new i86 core
1630 [PC8801/PC88] fix uPD8257 address and counter registers
1631 [PC100] fix to use new i86 core
1632 [PC9801] fix to use new i86 core
1633 [PC9801E] fix to use new i86 core
1634
1635
1636 8/29/2014
1637
1638 [PC8801/PC88] fix crtc to support non transparent mode
1639 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
1640
1641
1642 8/28/2014
1643
1644 [COMMON] fix all vcproj files to set WholeProgramOptimization option
1645 [WINMAIN] support 320x240 full screen mode
1646
1647 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
1648 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
1649 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
1650 [VM/I386] fix memory leak issue
1651 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
1652 [VM/MC6847] support enable/disable signal
1653 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
1654 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
1655
1656 [GAMEGEAR/MEMORY] fix memory leak issue
1657
1658 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
1659 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
1660 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
1661 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
1662 [MZ2500/FLOPPY] remove dirty patch for Laydock
1663
1664 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
1665 [PC6601/FLOPPY] rename system to floppy
1666 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
1667 [PC6601/FLOPPY] support to switch internal/external floppy drives
1668 [PC6601/MEMORY] split to memory class and timer/irq class
1669 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
1670 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
1671 [PC6601/PSUB] simplify cmt codes
1672
1673 [PC8801/PC88] fix text attributes
1674
1675
1676 5/15/2014
1677
1678 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
1679 [PC6001] support PC-80S31K floppy drives
1680 [PC6001MK2] support PC-80S31K floppy drives
1681 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
1682 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
1683
1684
1685 5/1/2014
1686
1687 [VM/I286] reimplement based on MAME 0.149
1688 [VM/I286] support disassembler
1689 [VM/I386] reimplement based on MAME 0.152
1690 [VM/I386] support disassembler
1691
1692 [FMR50] split project for i286, i386 and i486
1693 [FMR60] split project for i286, i386 and i486
1694 [FMR50/MEMORY] improve memory address mask for cpu and dma
1695 [FMR50/MEMORY] support shutdown flag
1696 [FMR50/MEMORY] remove invalid color palette i/o
1697 [FMR50/MEMORY] fix text color palette #0
1698 [FMR50/MEMORY] fix text reverse/blink
1699 [FMR50/TIMER] support free run counter
1700
1701
1702 4/17/2014
1703
1704 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
1705 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
1706
1707 [VM/FMGEN] fix compiler dependent issue
1708 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
1709
1710 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
1711 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
1712
1713
1714 4/10/2014
1715
1716 [EMU/WIN32] support to map keys to joystick buttons
1717
1718 [GAMEGEAR] fix to map keys to joystick buttons
1719 [MASTERSYSTEM] fix to map keys to joystick buttons
1720 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
1721 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
1722
1723
1724 4/8/2014
1725
1726 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
1727
1728 [VM/DATAREC] support SORD M5 cas format tape image
1729 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
1730 [VM/PCM1BIT] fix noise occurs when input signals top
1731 [VM/YM2203] support to overwrite i/o mode to fixed value
1732
1733 [M5/CMT] stop loading cmt when tape image reaches the end of tape
1734 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
1735 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
1736
1737
1738 4/7/2014
1739
1740 [WINMAIN] fix issue in the case that menu bar becomes multi line
1741
1742 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
1743 [VM/YM2203] fix build error in YM2608 case
1744
1745
1746 4/1/2014
1747
1748 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
1749 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
1750 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
1751
1752 [PC8001MK2SR] fix ini file name
1753
1754
1755 3/26/2014
1756
1757 [EMU/WIN32] improve video recorder timing to sync to sound recorder
1758 [EMU/WIN32] improve video recorder to compress frames in another thread
1759 [EMU/WIN32] support to play a movie file
1760 [EMU/WIN32] support Fgets() in file i/o class
1761 [EMU/WIN32] support new function to get the file path without extension
1762
1763 [VM/TMS9918A] support super impose
1764
1765 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
1766 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
1767 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
1768 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
1769 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
1770 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
1771
1772
1773 1/8/2014
1774
1775 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
1776 [VM/DISK] fix cpdread converter to check deleted mark
1777 [VM/MB8877] fix to seek one track when force interrupt is done
1778
1779 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
1780 [MZ800/FLOPPY] support irq mask register
1781 [MZ800/FLOPPY] support motor on/off signal delay
1782 [MZ800/MEMORY] support monochrome display
1783 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
1784
1785
1786 12/31/2013
1787
1788 [EMU/WIN32] support printer interface
1789
1790 [PC8801/PC88] support printer interface
1791 [PC9801/PRINTER] support printer interface
1792 [PC98LT/PRINTER] support printer interface
1793 [MZ800] change the floppy drive type from 2D to 2DD
1794 [X1TURBO/PRINTER] support printer interface
1795
1796
1797 12/5/2013
1798
1799 [VM/MC6840] support MC6840 (partial)
1800
1801 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
1802 [PC8801/PC88] support crtc reverse flag
1803
1804
1805 8/24/2013
1806
1807 [EMU/WIN32] fix access lamp renderer for Direct3D9
1808
1809 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
1810 [VM/MB8877] fix not to show record not found status after drive is changed
1811 [VM/MB8877] fix to activate access lamp while searching target sector
1812 [VM/MC6847] add function to load external cgrom image
1813 [VM/MC6847] support to request bus to cpu in display timing
1814 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
1815
1816 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
1817 [X1TURBO/EMM] change EMM memory size to 320KB
1818 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
1819
1820
1821 8/21/2013
1822
1823 [WINMAIN] fix to use GetFullPathName() to get the parent directory
1824
1825 [VM/MB8877] modify constant period for searching sector
1826
1827
1828 8/16/2013
1829
1830 [VM/DISK] add ugly patch for X1turbo ARCUS
1831 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
1832 [VM/MB8877] fix to show busy status while searching sector if sector not found
1833 [VM/Z80DMA] fix dma stop condition
1834
1835
1836 8/10/2013
1837
1838 [VM/DATAREC] fix not to skip frames while doint ff/rew
1839 [VM/DATAREC] support ff/rew for cas and tap images
1840 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
1841
1842 [MZ2200] support to select if loading mzt to ram directly or not
1843 [X1TURBO] fix cmt ff/rew speed to x16
1844 [X1TURBO/PSUB] support APSS command
1845
1846
1847 8/9/2013
1848
1849 [EMU/WIN32] improve debug log function
1850
1851 [VM/Z80DMA] fix not to reset all registers in reset command
1852
1853 [X1] support CZ-8BM2
1854 [X1/MOUSE] support serial mouse
1855
1856
1857 8/8/2013
1858
1859 [VM/DISK] fix not to convert standard disk images to d88 format images
1860 [VM/DISK] add ugly patch for X1turbo ALPHA
1861 [VM/HD46505] reset registers and timings in reset()
1862 [VM/MB8877] fix to use constant wait to search sector for standard disk image
1863 [VM/MB8877] add ugly patch for X1turbo ALPHA
1864 [VM/YM2151] fix to show busy status in a moment
1865 [VM/YM2203] fix to show busy status in a moment
1866 [VM/Z80DMA] fix dma stop condition
1867
1868 [PC8801/PC88] improve initial memory pattern
1869 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
1870 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
1871 [X1TURBO/IO] fix not to add wait for text vram (temporary)
1872
1873
1874 8/2/2013
1875
1876 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
1877
1878 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
1879 [VM/DISK] fix to add index mark in track image
1880 [VM/UPD765A] fix read data command when sector size or number is invalid
1881 [VM/UPD765A] fix seek time for MZ-3500
1882
1883
1884 8/1/2013
1885
1886 [VM/DEVICE] support virtual function to set or get expend cpu clocks
1887 [VM/DEVICE] support virtual function to get passed usec
1888 [VM/DEVICE] support virtual functions for dma access with i/o wait
1889 [VM/DISK] support function to get perid to transfer specified bytes
1890 [VM/DISK] support functions to get drive rpm and track size
1891 [VM/DISK] improve make track image
1892 [VM/DEVICE] support function to get passed usec
1893 [VM/I86] support function to get and set expend cpu clocks
1894 [VM/I86] fix single mode dma when busreq is active
1895 [VM/I286] support function to get and set expend cpu clocks
1896 [VM/I386] fix single mode dma when busreq is active
1897 [VM/I386] support function to get and set expend cpu clocks
1898 [VM/I386] fix single mode dma when busreq is active
1899 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
1900 [VM/MB8877] improve to raise drq signal for each data
1901 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
1902 [VM/UPD765A] improve read data command to read sector gaps among sectors
1903 [VM/UPD765A] improve read id command to read id of first found sector
1904 [VM/Z80] support function to get and set expend cpu clocks
1905 [VM/Z80] fix single mode dma when busreq is active
1906 [VM/Z80DMA] improve timing of data transfer, bus request and release
1907
1908 [PC8801/PC88] support to select hireso/standard display type
1909 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
1910 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
1911 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
1912 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
1913 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
1914
1915
1916 7/25/2013
1917
1918 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
1919
1920
1921 7/24/2013
1922
1923 [WINMAIN] support 320x240 fullscreen mode
1924 [EMU/WIN32] support multiple quick disk drives and cart slots
1925 [CONFIG] support to read/write ini file
1926
1927
1928 7/23/2013
1929
1930 [WINMAIN] simplify codes for boot mode and device type menus
1931 [EMU/WIN32] fix sound recorder not to output the old samples
1932
1933 [VM/HD146818P] fix not to save backuped ram if it is not modified
1934 [VM/MCS48] fix to divide the given clocks in MCS48 class
1935 [VM/MCS48] fix not to run cpu if enough clocks are not given
1936 [VM/RP5C15] fix not to save backuped ram if it is not modified
1937
1938 [FAMILYBASIC] support to select basic rom
1939 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
1940 [FMR30/CMOS] fix not to save backuped ram if it is not modified
1941 [FMR50/CMOS] fix not to save backuped ram if it is not modified
1942 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
1943 [PC8801MA] support dipswitch to select memory wait on/off
1944 [PC8801MA/PC88] fix display vertical frequency
1945 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
1946 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
1947 [QC10/MEMORY] fix not to save backuped ram if it is not modified
1948 [TK80BS] support to select basic rom
1949 [MZ700/CMOS] fix not to save backuped ram if it is not modified
1950 [SCV/MEMORY] fix not to save backuped ram if it is not modified
1951 [X1TURBO/PSUB] fix key repeat timing
1952 [X1TURBO/SUB] fix signal to detect cassette tape
1953
1954
1955 5/11/2013
1956
1957 [VM/I286] reimplement based on MAME 0.148
1958 [VM/I386] reimplement based on MAME 0.148
1959 [VM/I8255] improve mode #1 and #2
1960 [VM/MCS48] support mcs48 based on MAME 0.148
1961
1962 [X1TURBO] support real sub cpu and keyboard emulation
1963 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
1964 [X1TURBO/DISPLAY] fix routine to render Vx2 character
1965 [X1TURBO/PSUB] improve key repeat timing
1966
1967
1968 4/25/2013
1969
1970 [VM/DATAREC] fix mzt image converter based on Bin2Wav
1971
1972 [MZ2200] fix to reset Z80PIO in special_reset()
1973 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
1974 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
1975
1976 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
1977 [PC8201] support cmt
1978 [PC8201] fix to reset rtc strobe signal at boot
1979
1980
1981 4/14/2013
1982
1983 [WINMAIN] support to show a message on title bar post from vm or emu class
1984 [WINMAIN] disable close media menu when media file is not opened
1985 [EMU/WIN32] add function to post a message onto title bar
1986
1987 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
1988 [VM/DATAREC] support to post the tape status message onto title bar
1989 [VM/Z80PIO] fix handshake signals in bidirectional mode
1990 [VM/Z80PIO] fix masks follows bit in control register
1991 [VM/Z80PIO] fix to disable interrupt until the mask register is written
1992
1993 [MZ80B/MEMORY] support optional 2nd vram
1994 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
1995 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
1996
1997
1998 3/30/2013
1999
2000 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
2001 [VM/DATAREC] improve recording wav file
2002 [VM/DATAREC] improve wave shaper function to support dB-BASIC
2003 [VM/EVENT] fix issue that continuous event causes invalid event clock
2004 [VM/Z80PIO] support handshake mode
2005
2006 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
2007 [MZ2200/MEMORY] support vram access wait
2008 [MZ2200/MZ1R13] fix address increment
2009
2010
2011 3/29/2013
2012
2013 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
2014 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
2015 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
2016
2017
2018 3/28/2013
2019
2020 [WINMAIN] fix to support max 30 screen resolutions
2021
2022 [VM/DATAREC] support wave shaper function
2023 [VM/EVENT] fix not to skip frames when the sound is outputted
2024
2025
2026 3/23/2013
2027
2028 [VM/I8080] support disassembler
2029
2030 [FP200] support CASIO FP-200
2031
2032
2033 3/21/2013
2034
2035 [VM/DATAREC] fix to skip the fact chunk in wave file header
2036
2037 [MZ80B] support SHARP MZ-80B
2038 [MZ2200] support SHARP MZ-2200
2039
2040
2041 2/26/2013
2042
2043 [WINMAIN] destry window before emulation core is released
2044
2045 [PC8801MA/PC88] fix text attributes
2046
2047
2048 2/7/2013
2049
2050 [EMU/WIN32] remove the function to play media files
2051
2052 [VM/DATAREC] support fast forward and rewind
2053 [VM/DATAREC] support playing wav file
2054 [VM/HD146818P] fix to restart timer event when date/time is modified
2055 [VM/MSM58321] fix to restart timer event when date/time is modified
2056 [VM/RP5C01] fix to restart timer event when date/time is modified
2057 [VM/UPD1990A] fix to restart timer event when date/time is modified
2058 [VM/UPD4990A] fix uPD1990A compatible mode
2059 [VM/Z80] revert modifying clocks for interrupt in mode2
2060
2061 [FMR30/RTC] fix to restart timer event when date/time is modified
2062 [HC40/IO] fix to restart timer event when date/time is modified
2063 [HC80/IO] fix to restart timer event when date/time is modified
2064 [MZ2500/CASSETTE] support playing a music cassette tape
2065 [MZ2500/CASSETTE] support load/save a data cassette tape
2066 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
2067 [X07/IO] fix to restart timer event when date/time is modified
2068 [X1TURBO/SUB] fix to restart timer event when date/time is modified
2069 [X1TURBO/SUB] support fast forward and rewind a cassette tape
2070
2071 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
2072
2073
2074 1/23/2013
2075
2076 [WINMAIN] support drag & drop a cart or disk image files
2077
2078 [VM/HD146818P] support modifying the date and time
2079 [VM/MSM58321] renamed from RTC58321 to MSM58321
2080 [VM/MSM58321] support modifying the date and time
2081 [VM/MSM58321] support busy flag and base signal register
2082 [VM/MSM58321] remove ugly functions for FMR-50/60
2083 [VM/MS5832] removed and joined to MSM58321
2084 [VM/RP5C01] support modifying the date and time
2085 [VM/RP5C15] removed and joined to RP5C01
2086 [VM/UPD1990A] support modifying the date and time
2087 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
2088 [VM/UPD4991A] support modifying the date and time
2089 [VM/Z80] revert previous modification
2090 [VM/Z80] modify clocks for interrupt in mode2
2091
2092 [FM16PI] replace rtc chip from msm5832 to rtc58321
2093 [FMR30/RTC] support modifying the date and time
2094 [FMR50/TIMER] support rtc with standard signal connections
2095 [HC40/IO] support modifying the date and time
2096 [HC80/IO] support modifying the date and time
2097 [PC9801] support rtc with standard signal connections
2098 [PC9801/DISPLAY] initialize year data in memory switch
2099 [PC98LT/CALENDAR] support rtc with standard signal connections
2100 [PC100] fix rtc signal connection and now rtc works fine
2101 [PCENGINE] fix to check the selected cart is for super grafx
2102 [X07/IO] support modifying the date and time
2103 [X1TURBO/SUB] support modifying the date and time
2104
2105
2106 1/18/2013
2107
2108 [VM/DISK] fix to always save the converted disk image
2109 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
2110
2111 [PC8801MA/PC88] support n80 format tape image
2112
2113
2114 12/29/2012
2115
2116 [EMU/WIN32] support joysticks with more than 4 buttons
2117 [EMU/WIN32] support new function to get crc32 value
2118
2119 [VM/DISK] fix make_track() to consider the media type
2120 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
2121 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
2122
2123 [FAMILYBASIC/PPU] fix crash issue in ppu
2124 [PC8001MK2SR] support NEC PC-8001mkIISR
2125 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
2126
2127
2128 10/25/2012
2129
2130 [PC8801MA/PC88] fix dma wait cycles on V1S mode
2131
2132
2133 10/23/2012
2134
2135 [VM/HUC6280] reimplement based on MAME 0.147
2136 [VM/I286] reimplement based on MAME 0.147
2137 [VM/I386] reimplement based on MAME 0.147
2138
2139 [FAMILYBASIC/MEMORY] fix joypad status
2140 [PC8801MA/PC88] fix video memory wait on V1S mode
2141 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
2142
2143
2144 8/18/2012
2145
2146 [EMU/WIN32] support to switch GDI/Direct3D9
2147
2148 [VM/UPD7220] add get_start() function
2149 [VM/YM2203] support mamefm.dll(V1)
2150
2151 [PC8801MA/PC88] fix text attributes based on m88
2152 [PC8801MA/PC88] fix to update memory wait in reset() 
2153 [PC9801/DISPLAY] fix to check gdc start status
2154
2155
2156 3/20/2012
2157
2158 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
2159
2160 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
2161 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
2162 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
2163 [VM/Z80] fix to notify ei opecode is done on z80 core
2164
2165 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
2166
2167
2168 3/15/2012
2169
2170 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
2171
2172 [PC8801MA/PC88] support data recorder
2173 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
2174 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
2175
2176
2177 3/6/2012
2178
2179 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
2180 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
2181 [EMU/WIN32] fix to call ReleaseDC() to release the device context
2182 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
2183 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
2184 [EMU/WIN32] fix to use constant threshold for joystick direction values
2185 [EMU/WIN32] support table to convert given keycodes from winmain
2186 [EMU/WIN32] fix to initialize d88 multi volume handler
2187
2188 [VM/DEVICE] add virtual function to fetch opecode
2189 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
2190 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
2191 [VM/YM2151] fix to update fmgen count when read/write opm registers
2192 [VM/YM2151] fix to update fmgen count with chip clocks
2193 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
2194 [VM/YM2203] fix to update fmgen count with chip clocks
2195 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
2196
2197 [PASOPIA] support floppy drives by Mr.zak
2198 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
2199 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
2200 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
2201 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2202
2203 [PASOPIA7] fix memory bank switch by Mr.zak
2204 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2205
2206 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
2207 [PC8801MA/PC88] support bus mouse
2208 [PC8801MA/PC88] change memory wait cycles
2209 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
2210 [PC8801MA/PC88] fix to refer text attributes for hireso screen
2211 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
2212
2213
2214 2/22/2012
2215
2216 [WINMAIN] add codes to check memory leaks in debug build
2217 [VM/*] fix memory leaks
2218
2219 [MULTI8/CMT] fix not to refer other device in release() function
2220 [MZ1500/QUICKDISK] fix not to refer other device in release() function
2221 [PC9801/CMT] fix not to refer other device in release() function
2222 [TK80BS/CMT] fix not to refer other device in release() function
2223
2224
2225 2/21/2012
2226
2227 [PC8801MA/PC88] update memory wait cycles
2228
2229
2230 2/20/2012
2231
2232 [WINMAIN] support d88 disk image with multi voluemes
2233 [EMU/WIN32] update screen manager with Direct3D9
2234
2235 [VM/DISK] support d88 disk image with multi voluemes
2236
2237 [JX/DISPLAY] fix not to render screen just after screen size is changed
2238 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
2239 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
2240
2241
2242 2/16/2012
2243
2244 [WINMAIN] simplify timing controls
2245 [EMU/WIN32] simplify screen manager
2246 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
2247
2248 [VM/Z80] reimplement based on MAME 0.145 Z80 core
2249
2250 [PC8801MA] support NEC PC-8801MA
2251 [PC8801MA/PC88] fix to initialize main ram pettern
2252 [PC8801MA/PC88] fix text window
2253 [PC8801MA/PC88] fix to clear vram bank when alu is active
2254 [PC98DO] remove dictionary rom, joystick and opna sound
2255
2256
2257 2/13/2012
2258
2259 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2260
2261 [VM/EVENT] fix not to clear sound buffer index in reset function
2262 [VM/I8255] fix not to clear output signals in default setting
2263
2264
2265 2/11/2012
2266
2267 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2268 [PC98DO/PC88] fix crtc registers
2269 [PC98DO/PC88] fix the character scan lines and screen height again
2270 [PC98DO/PC88] fix to consider the number of attributes data
2271 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2272
2273 [VM/I8255] fix to clear output signals when control register is written
2274 [VM/Z80] fix not to output debug log for continuously executed halt command
2275
2276
2277 2/8/2012
2278
2279 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
2280
2281 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2282 [PC98DO/PC88] support dictionary rom
2283 [PC98DO/PC88] fix the character scan lines and screen height again
2284
2285
2286 2/7/2012
2287
2288 [VM/UPD765A] fix the wait time to finish seek command
2289
2290 [PC9801/DISPLAY] support semi graphics on text screen
2291
2292
2293 2/6/2012
2294
2295 [VM/YM2151] fix to raise irq when timer is expired before it is reset
2296 [VM/YM2203] support YM2608(OPNA)
2297 [VM/YM2203] fix to raise irq when timer is expired before it is reset
2298
2299 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
2300 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
2301 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
2302 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
2303
2304
2305 2/2/2012
2306
2307 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
2308
2309 [PC9801] disable i/o port to change mouse irq frequency
2310 [PC9801E] disable i/o port to change mouse irq frequency
2311 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
2312
2313
2314 1/31/2012
2315
2316 [VM/UPD1990A] support uPD4990A
2317
2318 [PC98DO/PC88] support caps/kana lock
2319 [PC98DO/PC88] fix to reverse strobe signal to rtc
2320
2321
2322 1/30/2012
2323
2324 [PC98DO/PC88] fix text attributes again
2325 [PC98DO/PC88] fix not to raise irq when disk is changed
2326
2327
2328 1/29/2012
2329
2330 [PC98DO/PC88] fix to canel the requested irq when it is masked
2331 [PC98DO/PC88] fix text attributes
2332
2333
2334 1/27/2012
2335
2336 [VM/DISK] fix the routine to check d88 format
2337 [VM/EVENT] fix the event manager for sub cpu event timing
2338
2339
2340 1/25/2012
2341
2342 [WINMAIN] support to specify the minimum window width
2343
2344 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
2345
2346 [VM/DISK] fix to check if the inserted disk image is really d88 format
2347 [VM/EVENT] update event manager to check events in every cpu opecode
2348 [VM/HUC6260] update cpu to run only one opecode and return clocks
2349 [VM/I86] update cpu to run only one opecode and return clocks
2350 [VM/I386] update cpu to run only one opecode and return clocks
2351 [VM/M6502] update cpu to run only one opecode and return clocks
2352 [VM/MC6800] update cpu to run only one opecode and return clocks
2353 [VM/MC6809] update cpu to run only one opecode and return clocks
2354 [VM/TMS9995] update cpu to run only one opecode and return clocks
2355 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
2356 [VM/UPD765A] fix index hole signal width and frequency
2357 [VM/UPD7801] update cpu to run only one opecode and return clocks
2358 [VM/Z80] update cpu to run only one opecode and return clocks
2359
2360 [HC80/IO] fix the memory access violation issue when run without rom images
2361 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
2362 [PC98DO] raise irq when disk is inserted or ejected
2363 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
2364 [PC98DO/PC88] fix extended vram selection mode
2365 [PC98DO/PC88] fix the key code table for ins/del
2366 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
2367 [SC3000] support SF-7000
2368 [SC3000] fix to negate the motor on/off signal from pio pc1
2369
2370
2371 1/18/2012
2372
2373 [EMU/WIN32] support to detect the shift and numpad keys are pressed
2374
2375 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
2376 [VM/UPD765A] fix to accept seek command before other seek is not finished
2377 [VM/UPD765A] fix to accept tc in result phase after read/write commands
2378 [VM/YM2203] fix to read the input port value though the port mode is output
2379 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
2380
2381 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
2382 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
2383 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
2384 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2385 [PC98DO/PC88] support memory access wait (temporary)
2386 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
2387 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
2388
2389
2390 1/11/2012
2391
2392 [VM/HD46505] support to update the timing settings in the event manager
2393 [VM/UPD7220] support to update the timing settings in the event manager
2394
2395 [VM/PC9801E] support to switch crt frequency
2396 [VM/PC9801VM] support to switch crt frequency
2397 [VM/PC98DO] support to switch crt frequency
2398 [VM/X1TURBO] support to switch crt frequency
2399
2400
2401 1/9/2012
2402
2403 [VM/DEVICE] add virtual function to get the id of parent event manager
2404 [VM/EVENT] fix to notify the timing changes only to child devices
2405
2406 [PC9801E] support to switch cpu clocks
2407 [PC9801VM] support to switch cpu clocks
2408 [PC98DO] support to switch cpu clocks
2409
2410
2411 1/7/2012
2412
2413 [VM/DEVICE] add virtual function to notify that timing settings are changed
2414 [VM/EVENT] fix to notify to all devices when timing settings are changed
2415 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
2416 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
2417 [VM/YM2203] fix to update the period that fmgen is driven in vline
2418 [VM/YM2151] fix to update the period that fmgen is driven in vline
2419
2420 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
2421 [PC98DO/PC88] fix to initialize opn input ports
2422 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
2423 [PC98DO/PC88] fix to draw text screen when crtc is already started
2424 [PC98DO/PC88] fix the initial attribute before it is changed
2425 [PC98DO/PC88] fix the character scan lines (temporary)
2426 [PC98DO/PC88] support 2HD disks
2427
2428
2429 1/5/2012
2430
2431 [VM/HD46505] fix the issue that vline event is not correctly registered
2432 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
2433
2434
2435 12/31/2011
2436
2437 [EMU/WIN32] support to change the frame timing by virtual machine
2438
2439 [VM/DEVICE] support multiple event manager
2440 [VM/DISK] support to detect the disk ejection
2441 [VM/EVENT] support multiple cpus with different clocks
2442 [VM/HD46505] fix typo
2443 [VM/I8237] support word transfer
2444 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
2445 [VM/PC80S31K] support PC-80S31K floppy drives
2446 [VM/UPD765A] support non dma mode
2447 [VM/UPD765A] fix to clear irq signal when result pahse is finished
2448 [VM/UPD765A] support irq/drq mask signals
2449 [VM/UPD765A] support to detect the disk ejection
2450 [VM/Z80] support NOP in IM0 interrupt
2451
2452 [FP1100] set correct sub cpu clock
2453 [J3100] support TOSHIBA J-3100GT/SL (not work)
2454 [MZ800] reset virtual machine when boot mode is changed
2455 [PC9801] support 320KB floppy drives
2456 [PC9801VM] support NEC PC-9801VM
2457 [PC98DO] support NEC PC-98DO
2458 [QC10] fix the issue that CP/M Plus does not boot correctly
2459 [MZ2500/SASI] refine code
2460
2461
2462 8/6/2011
2463
2464 [EMU/WIN32] render access lamp in emu class
2465
2466 [VM/MC6820] support MC6820 (partial)
2467
2468 [M5/CMT] support reset/halt key
2469 [X1TURBO] fix i/o map for i8255 at 01a**h
2470 [X1TURBO/IO] clear i/o tables to fix debug build issue
2471
2472
2473 6/1/2011
2474
2475 [VM/BEEP] remove the routine to get frequency from the pulse count
2476 [VM/MC6800] support MB8861
2477
2478 [HC20/MEMORY] implement some slave cpu commands
2479 [PASOPIA7] fix signal connections from z80ctc to speaker
2480
2481
2482 5/28/2011
2483
2484 [VM/MB8877] clear track register and index hole counter in reset()
2485 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
2486 [VM/MC6809] support MC6809 (based on MAME 0.142)
2487 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2488
2489 [HC20] support EPSON HC-20
2490 [PASOPIA] fix OA-BASIC issue
2491
2492
2493 5/20/2011
2494
2495 [EMU/WIN32] support sound latency 50msec
2496
2497 [VM/DEVICE] add virtual function do_dma() for single mode dma
2498 [VM/I8237] support single mode
2499 [VM/UPD71071] support single mode
2500 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2501 [VM/Z80DMA] support single mode
2502 [VM/I86] call do_dma() in every machine cycle for single mode dma
2503 [VM/I386] call do_dma() in every machine cycle for single mode dma
2504 [VM/Z80] call do_dma() in every machine cycle for single mode dma
2505
2506 [MZ2800] support single mode dma
2507 [MZ5500] support single mode dma
2508 [PC9801] support single mode dma
2509 [PC9801E] support single mode dma
2510 [X1TURBO] support single mode dma
2511
2512
2513 5/19/2011
2514
2515 [VM/EVENT] fix to check registered count for frame/vline events
2516 [VM/EVENT] clear event counts before other devices are initialized
2517 [VM/HD46505] fix to update sync signals in more precise timing
2518 [VM/HD46505] support notifying vline event to other devices
2519 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
2520 [VM/Z80DMA] fix to return current count/address for init read sequence command
2521 [VM/Z80DMA] fix do_dma() routine
2522
2523 [JX/DISPLAY] support high resolution screen (partial)
2524 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
2525 [MZ800/DISPLAY] remove display class and combine to memory class
2526 [MZ800/MEMORY] fix scroll registers
2527 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
2528
2529
2530 5/18/2011
2531
2532 [VM/DISK] fix dsk floppy disk image converter
2533
2534 [MZ800] support SHARP MZ-800
2535 [MZ1500] support floppy disk drives
2536
2537
2538 5/16/2011
2539
2540 [JX] fix memory map for kanji rom
2541 [JX/DISPLAY] fix text screen renderer
2542
2543
2544 5/14/2011
2545
2546 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
2547 [VM/I8259] support poll command
2548 [VM/I8259] update eoi command
2549 [VM/MEMORY] return file size of loaded bios image
2550 [VM/UPD765A] fix sence interrupt status result
2551 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
2552 [VM/Z80CTC] fix not to reset time constant when channel is freezed
2553 [VM/Z80DMA] fix transfer length when 0 is specified
2554
2555 [JX] support IBM Japan Ltd PC/JX
2556 [PC9801] set media type for floppy drives
2557 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
2558 [X1TURBO/SUB] readjust the key repeat timing
2559
2560
2561 5/4/2011
2562
2563 [EMU/WIN32] remove patch code for PV-2000 in input manager
2564
2565 [VM/DEVICE] add virtual functions for 16bit/32bit dma
2566 [VM/I8259] refine code
2567 [VM/IO] support standard d-ff register
2568 [VM/IO] support 16bit/32bit dma functions
2569 [VM/MB8877] change wait period for read/write from 100msec to 70msec
2570 [VM/HD146818P] check address line in write access
2571 [VM/UPD765A] check address line in write access
2572 [VM/W3100A] check address line in write access
2573 [VM/YM2203] disable status register for AY-3-8912
2574
2575 [MZ80K] refine driver and remove unused io class
2576 [MZ2800] refine driver and remove unused calendar/timer classes
2577 [X1TURBO] support dip-switch for monitor type selection
2578 [X1TURBO/DISPLAY] fix vblank/vsync signals
2579 [X1TURBO/IO] support standard d-ff register
2580
2581
2582 4/27/2011
2583
2584 [COMMON] modify struct union 'pair'
2585 [VM/EVENT] fix to get more precise cpu clocks
2586 [VM/HUC6260] fix to get more precise cpu clocks
2587 [VM/I8080] fix to get more precise cpu clocks
2588 [VM/I86] fix i286 protected mode boundary check (from MESS)
2589 [VM/I86] fix POP SP and POP ESP (from MESS)
2590 [VM/I86] fix to get more precise cpu clocks
2591 [VM/I386] fix to get more precise cpu clocks
2592 [VM/M6502] fix to get more precise cpu clocks
2593 [VM/TMS9995] fix to get more precise cpu clocks
2594 [VM/UPD7801] fix to get more precise cpu clocks
2595 [VM/Z80] fix to get more precise cpu clocks
2596
2597 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
2598
2599
2600 4/25/2011
2601
2602 [VM/MB8877] fix to wait 100msec to read/write just after seek command
2603 [VM/Z80CTC] fix to initialize vector when reset device
2604 [VM/Z80CTC] fix to copy time constant to counter just after reset command
2605 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
2606 [VM/Z80CTC] fix to update int signal without checking the current signal
2607 [VM/Z80DMA] fix to update int signal without checking the current signal
2608 [VM/Z80PIO] fix to update int signal without checking the current signal
2609 [VM/Z80SIO] fix to update int signal without checking the current signal
2610
2611
2612 4/23/2011
2613
2614 [VM/DISK] fix to check disk type in teledisk converter
2615 [VM/I86] reimplement based on MAME 0.142 80x86 core
2616 [VM/I86] support 80186
2617 [VM/MB8877] fix to clear drq/irq when status register is read
2618 [VM/UPD71071] fix not to restart dma while dma is running
2619 [VM/Z80CTC] fix to clear pending irq when control reg is updated
2620 [VM/Z80DMA] fix not to restart dma while dma is running
2621 [VM/Z80DMA] fix end of block condition
2622 [VM/Z80DMA] fix to support auto restart
2623
2624 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
2625 [X1TURBO/DISPLAY] fix black character renderer
2626
2627
2628 4/15/2011
2629
2630 [VM/DEVICE] add virtual functions for i/o port with dma
2631 [VM/DISK] support drive type
2632 [VM/MB8877] add functions to get/set drive type
2633 [VM/UPD765A] add functions to get/set drive type
2634 [VM/Z80DMA] change transfer length when block length equals to 0
2635
2636 [X1TURBO] support 2HD floopy disk
2637 [X1TURBO/FLOPPY] support to change the drive type
2638
2639
2640 4/14/2011
2641
2642 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
2643
2644 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
2645 [X1TURBO/DISPLAY] support black/transparency register
2646 [X1TURBO/SUB] fix xfer key code
2647 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
2648 [X1TURBO/SUB] fix write protected bit in $eb command
2649
2650
2651 4/13/2011
2652
2653 [VM/Z80DMA] fix address step count (thanks Kale)
2654
2655
2656 4/12/2011
2657
2658 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
2659
2660 [VM/DISK] fix not to write disk image when data is not modified
2661 [VM/IO] support read/write interface for dma
2662 [VM/Z80] fix disassembler
2663 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
2664
2665 [PC9801/CMT] support cmt interface
2666 [X1TURBO] support SHARP X1turbo
2667 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
2668 [X1TURBO/IO] support read/write interface with dma
2669
2670
2671 4/7/2011
2672
2673 Fix typo (regist -> register, recieve -> receive)
2674
2675
2676 4/6/2011
2677
2678 [EMU/WIN32] fix joystick manager
2679
2680 [VM/DISK] support standard disk image without format info
2681 [VM/Z80SIO] fix abort/break flag
2682 [VM/Z80SIO] fix not to load data before sync char is loaded
2683
2684 [MZ1500/QUICKDISK] fix unformat error issue
2685 [X1TWIN] support to enable/disable CZ-8BS1
2686 [X1TWIN/DISPLAY] fix cursor blink
2687 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
2688 [X1TWIN/DISPLAY] refine code to support X1turbo series
2689 [X1TWIN/MEMORY] refine code to support X1turbo series
2690
2691
2692 4/2/2011
2693
2694 [X1TWIN/SUB] fix irq handling
2695
2696
2697 4/1/2011
2698
2699 [EMU/WIN32] support stereo sound
2700 [EMU/WIN32] fix joystick initialization
2701
2702 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
2703 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
2704 [VM/DATAREC] support to rewind tape image
2705 [VM/EVENT] support stereo sound
2706 [VM/FMGEN] fix timer not to cause overflow
2707 [VM/FMGEN] support interface to read int signal
2708 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
2709 [VM/YM2151] fix irq handling to refer int signal from fmgen
2710 [VM/YM2203] fix irq handling to refer int signal from fmgen
2711 [VM/Z80SIO] support monosync/bisync mode
2712 [VM/Z80SIO] support auto enables bit in wr3
2713 [VM/Z80SIO] support send break bit in wr5
2714 [VM/Z80SIO] support sync/abort bit in rr0
2715 [VM/Z80SIO] support signals to notify transmitt/recieve is done
2716 [VM/Z80SIO] support sync signal (input/output)
2717 [VM/Z80SIO] fix not to reset external signals
2718
2719 [MZ1500] support quick disk drive
2720 [PC9801] support irq connection from PC-9801-26
2721 [PC9801/DISPLAY] support 200 lines screen mode
2722 [PC9801/JOYSTICK] support joystick
2723 [X1TWIN] support CMT device
2724 [X1TWIN/EMM] support 512kb emm board
2725 [X1TWIN/MEMORY] fix memory mapping for ipl rom
2726
2727
2728 2/16/2011
2729
2730 [EMU/WIN32] notify key repeat
2731
2732 [VM/YM2203] fix prescaler for AY-3-8190/8192
2733 [VM/YM2151] fix typo
2734
2735 [X1TWIN] support fm sound card
2736 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2737 [X1TWIN/DISPLAY] render screen in each scan line
2738 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
2739 [X1TWIN/SUB] support key repeat
2740 [X1TWIN/SUB] fix ctrl + '_'
2741 [X1TWIN/SUB] fix $e6 command to return key code until it is released
2742
2743
2744 1/26/2011
2745
2746 [EMU/WIN32] support capture screen
2747
2748 [VM/SN76489AN] support SN76489
2749 [VM/SN76489AN] fix noise period
2750
2751 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
2752 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
2753 [X1TWIN/SUB] fix keycode read function
2754 [X1TWIN/SUB] fix command processing period
2755
2756
2757 1/21/2011
2758
2759 [EMU/WIN32] support output debug log to console
2760
2761 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
2762 [VM/MB8877] support output debug log
2763 [VM/MB8877] support request cpu to output debug log when status is read
2764 [VM/Z80] support variable m1 cycle wait
2765 [VM/Z80] support disassembler to output executed mnemonics
2766 [VM/Z80SIO] change delay timing for data transmitter
2767
2768 [X1TWIN] fix i/o map for display controller and text/attr vram
2769 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
2770 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
2771 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
2772 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
2773 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
2774 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
2775 [X1TWIN/SUB] fix to exit interrupt automatically without reti
2776 [X1TWIN/SUB] fix to raise obf when new command is processed
2777 [X1TWIN/SUB] fix caps lock
2778 [X1TWIN/SUB] remove game key read command because this is turbo feature
2779
2780
2781 1/17/2011
2782
2783 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
2784
2785
2786 1/16/2011
2787
2788 [VM/YM2203] support AY-3-8190/8192
2789 [VM/Z80SIO] fix transmit/status interrupt
2790
2791 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
2792 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
2793 [MZ2500/CRTC] fix gfx plane mask register
2794 [MZ2500/CRTC] fix scroll registers
2795 [MZ2500/CRTC] fix to effect transparency register to outside of text region
2796 [MZ2500/CRTC] support screen mask i/o signal
2797 [MZ2500/CRTC] optimize screen rederer
2798 [MZ2800/CRTC] fix gfx plane mask register
2799 [MZ2800/CRTC] fix to effect transparency register to outside of text region
2800 [MZ2800/CRTC] support screen mask i/o signal
2801 [MZ2800/CRTC] optimize screen rederer
2802 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
2803 [X1TWIN/SUB] fix get calender command
2804
2805
2806 12/28/2010
2807
2808 [EMU/WIN32] support power off notification
2809
2810 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
2811 [VM/I8251] support break signal
2812 [VM/MB8877] change irq signal to low when new command is processed
2813 [VM/MSM5832] support address write signal
2814 [VM/Z80SIO] support cts/dcd signals
2815
2816 [FM16PI] support FUJITSU FM16pi
2817 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
2818 [MZ1500] support z80sio for quick disk and rs-232c (not work)
2819
2820
2821 9/29/2010
2822
2823 [VM/UPD765A] fix not to retry read id command
2824 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
2825 [VM/UPD765A] fix to update the data lost event when data is read/written
2826
2827 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
2828
2829
2830 9/20/2010
2831
2832 [VM/DEVICE] support interface for memory mappied i/o
2833 [VM/I8237] fix bank register
2834 [VM/I8253] fix counter latch before the counter update event is occured
2835 [VM/MEMORY] support general memory bus
2836 [VM/SN76489AN] fix noise generator
2837 [VM/UPD765A] fix to wait 100usec before go to result phase
2838 [VM/UPD7220] fix not to terminate write command after data is set
2839 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
2840
2841 [MZ3500/MAIN] update memory mapper
2842 [MZ3500/SUB] implement serial i/o for keyboard
2843 [PC9801] support NEC PC-9801
2844 [PC9801E] support NEC PC-9801E/F/M
2845
2846
2847 9/4/2010
2848
2849 [VM/EVENT] support to run extra frames for continuous sound
2850 [VM/IO] support to register the return value
2851 [VM/IO] refine i/o map registrations
2852 [VM/UPD765A] support external drive selection
2853 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
2854
2855 [MZ1500] fix sound mask (for thunder force)
2856 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
2857 [MZ1500/MEMORY] support pcg ram wait
2858 [MZ1500/MEMORY] fix memory mapped i/o range
2859 [MZ1500/RAMFILE] support ram file
2860 [MZ3500] reimplement SHARP MZ-3500 (not work)
2861 [PASOPIA7/IO] refine i/o map registrations
2862 [PHC20] support SANYO PHC-20
2863 [X1TWIN/IO] refine i/o map registrations
2864
2865
2866 8/31/2010
2867
2868 [VM/UPD765A] support dack signal
2869
2870 [FP1100/SUB] support logic to clear vram
2871 [FP1100/SUB] fix vram write access
2872 [FP1100/SUB] fix screen renderer
2873 [MZ1500] fix psg i/o addr
2874 [MZ1500/DISPLAY] fix color palette and priority register
2875
2876
2877 8/27/2010
2878
2879 [VM/AND] fix output signal when it is changed
2880 [VM/OR] fix output signal when it is changed
2881 [VM/NAND] fix output signal when it is changed
2882 [VM/NOR] fix output signal when it is changed
2883 [VM/NOT] fix output signal when it is changed
2884 [VM/DEVICE] refine signal connections
2885 [VM/DISK] support SEGA SF-7000 floppy disk image
2886 [VM/EVENT] sync 2 or more cpus precisely
2887 [VM/I8253] fix read both low and high counter
2888 [VM/PCM1BIT] update to check on/off signal width in one sample
2889 [VM/TMS9918A] fix screen mode selection
2890 [VM/UPD765A] support reset signal
2891 [VM/UPD765A] support index hole signal
2892 [VM/Z80] revert reimplemented Z80 core (temporary)
2893
2894 [FM16PI] remove FUJITSU FM16pi skelton
2895 [PC3200] remove SHARP PC-3200 skelton
2896 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
2897 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
2898 [MZ80K] support SHARP MZ-80K
2899 [MZ1200] support SHARP MZ-1200
2900 [MZ700/MEMORY] init memory map when mzt image is loaded
2901 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
2902 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
2903 [PASOPIA] fix signal connections around z80ctc
2904 [SC3000] support SEGA SC-3000
2905 [X1TWIN/SUB] fix sub cpu to check key release
2906 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
2907 [X1TWIN/DISPLAY] fix palette priority register
2908
2909
2910 8/13/2010
2911
2912 [EMU/WIN32] reset virtual machine after emu class is initialized
2913
2914 [VM/M6502] support M6502 and N2A03
2915 [VM/SN76489AN] fix mixer
2916 [VM/YM2151] fix mixer
2917 [VM/YM2203] fix mixer
2918
2919 [FAMILYBASIC] support Nintendo Family BASIC
2920
2921
2922 8/9/2010
2923
2924 [EMU/WIN32] disable ALT short cut key
2925
2926 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
2927
2928 [MAP1010/KEYBOARD] support keyboard
2929 [MYCOMZ80A/KEYBOARD] reset key event counter
2930
2931
2932 8/6/2010
2933
2934 [VM/MC6847] fix graphics mode
2935 [VM/MC6847] check vram size in render routine
2936
2937 [MAP1010] support SEIKO MAP-1010 (not work)
2938 [PHC25] fix psg i/o address
2939 [PHC25] fix vsync/hsync bit in system port
2940 [PHC25/JOYSTICK] support joystick
2941 [PHC25/SYSTEM] fix vdp mode signals in system port
2942
2943
2944 8/4/2010
2945
2946 [VM/MC6847] support MC6847
2947 [VM/UPD7801] add wait signal
2948 [VM/Z80] support raise irq by write_signal()
2949
2950 [FP1100] support CASIO FP-1100 (not work)
2951 [PHC25] support SANYO PHC-25
2952 [MULTI8/FLOPPY] fix floppy drive
2953 [PV1000/PSG] fix psg frequency
2954
2955
2956 6/4/2010
2957
2958 [EMU/WIN32] update screen stretch/rotation
2959 [EMU/WIN32] support window x3 - x8 modes
2960 [EMU/WIN32] support fullscreen mode with any resolutions
2961 [EMU/WIN32] fix video recorder
2962 [EMU/WIN32] hide menu bar in full screen mode
2963 [EMU/WIN32] save opened file dir for common dialog's initial dir
2964
2965 [VM/UPD765A] fix result status for recalib/seek commands
2966
2967 [PV1000/PGS] support sound generation (based on MESS driver)
2968 [PV1000/JOYSTICK] fix $fc status register
2969
2970
2971 5/12/2010
2972
2973 [EMU/WIN32] remove Windows CE support
2974 [EMU/WIN32] remove Direct3D support
2975 [EMU/WIN32] remove waveOut api support
2976 [EMU/WIN32] remove video capture support
2977
2978 [VM/DISK] support media type property
2979 [VM/DISK] check if the current disk image is reopened
2980 [VM/UPD7220] update csform/csrw commands
2981 [VM/UPD7220] support unknown $5a command
2982 [VM/UPD765A] support force ready signal for NEC PC-98 series
2983 [VM/UPD765A] fix result status for recalib/seek commands
2984 [VM/UPD764A] update hdu for sence device status command
2985 [VM/UPD765A] raise interrupt when disk is inserted or ejected
2986
2987 [MZ2500/CRTC] remove super impose support
2988 [PC98LT] support floppy drive
2989 [PC98LT/BIOS] support pseudo disk bios to check the media type
2990 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
2991
2992
2993 12/31/2009
2994
2995 [YS6464A] support Shinko Sangyo YS-6464A
2996
2997
2998 12/28/2009
2999
3000 [EMU/WIN32] support artwork, buttons and leds for single-board computers
3001 [VM/I386] reimplement 80386 (based on MAME i386 core)
3002 [VM/I8237] support increment mask of bank register
3003 [VM/I8251] check number of sync characters
3004 [VM/I8253] fix mask bit for output signal
3005 [VM/UPD7220] check vram pointer is not null
3006 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
3007
3008 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
3009 [N5200] support NEC N5200 (not work)
3010 [FMR50] check crc32 of bios and set machine id
3011 [FMR50] select cpu core i286/i386 refering machine id
3012 [FMR50/MEMORY] support 32bit memory address
3013 [MULTI8/DISPLAY] fix cursor end line
3014 [PASOPIA/VM] fix order of z80family's daisy chain
3015 [PASOPIA7/VM] fix order of z80family's daisy chain
3016 [MYCOMZ80A/DISPLAY] fix semi graphics mode
3017 [MYCOMZ80A/DISPLAY] fix cursor end line
3018 [MYCOMZ80A/KEYBOARD] add key buffer
3019
3020
3021 5/25/2009
3022
3023 [VM/UPD7220] fix initial vect params
3024 [VM/Z80CTC] support different sysclock from cpu clock
3025
3026 [MYCOMZ80A] build without optimization for wince port
3027 [MZ5500] set correct z80ctc sysclock
3028 [QC10/DISPLAY] fix access violation problem
3029
3030
3031 5/20/2009
3032
3033 [VM/MSM5832] fix build error
3034
3035 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
3036 [FMR50/CMOS] add experimental codes for FMR-CARD
3037 [FMR50/MEMORY] add experimental codes for FMR-CARD
3038
3039
3040 5/17/2009
3041
3042 [VM/I386] support 80386 (based on PCemu i386 core)
3043 [VM/LS393] refine implements of output signal
3044 [VM/MSM5832] support MSM5832
3045 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
3046 [VM/Z80CTC] refine implements of output signal
3047
3048 [MZ5500] fix ay-3-8912 address
3049 [MZ6500] support SHARP MZ-6500
3050 [FMR50/MEMORY] support address mask 20/24/32bit
3051 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
3052 [X1TWIN/SUB] fix key matrix
3053
3054
3055 4/9/2009
3056
3057 [COMMON] modify definition of uint64 and int64
3058 [VM/DEVICE] support 32bit i/o bus
3059 [VM/IO] support 32bit i/o bus
3060
3061 [PC8201] support PC-8201A (by Mr.apaslothy)
3062 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
3063
3064
3065 4/5/2009
3066
3067 [COMMON] define pair struct
3068 [VM/I8155] fix build error
3069 [VM/UPD1990A] fix shift register
3070
3071 [PC98LT] fix signal connection from upd1990a to i8255
3072 [X1TWIN] fix key matrix
3073 [PC8201] support NEC PC-8201
3074
3075
3076 4/1/2009
3077
3078 [COMMON] define uint64 and int64
3079 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
3080 [VM/DEVICE] support 32bit memory bus
3081 [VM/DISK] detect disk is changed
3082 [VM/EVENT] remove hsync event
3083 [VM/EVENT] initialize sound buffer before reset
3084 [VM/EVENT] multi instance free
3085 [VM/HD46505] support vblank signal
3086 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
3087 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
3088 [VM/I8155] add mask bit for output signal
3089 [VM/I8253] add mask bit for output signal
3090 [VM/I86] fix to refer 16bit i/o bus
3091 [VM/UPD1990A] support TP signal
3092 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
3093
3094 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
3095 [MZ2500/JOYSTICK] fix full-auto timing
3096 [MZ2800/JOYSTICK] fix full-auto timing
3097 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
3098 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
3099 [FMR60] support FUJITSU FMR-60
3100 [X1TWIN] support SHARP X1twin
3101
3102
3103 2/8/2009
3104
3105 [EMU/WIN32] support window minimize button
3106
3107 [FMR30/MEMORY] optimize memory bank switch
3108 [FRM50/BIOS] fix disk bios $fa
3109 [FMR50/BIOS] support memcard
3110 [FRM50/BIOS] support power management bios
3111 [FMR50/FLOPPY] fix disk status register
3112 [FMR50/KEYBOARD] fix kbint register
3113 [FMR50/MEMORY] support line/logical operations circuit
3114 [FMR50/MEMORY] support 40chars/20lines text screen mode
3115 [FMR50/MEMORY] refer cursor end line register on hd46505
3116 [FMR50/TIMER] fix timer interrupt cause register
3117
3118
3119 1/16/2009
3120
3121 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
3122 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
3123 [VM/I8155] support i8155
3124
3125 [FMR50/MEMORY] optimize memory bank switch
3126
3127 *) change the compiler from vs2005 to vs2008
3128
3129
3130 1/2/2009
3131
3132 [EMU/WIN32] support power off requested by vm
3133 [VM/I8237] support external bank register
3134 [VM/I8251] support txrdy/txempty/dsr/dtr signals
3135 [VM/I8251] support loop back
3136 [VM/I8251] don't reset dsr bit of status register
3137 [VM/I8253] don't latch count before previously latched count is not read
3138 [VM/I8254] support i8254 based on i8253
3139 [VM/I86] fix push sp in 8086 mode
3140 [VM/I86] fix a20 line in fetch functions
3141 [VM/IO] change class name from IO8 to IO
3142 [VM/IO] support 16bit i/o bus
3143
3144 [FMR30] support FUJITSU FMR-30
3145 [FMR50/MEMORY] support power off bit on $20
3146
3147
3148 12/26/2008
3149
3150 [EMU/WIN32] support kana-characters on auto key function
3151 [VM/DISK] support ImageDisk floppy disk image
3152 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
3153 [VM/I86] change class name from X86 to I86
3154
3155 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
3156 [TK80] change cpu core from z80 to 8080
3157 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
3158
3159
3160 10/17/2008
3161
3162 [EMU/WIN32] fix key notification for caps/kana/kanji
3163 [VM/X86] optimize the pseudo bios call by interrupt
3164
3165 [FMR50/BIOS] support scsi hard drive
3166 [FMR50/BIOS] support pseudo bios
3167 [FMR50/BIOS] support disk bios $FA
3168 [FMR50/BIOS] support cmos/wait bios call
3169 [FMR50/FLOPPY] support disk change register
3170 [FMR50/KEYBOARD] support key repeat
3171 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
3172 [FMR50/MEMORY] support reading ank/kanji rom
3173 [HC40/IO] fix caps toggle problem
3174 [HC80/IO] fix caps toggle problem
3175 [PC98HA/KEYBOARD] fix kana toggle problem
3176 [TK80/DISPLAY] change 8-seg LED color
3177 [TK80/KEYBOARD] change key assign
3178 [TK80/MEMORY] change rom size for COMPO BS/80
3179 [TK80/MEMORY] support user-defined rom for $0800-$7dff
3180
3181
3182 10/11/2008
3183
3184 [FMR50] fix i/o address of pit and crtc
3185 [FRM50/MEMORY] fix busy status of line renderer
3186 [FMR50/MEMORY] draw cursor on text screen
3187 [FMR50/MEMORY] support cg screen
3188
3189
3190 10/10/2008
3191
3192 [FMR50/BIOS] support disk bios
3193 [FMR50/KEYBOARD] support keyboard
3194 [MZ700/MEMORY] change EMM memory size for Windows CE
3195
3196
3197 10/6/2008
3198
3199 [EMU/WIN32] fix the problem when new file path is specified
3200 [EMU/WIN32] support 96khz sound
3201
3202 [VM/DATAREC] support trigger signal
3203 [VM/DATAREC] output remote signal
3204 [VM/I8253] fix mode3 output signal
3205 [VM/PCM1BIT] support LPF
3206 [VM/UPD765A] fix AT bit in the result of seek command
3207 [VM/X86] support pseudo bios call
3208
3209 [MZ700] support mzt/m12 file
3210 [MZ700] support datarec control signals
3211 [MZ700] fix vsync/hsnyc timing
3212 [MZ700/MEMORY] support memory wait
3213 [TK80BS] support circuits on TK-80 main board
3214 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
3215 [TK80BS/MEMORY] support save/load ram image
3216 [TK80BS/MEMORY] fix interrupt address
3217 [TK80BS/KEYBOARD] fix key map for kana chars
3218
3219
3220 8/27/2008
3221
3222 [EMU/WIN32] fix build problem for Windows CE
3223
3224 [VM/I8255] support mode1
3225 [VM/I8259] clear irr bit if the request signal is changed to low level
3226 [VM/UPD1990A] support i/o coonection interface
3227 [VM/X86] fix interrup status
3228 [VM/X86] fix pop es on 80286
3229
3230 [MZ700] fix vsync/hsnyc timing
3231 [MZ700/MEMORY] support 16MB EMM board
3232 [PC98LT] support PC-98LT
3233 [TK80BS] support TK-80BS (COMPO BS/80)
3234
3235
3236 8/19/2008
3237
3238 [VM/UPD765A] fix the problem that data lost occurs after the result phase
3239 [VM/UPD765A] fix CB bit in the status register in sence intstat command
3240 [VM/UPD765A] fix AT bit in the result of seek command
3241
3242 [PC100/CTRC] support monochrome screen mode
3243 [PC100/CRTC] fix palette registers
3244 [PC100/IOCTRL] fix keyboard event
3245 [PC100/IOCTRL] support keyboard reset
3246 [PC100/IOCTRL] fix keyboard initialize data
3247
3248
3249 8/16/2008
3250
3251 [EMU/WIN32] support rotate screen
3252 [EMU/WIN32] fix build problem for Windows CE
3253
3254 [VM/BEEP] more clear beep generation for the constant frequency
3255 [VM/BEEP] fix mute logic
3256 [VM/DEVICE] return address for unassigned I/O port
3257 [VM/EVENT] fix crash problem in the initialization
3258 [VM/I8251] fix PE bit in the status register
3259 [VM/I8253] check edge of the input signal
3260 [VM/I8253] fix gate signal
3261 [VM/RTC58321] support i/o coonection interface
3262 [VM/UPD4991A] modify i/o connection interface
3263 [VM/UPD4991A] fix year data
3264 [VM/UPD765A] support drq line delay
3265
3266 [PC98HA] support NEC PC-98HA
3267 [PC100] support NEC PC-100 (not work)
3268 [MZ700] fix sound noise problem
3269 [MZ700/MEMORY] support EMM memory
3270 [MZ2500/TIMER] modify 8253 gate control
3271
3272
3273 6/11/2008
3274
3275 [EMU/WIN32] open command line as cart or disk file path
3276 [EMU/WIN32] convert file path to full and long file path
3277
3278 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
3279 [VM/DATAREC] output low signal when the tape is closed
3280 [VM/MB8876] support motor on/off signal
3281 [VM/PCM1BIT] support on/off signal
3282 [VM/PCM1BIT] support high quality sound
3283 [VM/RTC58321] support RTC58321
3284 [VM/UPD4991A] support uPD4991A
3285 [VM/UPD765A] fdc status patch for MZ-3500
3286 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
3287 [VM/Z80] return busack signal whe busreq occurs
3288
3289 [FMR50] support FUJITSU FMR-50 (not work)
3290 [MZ700] support SHARP MZ-700
3291 [MZ3500] support SHARP MZ-3500 (not work)
3292 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
3293
3294
3295 4/22/2008
3296
3297 [VM/LS244] support 74LS244/245
3298 [VM/UPD1990A] support uPD1990A
3299 [VM/X86] fix hlt
3300 [VM/X86] support busreq
3301 [VM/Z80] don't reset busreq in reset()
3302
3303 [MZ5500/KEYBOARD] support communication timeout
3304
3305
3306 4/16/2008
3307
3308 [VM/UPD7220] support pitch command
3309 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
3310 [VM/UPD765A] fix read id command
3311
3312 [MZ5500/DISPLAY] support window controller
3313 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
3314 [MZ5500/DISPLAY] support color palette
3315 [MZ5500/DISPLAY] support b/w mode
3316 [MZ5500/DISPLAY] support plane priority
3317 [MZ5500/KEYBOARD] support algo key
3318 [MZ5500/SYSPORT] support nmi reset
3319 [QC10/DISPLAY] support floppy drive access lamp
3320
3321
3322 4/14/2008
3323
3324 [MZ5500/KEYBOARD] support keyboard and mouse
3325
3326
3327 4/12/2008
3328
3329 [VM/LS393] support 74LS393
3330 [VM/RP5C01] support RP-5C01
3331 [VM/UPD7220] fix pset function
3332 [VM/UPD7220] notify vsync
3333 [VM/UPD765A] check sector id strictly
3334
3335 [MZ5500] support SHARP MZ-5500
3336
3337
3338 4/7/2008
3339
3340 [EMU/WIN32] support the screen size changing requested by the virtual machine
3341
3342 [VM/MZ2800] support z80sio interrupt vector port
3343
3344
3345 4/3/2008
3346
3347 [VM/I8259] fix the cascade mode condition
3348 [VM/UPD7220] fix low/high byte condition in dma commands
3349 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
3350 [VM/UPD7220] get mod param in write command with no params
3351 [VM/UPD7220] check mod param in vect/char drawing commands
3352 [VM/UPD7220] check dir param in read/write command
3353 [VM/UPD7220] support line drawing in vecte command
3354 [VM/UPD7220] update ead/dad after drawing commands
3355 [VM/UPD7220] fix lsb/msb order in pset function
3356
3357 [QC10] change the default dipswitch status
3358 [QC10/DISPLAY] support color monitor subboard
3359 [QC10/KEYBOARD] support SF1-SF4 keys
3360 [QC10/MFONT] support multifonts rom card
3361
3362
3363 3/22/2008
3364
3365 [VM/I8251] notify rxrdy is changed
3366 [VM/TF20] fix the error result of read command
3367
3368 [HC80/IO] support HD6303 commands for microcassette (returns error code)
3369 [HC80/IO] support HD6303 commands for serial i/o
3370 [HC80/IO] support TF-20
3371 [HC80/IO] support 8kb/16kb rom capsule
3372 [HC80/IO] remove 8251 codes and use common 8251 class
3373
3374
3375 3/20/2008
3376
3377 [EMU/WIN32] set DirectX9 graphics params on the screen menu
3378
3379 [HC40/IO] fix key buffers
3380 [HC80] support EPSON HC-80/PX-8/Geneva
3381
3382
3383 3/2/2008
3384
3385 [EMU/WIN32] support DirectX9 graphics
3386 [EMU/WIN32] fix the window size problem of eHC-40
3387
3388
3389 2/29/2008
3390
3391 [EMU/WIN32] more quick stretch screen
3392 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
3393 [VM/TF20] support EPSON TF-20 terminal floppy drives
3394
3395 [HC40/IO] don't reset 7508 sub cpu when boot the system
3396 [HC40/IO] support system reset
3397 [HC40/IO] support buzzer partially (constant frequency)
3398 [HC40/IO] support ART (8251 subset)
3399 [HC40/IO] support TF-20 connected to ART
3400
3401
3402 2/27/2008
3403
3404 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
3405 [EMU/WIN32] don't use StretchBlt
3406
3407 [HC40] support EPSON HC-40/PX-4
3408 [QC10/MEMORY] fix the gate signal bit in $18
3409 [QC10/MEMORY] fix the memory bank switch
3410 [X07/IO] change LCD display color
3411
3412
3413 2/20/2008
3414
3415 VC++ 6.0 project files are removed.
3416
3417 [VM/HD146818P] support sqw and periodic interrupt
3418 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
3419 [VM/I8237] fix the build error
3420 [VM/I8237] reimplement based on uPD71071
3421 [VM/UPD7220] fix the build error
3422 [VM/UPD7220] modify hblank/vsync event
3423 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
3424 [VM/Z80SIO] change uPD7201 fifo buffer size
3425
3426 [QC10] support EPSON QC-10/QX-10
3427 [RX78/VDP] fix the crash problem on Windows CE
3428
3429
3430 2/11/2008
3431
3432 The interrupt logics are largely modified and are now very close to the real circuits.
3433
3434 In the older versions:
3435         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
3436         - These requests are always accepted and executed just now.
3437         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
3438         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
3439
3440 This is because let CPU not to monitor the int-line in every opecodes.
3441 But it causes some problems for example:
3442         - Timing problems.
3443         - End of Interrupt command in Z80SIO/uPD7201.
3444         - Using Z80 family devices with 80x86 and PIC8259.
3445
3446 In this release:
3447         - Each device can request the interrupt any time.
3448         - CPU checks the int-line in every opecodes.
3449         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
3450         - The device goes into the in-service status when receive the ack signal.
3451         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
3452         - Z80 checks the wired-or of int-lines from Z80 family devices.
3453
3454 [VM/DEVICE] modify virtual functions for interrupts
3455 [VM/I8259] support the new interrupt logic
3456 [VM/I8259] fix the crash problem
3457 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
3458 [VM/X86] support the new interrupt logic
3459 [VM/Z80] support the new interrupt logic
3460 [VM/Z80CTC] support the new interrupt logic
3461 [VM/Z80PIO] support the new interrupt logic
3462 [VM/Z80SIO] support the new interrupt logic
3463 [VM/Z80SIO] support the End of Interrupt command
3464 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
3465 [VM/Z80SIO] fix the status register #2 (vector)
3466 [VM/Z80PIC] removed
3467
3468 [MZ2500/CRTC] notify vsync signal by not edge but level
3469 [MZ2500/INTERRUPT] support the new interrupt logic
3470 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
3471 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
3472
3473
3474 1/5/2008
3475
3476 [VM/BEEP] fix the crash problem when the frequency is constant
3477 [VM/BEEP] support the interface to change the frequency constant
3478
3479 [X07/IO] support user defined keys
3480 [X07/IO] support break key
3481 [X07/IO] support line/circle commands
3482 [X07/IO] support beep command
3483 [X07/IO] support data recorder
3484
3485
3486 12/31/2007
3487
3488 [VM/FIFO] support read_not_remove()
3489 [VM/NSC800] fix NSC800
3490
3491 [X07] support CANON X-07
3492
3493
3494 9/14/2007
3495
3496 [MZ2800/CRTC] fix read-modify-write registers
3497
3498
3499 8/24/2007
3500
3501 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
3502
3503 [MZ2800] ignore A15 of I/O port addr
3504 [MZ2800/CTRL] support 65536colors graphic screen
3505 [MZ2800/KEYBOARD] change keymap to newply support some keys
3506 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
3507
3508
3509 8/22/2007
3510
3511 [VM/RP5C15] fix the initial 12H/24H setting
3512
3513 [MZ2500/CRTC] optimize the screen renderer
3514 [MZ2800/CRTC] support the 16/4096colors graphic screen
3515 [MZ2800/CRTC] support the read modify write
3516 [MZ2800/CRTC] support the hardware scroll
3517 [MZ2800/CRTC] support the vram plane mask
3518 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
3519
3520
3521 8/19/2007
3522
3523 [VM/MB8877] fix the status for type4 command
3524 [VM/UPD71071] support the base registers
3525 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
3526 [VM/X86] fix the modrm table
3527
3528 [MZ2800] add eVC4 project file
3529 [MZ2800/CRTC] fix the test screen renderer
3530 [MZ2800/CRTC] support 4096 color palette registers
3531 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
3532
3533
3534 8/16/2007
3535
3536 [VM/DEVICE] add the virtual functions for dma access
3537 [VM/I8237] fix the typo
3538 [VM/I8259] support the special fully nest mode
3539 [VM/I8259] support the rotation of priorities
3540 [VM/I8259] support the intrrupt request from Z80 family devices
3541 [VM/IO8] support 16bit i/o adrress
3542 [VM/MB8877] support the dma access
3543 [VM/MB8877] support the irq and drq signals
3544 [VM/RP5C15] support reading the values of banks #13/#14/#15
3545 [VM/UPD71071] support uPD71071
3546 [VM/X86] support 8086/V30/80286
3547 [VM/YM2203] support the irq signal
3548
3549 [MZ2500] fix YM2203 PortB signal from RP-5C15
3550 [MZ2800] support SHARP MZ-2800
3551
3552
3553 7/23/2007
3554
3555 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
3556 [VM/TMS9918A] reimplement based on MAME 0.116
3557 [VM/UPD7801] support the memory access wait
3558
3559 [PYUTA/MEMORY] modify the memory bank switch
3560 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
3561 [SCV/MEMORY] support the memory access wait (now disabled)
3562
3563
3564 7/16/2007
3565
3566 [VM/TMS9995] support TMS9995
3567
3568 [PYUTA] support TOMY PyuTa and PyuTa Jr.
3569
3570
3571 2/11/2007
3572
3573 [COMMON] support auto key hitting from the clipboard
3574 [COMMON] save and restore the window mode when the emulator is restarted
3575 [VM/DEVICE] modify memory access wait
3576 [VM/DEVICE] support i/o access wait
3577 [VM/DISK] fix the crash problem when the invalid track number is set
3578 [VM/HD46505] support HD46505
3579 [VM/HD46505] fix the display/vsync/hsync signals timing
3580 [VM/I8253] more precise signal timing in mode #2, #4 and #5
3581 [VM/MB8877] support the access led status
3582 [VM/PICM1BIT] support 1bit pcm
3583 [VM/UPD765A] support the acces led status
3584 [VM/YM2203] support the volume adjustment
3585 [VM/Z80] modify memory access wait
3586 [VM//Z80] support i/o access wait
3587 [VM/Z80SIO] fix the recv and under-run interrupt flags
3588 [VM/Z80SIO] fix the status affect vector
3589 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
3590 [VM/Z80SIO] support the i/f to clear the recv buffer
3591
3592 [MULTI8/DISPLAY] remove HD46505 codes
3593 [MULTI8/DISPLAY] draw the flopppy drive access led
3594 [MZ2500] support 1bit pcm
3595 [MZ2500] adjust fm/psg volume
3596 [MZ2500] support i/o access wait
3597 [MZ2500/CRTC] render screen with less cpu power
3598 [MZ2500/CRTC] draw the floppy drive access led
3599 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
3600 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
3601 [MZ2500/MEMORY] modify memory access wait
3602 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
3603 [PASOPIA] support OA-BASIC
3604 [PASOPIA] support hsync signal
3605 [PASOPIA/DISPLAY] remove HD46505 codes
3606 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
3607 [PASOPIA7/DISPLAY] remove HD46505 codes
3608 [PASOPIA7/DISPLAY] draw the flopppy drive access led
3609 [PV1000] rewrite with the common event manager class
3610 [PV1000/JOYSTICK] fix $fc status (not complete)
3611 [PV1000/VDP] add the patch for SPACE PANIC
3612
3613
3614 2/1/2007
3615
3616 [COMMON] ignore some warnings on Visual Studio 2005
3617 [WIN32/SCREEN] support video recording
3618 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
3619 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
3620 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
3621 [VM/BEEP] modify beep sound generator for more stable frequency
3622 [VM/DATAREC] auto stop at the end of tape image
3623 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
3624 [VM/EVENT] more precise event timing refering the passed clock in cpu class
3625 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
3626 [VM/I8253] more precise output signal timing
3627 [VM/NSC800] suppor NSC800
3628 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
3629 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
3630 [VM/Z80PIC] accept the interrupt request when it is running
3631
3632 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3633 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
3634 [MZ2500/MEMORY] support the memory wait in display period
3635 [MZ2500/Z80PIC] accept the interrupt request when it is running 
3636 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
3637 [PASOPIA] reimplement EmuPIA under the common source code project 
3638 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
3639
3640
3641 12/31/2006
3642
3643 [WIN32] support DirectShow video capture devices (DX8 or later is required)
3644 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
3645 [VM] each device can get the cpu time
3646 [VM/BEEP] modify beep sound generator for more stable frequency
3647 [VM/Z80] support BUSREQ
3648 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
3649 [VM/Z80SIO] suppor Z80SIO
3650 [VM/DISK] support TeleDisk floppy disk image
3651 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
3652 [VM/I8253] drive the counter more accurate and less power
3653
3654 [MZ2500] reimplement EmuZ-2500 under the common source code project
3655 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
3656 [MZ2500/CRTC] support the super impose function
3657 [MZ2500/MEMORY] support VRAM access wait 
3658
3659
3660 12/7/2006
3661
3662 Initial release